|
Search: id:A101392
|
|
|
| A101392 |
|
Numbers n such that 2*10^n+9 is prime. |
|
+0 2
|
| |
|
|
OFFSET
|
1,2
|
|
|
COMMENT
|
761 and 9205 only probably prime. No others less than 10000.
|
|
LINKS
|
Makoto Kamada, Factorizations of 200...009.
Sabin Tabiraca and Kieran Reynolds, Lacunary Prime Numbers.
Index entries for primes involving repunits.
|
|
EXAMPLE
|
n = 1, 5 are members since 29 and 200009 are primes.
|
|
MATHEMATICA
|
Do[ If[ PrimeQ[2*10^n + 9], Print[n]], {n, 0, 10000}]
|
|
CROSSREFS
|
Cf. A081677, A088275.
Sequence in context: A005452 A072324 A082026 this_sequence A078260 A007185 A030995
Adjacent sequences: A101389 A101390 A101391 this_sequence A101393 A101394 A101395
|
|
KEYWORD
|
hard,nonn
|
|
AUTHOR
|
Julien Peter Benney (jpbenney(AT)ftml.net), Jan 15 2005
|
|
EXTENSIONS
|
More terms from Herman Jamke (hermanjamke(AT)fastmail.fm), Jan 02 2008
|
|
|
Search completed in 0.002 seconds
|