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!)
A059042 Numbers k such that 2*7^k + 5 is prime. 0
0, 1, 2, 3, 5, 9, 11, 15, 33, 38, 239, 419, 441, 486, 5127, 6953, 6998 (list; graph; refs; listen; history; text; internal format)
OFFSET
1,3
COMMENTS
a(18) > 33600. - Jinyuan Wang, Jan 23 2020
LINKS
MATHEMATICA
Do[ If[ PrimeQ[ 2*7^n + 5 ], Print[n] ], {n, 0, 6850} ]
PROG
(PARI) is(n)=ispseudoprime(2*7^n+5) \\ Charles R Greathouse IV, Jun 13 2017
CROSSREFS
Sequence in context: A157049 A195668 A324698 * A157604 A238657 A329327
KEYWORD
nonn,more
AUTHOR
Robert G. Wilson v, Feb 12 2001
EXTENSIONS
a(16)-a(17) from Jinyuan Wang, Jan 23 2020
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 May 1 20:04 EDT 2024. Contains 372176 sequences. (Running on oeis4.)