login
This site is supported by donations 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; 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 17-th prime is 59, the 3-th 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 * A041697 A121170 A101209

Adjacent sequences:  A095147 A095148 A095149 * A095151 A095152 A095153

KEYWORD

nonn

AUTHOR

Cino Hilliard (hillcino368(AT)gmail.com), Jun 20 2004

Lookup | Welcome | Wiki | Register | Music | Plot 2 | Demos | Index | Browse | More | WebCam
Contribute new seq. or comment | Format | Transforms | Puzzles | Hot | Classics
Recent Additions | More pages | Superseeker | Maintained by The OEIS Foundation Inc.

Content is available under The OEIS End-User License Agreement .

Last modified February 15 04:59 EST 2012. Contains 205694 sequences.