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!)
A096321 a(n) = prime(2^prime(n)). 0
7, 19, 131, 719, 17863, 84017, 1742537, 7754077, 148948139, 11891268401, 50685770167, 3839726846311, 67756520645329 (list; graph; refs; listen; history; text; internal format)
OFFSET
1,1
LINKS
EXAMPLE
a(3) = prime(2^prime(3)) = prime(2^5) = prime(32) = 131.
MATHEMATICA
Table[ Prime[ 2^Prime[n]], {n, 13}] (* 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: A265281 A267276 A328713 * A201806 A346943 A128338
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 26 12:21 EDT 2024. Contains 373718 sequences. (Running on oeis4.)