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!)
A079556 a(1) = a(2) = 2; for n>2, a(n) = a(n-2)^a(n-1). 0
2, 2, 4, 16, 4294967296 (list; graph; refs; listen; history; text; internal format)
OFFSET
1,1
COMMENTS
The next term is too large to include.
LINKS
MATHEMATICA
a=2; b=2; lst={a, b}; Do[c=a^b; AppendTo[lst, c]; a=b; b=c, {n, 3}]; lst (* Vladimir Joseph Stephan Orlovsky, Dec 28 2010 *)
CROSSREFS
Sequence in context: A070282 A267218 A051285 * A367681 A232161 A335684
KEYWORD
nonn
AUTHOR
Emre Aladag (emrealadag(AT)ttnet.net.tr), Jan 26 2003
EXTENSIONS
Corrected by Brian Galebach, Dec 03 2003
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 25 01:35 EDT 2024. Contains 371964 sequences. (Running on oeis4.)