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”).

A102386
Numbers k such that k99999 is prime.
0
1, 5, 7, 11, 13, 17, 25, 26, 29, 34, 47, 49, 55, 67, 77, 80, 98, 101, 110, 115, 118, 124, 133, 134, 136, 143, 158, 169, 181, 188, 193, 199, 209, 211, 220, 224, 227, 239, 241, 248, 250, 260, 265, 266, 277, 280, 293, 299, 301, 302, 311, 313, 320, 326, 337, 340, 343, 346, 364, 365, 370, 371, 382, 398
OFFSET
1,2
EXAMPLE
If k=1, then k99999 = 199999 (prime).
If k=34, then k99999 = 3499999 (prime).
If k=98, then k99999 = 9899999 (prime).
PROG
(Magma) [ n: n in [1..700] | IsPrime(Seqint([9, 9, 9, 9, 9] cat Intseq(n))) ]; // Vincenzo Librandi, Feb 04 2011
CROSSREFS
Sequence in context: A015914 A023201 A106059 * A348936 A346990 A038958
KEYWORD
base,nonn
AUTHOR
Parthasarathy Nambi, Feb 22 2005
STATUS
approved