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

Hints
(Greetings from The On-Line Encyclopedia of Integer Sequences!)
A160814 a(1) = 1; a(n+1) = a(n)^n + n^a(n). 0
1, 2, 8, 7073 (list; graph; refs; listen; history; internal format)
OFFSET

1,2

COMMENTS

Next term is too large to display: 2.3459495195697547514*10^4258

MATHEMATICA

a=1; lst={}; Do[a=a^n+n^a; AppendTo[lst, IntegerPart[a]], {n, 0, 4}]; lst

CROSSREFS

Cf. A093898, A055652, A076980. - R. J. Mathar (mathar(AT)strw.leidenuniv.nl), May 29 2009

Sequence in context: A135238 A133376 A179056 * A038582 A058437 A185681

Adjacent sequences:  A160811 A160812 A160813 * A160815 A160816 A160817

KEYWORD

nonn

AUTHOR

Vladimir Orlovsky (4vladimir(AT)gmail.com), May 26 2009

EXTENSIONS

Edited by N. J. A. Sloane, May 29 2009

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 14 16:29 EST 2012. Contains 205635 sequences.