login
This site is supported by donations to The OEIS Foundation.
Logo

Hints
(Greetings from The On-Line Encyclopedia of Integer Sequences!)
A060205 (p^p)^p, where p is prime(n). 1
16, 19683, 298023223876953125, 256923577521058878088611477224235621321607, 1019799756996130681763726671436132304456781416468067415248292558306065071863627636642030949423377254718066066358518538286207211 (list; graph; refs; listen; history; internal format)
OFFSET

1,1

LINKS

Harry J. Smith, Table of n, a(n) for n=1,...,9

Walter Nissen, Home Page (listed in lieu of email address)

FORMULA

Also p^(p^2).

EXAMPLE

a(3) = 298023223876953125 because the 3rd prime number is 5 and 5^(5^2) = 298023223876953125.

PROG

(PARI) { n=0; forprime (p=1, 25, write("b060205.txt", n++, " ", p^(p^2)); ) } [From Harry J. Smith (hjsmithh(AT)sbcglobal.net), Jul 02 2009]

CROSSREFS

A002489.

Sequence in context: A098175 A089232 A002489 * A140597 A017296 A168488

Adjacent sequences:  A060202 A060203 A060204 * A060206 A060207 A060208

KEYWORD

easy,nonn

AUTHOR

Walter Nissen Mar 18 2001

Lookup | Welcome | Wiki | Register | Music | Plot 2 | Demos | Index | Browse | More | WebCam
Contribute new seq. or comment | Format | Transforms | Puzzles | Hot | Classics
Recent Additions | More pages | Superseeker | Maintained by The OEIS Foundation Inc.

Content is available under The OEIS End-User License Agreement .

Last modified February 16 13:46 EST 2012. Contains 205918 sequences.