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!)
A302089 Primes of form 5*k^k + 4. 2
139, 15629, 1937102449 (list; graph; refs; listen; history; text; internal format)
OFFSET
1,1
COMMENTS
The next term is too large to include.
LINKS
FORMULA
a(n) = 5*A302088(n)^A302088(n) + 4.
PROG
(PARI) lista(nn) = forstep(n=1, nn, 2, if(ispseudoprime(p=5*n^n+4), print1(p, ", "))); \\ Altug Alkan, Apr 01 2018
CROSSREFS
Primes of form b*k^k + b - 1: A216148 (b=2), A301811 (b=3), A301808 (b=4), this sequence (b=5), A302091 (b=6).
Cf. A302088.
Sequence in context: A158527 A201174 A281249 * A188452 A183491 A215571
KEYWORD
nonn
AUTHOR
Seiichi Manyama, Apr 01 2018
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 24 07:20 EDT 2024. Contains 371921 sequences. (Running on oeis4.)