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

A109071
Numbers k such that the string k123123 is prime.
3
2, 8, 19, 31, 37, 64, 68, 71, 79, 85, 89, 94, 100, 109, 128, 136, 137, 148, 149, 157, 170, 178, 179, 181, 184, 190, 194, 211, 215, 233, 241, 250, 251, 269, 277, 284, 290, 293, 298, 304, 310, 313, 314, 316, 317, 326, 331, 353, 355, 367, 370, 376, 386, 394, 400
OFFSET
1,1
COMMENTS
Also numbers k such that 10^6*k+123123 is prime. - Stefan Steinerberger, Mar 03 2006
LINKS
EXAMPLE
If k=2 then k123123 = 2123123 (prime).
If k=94 then k123123 = 94123123 (prime).
MATHEMATICA
Select[Range[0, 500], PrimeQ[10^6*# + 123123] &] (* Stefan Steinerberger, Mar 03 2006 *)
CROSSREFS
Sequence in context: A049525 A286263 A236327 * A196134 A256321 A192136
KEYWORD
nonn,base
AUTHOR
Parthasarathy Nambi, Aug 17 2005
EXTENSIONS
More terms from Stefan Steinerberger, Mar 03 2006
STATUS
approved