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!)
A138048 Numbers k such that 15^k + 2 is prime. 7
0, 1, 2, 4, 5, 10, 11, 16, 20, 52, 75, 106, 112, 132, 371, 3264, 3424, 5477, 7516, 10365, 44557, 150706 (list; graph; refs; listen; history; text; internal format)
OFFSET
1,3
COMMENTS
No further terms < 100000. - Ray Chandler, Aug 05 2011
a(23) > 2*10^5. - Robert Price, Jun 23 2015
LINKS
Henri & Renaud Lifchitz, PRP Records.
MATHEMATICA
Do[ f = 15^n + 2; If[ PrimeQ[ f ], Print[ {n, f} ] ], {n, 1, 371} ]
PROG
(PARI) is(n)=ispseudoprime(15^n+2) \\ Charles R Greathouse IV, Feb 17 2017
CROSSREFS
Cf. A051783 (k such that 3^k + 2 is prime).
Cf. A087885 (k such that 5^k + 2 is prime).
Sequence in context: A004792 A167795 A322068 * A057762 A109511 A018339
KEYWORD
nonn,more
AUTHOR
Alexander Adamchuk, Mar 02 2008
EXTENSIONS
a(16)-a(19) from Ray Chandler, Jul 30 2011
a(20) found by Lelio R Paula, Dec 2006
a(21) from Ray Chandler, Jul 31 2011
a(22) from Robert Price, Jun 23 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 June 7 22:01 EDT 2024. Contains 373206 sequences. (Running on oeis4.)