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!)
A101392 Numbers n such that 2*10^n+9 is prime. 1
0, 1, 5, 25, 455, 761, 9205, 13561, 15955, 26669, 113941 (list; graph; refs; listen; history; text; internal format)
OFFSET
1,3
COMMENTS
761 and 9205 only probably prime. No others less than 10000.
a(12) > 2*10^5. - Robert Price, Jun 06 2015
LINKS
Sabin Tabirca and Kieran Reynolds, Lacunary Prime Numbers.
FORMULA
a(n) = A101952(n-1) + 1 for n>1.
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}]
PROG
(PARI) is(n)=ispseudoprime(2*10^n+9) \\ Charles R Greathouse IV, Jun 12 2017
CROSSREFS
Sequence in context: A072324 A204544 A082026 * A078260 A007185 A175852
KEYWORD
hard,nonn
AUTHOR
Julien Peter Benney (jpbenney(AT)ftml.net), Jan 15 2005
EXTENSIONS
a(8)-a(9) from Kamada link by Herman Jamke (hermanjamke(AT)fastmail.fm), Jan 02 2008
a(10)-a(11) from Kamada data by Robert Price, Dec 13 2010
Prepended a(1)=0 by Robert Price, Jun 06 2015
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 23 08:33 EDT 2024. Contains 371905 sequences. (Running on oeis4.)