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!)
A103004 Numbers n such that 5*10^n + 9 is prime. 1
1, 2, 3, 5, 8, 20, 29, 86, 283, 757, 1199, 2473, 2733, 24853, 39629, 53492, 71237, 72302, 81653, 167510 (list; graph; refs; listen; history; text; internal format)
OFFSET
1,2
COMMENTS
a(21) > 2*10^5. - Robert Price, Aug 10 2015
LINKS
Sabin Tabirca and Kieran Reynolds, Lacunary Prime Numbers.
FORMULA
a(n) = A101569(n) + 1.
MATHEMATICA
Do[ If[ PrimeQ[5*10^n + 3], Print[n]], {n, 0, 10000}]
PROG
(PARI) is_ok(n)=isprime(5*10^n + 9);
first(m)=my(v=vector(m), t); for(i=1, m, while(!is_ok(t), t++; ); v[i]=t; t++); v; /* Anders Hellström, Aug 10 2015 */
CROSSREFS
Cf. A101569.
Sequence in context: A049908 A334535 A135568 * A102016 A002363 A041457
KEYWORD
more,nonn
AUTHOR
Robert G. Wilson v, Jan 18 2005
EXTENSIONS
a(14)-a(19) from Kamada data by Robert Price, Dec 10 2010
a(20) from Robert Price, Aug 10 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 16 07:08 EDT 2024. Contains 371698 sequences. (Running on oeis4.)