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!)
A060205 (p^p)^p, where p is prime(n). 2
16, 19683, 298023223876953125, 256923577521058878088611477224235621321607, 1019799756996130681763726671436132304456781416468067415248292558306065071863627636642030949423377254718066066358518538286207211 (list; graph; refs; listen; history; text; internal format)
OFFSET
1,1
LINKS
FORMULA
Also p^(p^2).
EXAMPLE
a(3) = 298023223876953125 because the 3rd prime number is 5 and 5^(5^2) = 298023223876953125.
MATHEMATICA
(#^#)^#&/@Prime[Range[5]] (* Harvey P. Dale, Aug 31 2015 *)
PROG
(PARI) { n=0; forprime (p=1, 25, write("b060205.txt", n++, " ", p^(p^2)); ) } \\ Harry J. Smith, Jul 02 2009
CROSSREFS
Cf. A002489.
Sequence in context: A089232 A300615 A002489 * A140597 A017296 A217271
KEYWORD
easy,nonn
AUTHOR
Walter Nissen, Mar 18 2001
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 April 16 13:50 EDT 2024. Contains 371724 sequences. (Running on oeis4.)