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

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

1,2

EXAMPLE

a(3)=3^3+3=27+3=30

PROG

(PARI) { for (n = 1, 4, a=if (n==1, 1, a^a + n); write("b059232.txt", n, " ", a); ) } [From Harry J. Smith (hjsmithh(AT)sbcglobal.net), Jun 25 2009]

CROSSREFS

Sequence in context: A065594 A155731 A145385 * A068698 A053300 A089281

Adjacent sequences:  A059229 A059230 A059231 * A059233 A059234 A059235

KEYWORD

nonn

AUTHOR

Fabian Rothelius (fabian.rothelius(AT)telia.com), Jan 20 2001

EXTENSIONS

Next term is too large to include.

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 09:56 EST 2012. Contains 205614 sequences.