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
a(6) > 120000. - Michael S. Branicky, Jul 10 2024
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 August 31 22:14 EDT 2024. Contains 375574 sequences. (Running on oeis4.)