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

Hints
(Greetings from The On-Line Encyclopedia of Integer Sequences!)
A116944 a(1) = 1; for n>1, a(n)=(a(n-1)+1)^n. 0
1, 4, 125, 252047376, 1017210679182495207444253709079169646680657 (list; graph; refs; listen; history; internal format)
OFFSET

1,2

COMMENTS

There was a conjecture that this recurrence would produce the sequence A068894, but this is not the case.

The next term -- a(6) -- has 253 digits.  [From Harvey P. Dale, Jan 17 2012]

MATHEMATICA

RecurrenceTable[{a[1]==1, a[n]==(a[n-1]+1)^n}, a, {n, 6}] (* From Harvey P. Dale, Jan 17 2012 *)

CROSSREFS

Sequence in context: A073351 A195797 A068894 * A124260 A178842 A054053

Adjacent sequences:  A116941 A116942 A116943 * A116945 A116946 A116947

KEYWORD

nonn

AUTHOR

Vim Wenders (vim(AT)gmx.li), Apr 18 2008

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 18:47 EST 2012. Contains 205663 sequences.