The OEIS mourns the passing of Jim Simons and is grateful to the Simons Foundation for its support of research in many branches of science, including the OEIS.
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!)
A096254 Numbers n such that 5*10^n + 3 is prime. 2
1, 2, 3, 8, 18, 20, 31, 42, 103, 175, 181, 531, 706, 1077, 1177, 1552, 19737, 32197, 51508, 58275, 62233, 90033 (list; graph; refs; listen; history; text; internal format)
OFFSET
1,2
COMMENTS
a(23) > 2*10^5. - Robert Price, Aug 03 2015
LINKS
Sabin Tabirca and Kieran Reynolds, Lacunary Prime Numbers.
FORMULA
a(n) = A101568(n) + 1.
EXAMPLE
1, 2 and 3 are in the list because 53, 503 and 5003 are all prime.
500000003 (5*10^8 + 3) is the next similar prime, so 8 is the next term in the sequence.
MATHEMATICA
Do[ If[ PrimeQ[5*10^n + 3], Print[n]], {n, 10000}] (* Robert G. Wilson v, Aug 13 2004 *)
PROG
(PARI) is(n)=isprime(5*10^n+3) \\ Charles R Greathouse IV, Sep 27 2016
CROSSREFS
Cf. A101568.
Sequence in context: A101182 A009207 A290878 * A091765 A368882 A036746
KEYWORD
more,nonn
AUTHOR
Carl R. White, Aug 10 2004
EXTENSIONS
a(12)-a(16) from Robert G. Wilson v, Aug 13 2004
a(17)-a(22) from Kamada data by Robert Price, Dec 09 2010
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 June 11 10:58 EDT 2024. Contains 373311 sequences. (Running on oeis4.)