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!)
A135408 a(1)=1. a(n) = a(n-1) + a(n-1)^a(n-1). 0
1, 2, 6, 46662 (list; graph; refs; listen; history; text; internal format)
OFFSET
1,2
COMMENTS
Next term is too large to include.
The next term has 217864 digits. - Harvey P. Dale, Jun 28 2021
LINKS
MATHEMATICA
FoldList[#2 + #1^#1 &, 1, {1, 2, 6}] (* G. C. Greubel, Oct 12 2016 *)
NestList[#+#^#&, 1, 4] (* Harvey P. Dale, Jun 28 2021 *)
CROSSREFS
Sequence in context: A005607 A184391 A161563 * A165710 A151995 A152210
KEYWORD
nonn
AUTHOR
Leroy Quet, Dec 10 2007
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 23 01:19 EDT 2024. Contains 371906 sequences. (Running on oeis4.)