Svoboda | Graniru | BBC Russia | Golosameriki | Facebook
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!)
A096325 a(n) = prime(4^prime(n)). 0
53, 311, 8161, 180503, 71378569, 1339484197, 442795487221, 7877263558621, 2420094683001859, 12375982557205846193, 211104554420210305087, 1025087216809475771050003 (list; graph; refs; listen; history; text; internal format)
OFFSET
1,1
LINKS
FORMULA
a(n) = A119772(prime(n)) = A033844(2*prime(n)). - Amiram Eldar, Jun 06 2024
EXAMPLE
a(1) = prime(4^prime(1)) = prime(4^2) = prime(16) = 53.
MATHEMATICA
Table[ Prime[4^Prime[n]], {n, 8}] (* Robert G. Wilson v, Aug 07 2004 *)
PROG
(PARI) f(n, m) = forprime(x=2, n, print1(prime(m^x)", "))
CROSSREFS
Subsequence of A033844 and A119772.
Sequence in context: A211146 A155700 A108878 * A140042 A239747 A261335
KEYWORD
nonn,hard,more
AUTHOR
Cino Hilliard, Aug 02 2004
EXTENSIONS
Edited and extended by Robert G. Wilson v, Aug 07 2004
a(9) from Charles R Greathouse IV, Nov 02 2014
a(10)-a(12) from A033844 added by Amiram Eldar, Jun 06 2024
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 September 11 23:02 EDT 2024. Contains 375842 sequences. (Running on oeis4.)