login
This site is supported by donations 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). 1
2, 2, 4, 16, 4294967296 (list; graph; refs; listen; history; internal format)
OFFSET

1,1

MATHEMATICA

a=2; b=2; lst={a, b}; Do[c=a^b; AppendTo[lst, c]; a=b; b=c, {n, 3}]; lst (*From Vladimir Joseph Stephan Orlovsky (4vladimir(AT)gmail.com), 28 Dec 2010*)

CROSSREFS

Sequence in context: A070283 A070282 A051285 * A052628 A006853 A120417

Adjacent sequences:  A079553 A079554 A079555 * A079557 A079558 A079559

KEYWORD

nonn

AUTHOR

Emre Aladag (emrealadag(AT)ttnet.net.tr), Jan 26 2003

EXTENSIONS

The next term is too large to include.

Corrected by Brian L. Galebach (sequence(AT)ProbabilitySports.com), Dec 03 2003

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 17 02:43 EST 2012. Contains 205978 sequences.