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

Hints
(Greetings from The On-Line Encyclopedia of Integer Sequences!)
A084963 a(0)=7, a(n+1)=F(a(n)) 1
7, 13, 233, 2211236406303914545699412969744873993387956988653 (list; graph; refs; listen; history; internal format)
OFFSET

0,1

COMMENTS

Iteration of the Fibonacci sequence.

a(3)=2.2112 * 10^48

EXAMPLE

a(2)=F(a(1))=F(13)=233.

MATHEMATICA

a[m_] := Module[{ex = 7}, Do[ex = Fibonacci[ex], {m}]; ex] Table[a[m], {m, 0, 3}]

CROSSREFS

Cf. A084962.

Sequence in context: A050946 A178956 A181492 * A139188 A064119 A082706

Adjacent sequences:  A084960 A084961 A084962 * A084964 A084965 A084966

KEYWORD

nonn

AUTHOR

Hollie L. Buchanan II (hb2math(AT)hotmail.com), Jun 14 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 14:50 EST 2012. Contains 206050 sequences.