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!)
A094814 a(n) = n^(prime(prime(n))). 0
1, 32, 177147, 17179869184, 4656612873077392578125, 80204967233062404407033075859456, 72574551534231909331741171093173785967490646405143, 3213876088517980551083924184682325205044405987565585670602752 (list; graph; refs; listen; history; text; internal format)
OFFSET
1,2
LINKS
FORMULA
a(n) = n^A006450(n).
MATHEMATICA
Table[ n^Prime[ Prime[n]], {n, 7}] (* Robert G. Wilson v, Jun 15 2004 *)
PROG
(PARI) f(n) = for(x=1, n, print1(x^prime(prime(x)), ", "))
(Magma) [n^(NthPrime(NthPrime(n))): n in [1..10]]; // Vincenzo Librandi, Jul 25 2015
CROSSREFS
Cf. A006450.
Sequence in context: A217272 A017189 A159414 * A017297 A228427 A186010
KEYWORD
nonn
AUTHOR
Cino Hilliard, Jun 11 2004
EXTENSIONS
a(8) from Vincenzo Librandi, Jul 25 2015
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 28 07:20 EDT 2024. Contains 371235 sequences. (Running on oeis4.)