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

Hints
(Greetings from The On-Line Encyclopedia of Integer Sequences!)
A096326 Prime(5^p) where p is prime. 0
97, 691, 28687, 994837, 958200857, 28089376111, 22671428650501 (list; graph; refs; listen; history; internal format)
OFFSET

1,1

EXAMPLE

5^2=25, prime(25) = 97.

MATHEMATICA

Table[ Prime[ 5^Prime[n]], {n, 7}] (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: A130873 A193411 A094479 * A133535 A045715 A113891

Adjacent sequences:  A096323 A096324 A096325 * A096327 A096328 A096329

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 17 12:38 EST 2012. Contains 206021 sequences.