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!)
A095150 a(n) = prime(2^2^n + 1). 1
5, 11, 59, 1621, 821647 (list; graph; refs; listen; history; text; internal format)
OFFSET
0,1
COMMENTS
The Fermat-th prime prime.
LINKS
Andrew Booker, The Nth Prime Page.
EXAMPLE
The third Fermat prime is 2^2^2+1 = 17. The 17th prime is 59, the 3rd entry in the sequence.
PROG
(PARI) f(n) = for(x=1, n, print1(prime(2^2^x+1)", "))
CROSSREFS
Sequence in context: A057822 A168243 A173875 * A215759 A041697 A121170
KEYWORD
nonn
AUTHOR
Cino Hilliard, Jun 20 2004
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 11:01 EDT 2024. Contains 371936 sequences. (Running on oeis4.)