[go: up one dir, main page]

login

Year-end appeal: Please make a donation to the OEIS Foundation to support ongoing development and maintenance of the OEIS. We are now in our 61st year, we have over 378,000 sequences, and we’ve reached 11,000 citations (which often say “discovered thanks to the OEIS”).

A187114
Primes of the form abcdabcd..abcdab.
1
110311, 110711, 111211, 111611, 112111, 113011, 113111, 114311, 115211, 115811, 116411, 116911, 117511, 117811, 117911, 118211, 118411, 119311, 119611, 130513, 131113, 131213, 131413, 131713, 132113, 132313, 133013, 133213, 133813, 134213, 134513, 135613
OFFSET
1,1
COMMENTS
The sequence appears to be infinite. The number of terms below 10^1000 are 5211.
LINKS
EXAMPLE
a(2)= 110711 is in the sequence because it is a prime of the form abcdab.
MATHEMATICA
s[n_]:=Select[Union@Flatten@Table[FromDigits@Flatten@Join[IntegerDigits@Table[b, {n}], {IntegerDigits@Floor[b/100]}], {b, 1000, 9999}], PrimeQ]; Array[s, 2]//Flatten
CROSSREFS
KEYWORD
nonn,base
AUTHOR
Shyam Sunder Gupta, Aug 30 2013
STATUS
approved