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!)
A058045 Numbers k such that (5^k + k)/3 is prime. 0
1, 8, 572, 4778, 12884 (list; graph; refs; listen; history; text; internal format)
OFFSET
1,2
COMMENTS
a(6) > 20065. - Jinyuan Wang, Jan 27 2020
LINKS
MATHEMATICA
Do[ If[ PrimeQ[ (5^n + n)/3 ], Print[ n ] ], {n, 1, 5000} ]
PROG
(PARI) is(n)=ispseudoprime((5^n+n)/3) \\ Charles R Greathouse IV, Jun 13 2017
CROSSREFS
Sequence in context: A240300 A240432 A275932 * A086641 A248706 A325292
KEYWORD
nonn,more
AUTHOR
Robert G. Wilson v, Nov 17 2000
EXTENSIONS
a(5) from Jinyuan Wang, Jan 27 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 14 09:52 EDT 2024. Contains 372532 sequences. (Running on oeis4.)