login
This site is supported by donations to The OEIS Foundation.
Logo

Hints
(Greetings from The On-Line Encyclopedia of Integer Sequences!)
A096325 Prime(4^p) where p is prime. 0
53, 311, 8161, 180503, 71378569, 1339484197, 442795487221, 7877263558621 (list; graph; refs; listen; history; internal format)
OFFSET

1,1

EXAMPLE

4^2=16, prime(16) =53.

MATHEMATICA

Table[ Prime[4^Prime[n]], {n, 8}] (from Robert G. Wilson v Aug 07 2004)

PROG

(PARI) f(n, m) = forprime(x=2, n, print1(prime(m^x)", "))

CROSSREFS

Sequence in context: A140851 A155700 A108878 * A140042 A174441 A094249

Adjacent sequences:  A096322 A096323 A096324 * A096326 A096327 A096328

KEYWORD

nonn

AUTHOR

Cino Hilliard (hillcino368(AT)gmail.com), Aug 02 2004

EXTENSIONS

Edited and extended by Robert G. Wilson v (rgwv(AT)rgwv.com), Aug 07 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 14 23:53 EST 2012. Contains 205689 sequences.