login
The OEIS is supported by the many generous donors to the OEIS Foundation.

 

Logo
Hints
(Greetings from The On-Line Encyclopedia of Integer Sequences!)
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 (list; graph; refs; listen; history; text; internal format)
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
Sequence in context: A138722 A122240 A250591 * A145872 A254853 A250533
KEYWORD
nonn,base
AUTHOR
Shyam Sunder Gupta, Aug 30 2013
STATUS
approved

Lookup | Welcome | Wiki | Register | Music | Plot 2 | Demos | Index | Browse | More | WebCam
Contribute new seq. or comment | Format | Style Sheet | Transforms | Superseeker | Recents
The OEIS Community | Maintained by The OEIS Foundation Inc.

License Agreements, Terms of Use, Privacy Policy. .

Last modified April 25 11:39 EDT 2024. Contains 371969 sequences. (Running on oeis4.)