The OEIS mourns the passing of Jim Simons and is grateful to the Simons Foundation for its support of research in many branches of science, including the OEIS.
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!)
A096326 a(n) = prime(5^prime(n)). 0
97, 691, 28687, 994837, 958200857, 28089376111, 22671428650501 (list; graph; refs; listen; history; text; internal format)
OFFSET
1,1
LINKS
EXAMPLE
a(1) = prime(5^prime(1)) = prime(5^2) = prime(25) = 97.
MATHEMATICA
Table[ Prime[ 5^Prime[n]], {n, 7}] (* Robert G. Wilson v, Aug 07 2004 *)
PROG
(PARI) f(n, m) = forprime(x=2, n, print1(prime(m^x)", "))
CROSSREFS
Cf. A000040.
Sequence in context: A130873 A193411 A094479 * A216380 A133535 A321051
KEYWORD
nonn
AUTHOR
Cino Hilliard, Aug 02 2004
EXTENSIONS
Edited and extended by Robert G. Wilson v, Aug 07 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 June 3 11:59 EDT 2024. Contains 373060 sequences. (Running on oeis4.)