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!)
A058522 a(1) = a(2) = 1; a(n+2) = a(n+1) + a(n+1)^a(n). 0
1, 1, 2, 4, 20, 160020 (list; graph; refs; listen; history; text; internal format)
OFFSET
1,3
COMMENTS
The next term is 105 digits long.
LINKS
MATHEMATICA
Join[{a=1, b=1}, Table[c=b+b^a; a=b; b=c, {n, 5}]] (* Vladimir Joseph Stephan Orlovsky, Apr 13 2011 *)
CROSSREFS
Cf. A058523.
Sequence in context: A326972 A099179 A102049 * A292534 A122736 A296276
KEYWORD
easy,nonn
AUTHOR
Leroy Quet, Dec 21 2000
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 July 24 09:09 EDT 2024. Contains 374575 sequences. (Running on oeis4.)