login

Reminder: The OEIS is hiring a new managing editor, and the application deadline is January 26.

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