The OEIS mourns the passing of Jim Simons and is grateful to the Simons Foundation for its support of research in many branches of science, including the OEIS.
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!)
A102372 Numbers k such that k11111 is prime. 0
3, 5, 6, 9, 20, 24, 26, 39, 42, 48, 60, 65, 68, 83, 84, 93, 95, 108, 119, 126, 132, 146, 167, 179, 182, 189, 203, 206, 213, 224, 227, 230, 233, 234, 249, 258, 269, 270, 272, 291, 296, 305, 315, 324, 329, 336, 341, 345, 347, 348, 363, 368, 377, 384, 387, 392, 402, 422, 423, 438, 440, 450, 455, 458 (list; graph; refs; listen; history; text; internal format)
OFFSET
1,1
LINKS
EXAMPLE
If k=3, then k11111 = 311111 (prime).
If k=60, then k11111 = 6011111 (prime).
If k=126, then k11111 = 12611111 (prime).
MATHEMATICA
Select[Range[500], PrimeQ[100000#+11111]&] (* Harvey P. Dale, Jan 15 2013 *)
PROG
(Magma) [ n: n in [1..700] | IsPrime(Seqint([1, 1, 1, 1, 1] cat Intseq(n))) ]; // Vincenzo Librandi, Feb 04 2011
CROSSREFS
Sequence in context: A101139 A309140 A102606 * A095829 A054871 A248644
KEYWORD
base,nonn
AUTHOR
Parthasarathy Nambi, Feb 22 2005
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 May 14 19:53 EDT 2024. Contains 372533 sequences. (Running on oeis4.)