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!)
A094815 (prime(prime(n)))^n. 0
3, 25, 1331, 83521, 28629151, 4750104241, 2488651484819, 406067677556641, 186940255267540403, 236736367459211723401, 138624799340320978519423, 224282727500720205065439601, 193682063179592517160024627139 (list; graph; refs; listen; history; text; internal format)
OFFSET
1,1
LINKS
FORMULA
a(n) = A006450(n)^n. - R. J. Mathar, Nov 14 2019
MATHEMATICA
Table[Prime[Prime[n]]^n, {n, 15}] (* Harvey P. Dale, Oct 10 2013 *)
PROG
(PARI) f(n) = for(x=1, n, print1((prime(prime(x)))^x, ", "))
CROSSREFS
Sequence in context: A219275 A101733 A309116 * A246536 A183248 A144788
KEYWORD
nonn
AUTHOR
Cino Hilliard, Jun 11 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 March 29 08:53 EDT 2024. Contains 371268 sequences. (Running on oeis4.)