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!)
A103026 Numbers n such that 6*10^n+7 is prime. 1
0, 1, 2, 3, 8, 9, 19, 58, 121, 187, 806, 855, 1019, 2593, 2749, 3016, 4295, 9664, 14927, 34562, 64387, 71299, 71951 (list; graph; refs; listen; history; text; internal format)
OFFSET
1,3
COMMENTS
a(24) > 2*10^5. - Robert Price, Sep 17 2015
LINKS
Sabin Tabirca and Kieran Reynolds, Lacunary Prime Numbers.
FORMULA
a(n) = A101518(n-1) + 1 for n>1. - L. Edson Jeffery, Nov 28 2013
MATHEMATICA
Do[ If[ PrimeQ[6*10^n + 7], Print[n]], {n, 0, 10000}]
PROG
(PARI) is(n)=ispseudoprime(6*10^n+7) \\ Charles R Greathouse IV, Jun 12 2017
CROSSREFS
Cf. A101518.
Sequence in context: A309017 A247375 A282508 * A098506 A279090 A163168
KEYWORD
nonn,more,hard
AUTHOR
Robert G. Wilson v, Jan 18 2005
EXTENSIONS
a(19)-a(23) from Kamada link by Ray Chandler, Jan 04 2011
Inserted a(1)=0 by Robert Price, Sep 17 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 11:35 EDT 2024. Contains 371711 sequences. (Running on oeis4.)