0,1
Iteration of the Fibonacci sequence.
a(3)=2.2112 * 10^48
a(2)=F(a(1))=F(13)=233.
a[m_] := Module[{ex = 7}, Do[ex = Fibonacci[ex], {m}]; ex] Table[a[m], {m, 0, 3}]
Cf. A084962.
Sequence in context: A050946 A178956 A181492 * A139188 A064119 A082706
Adjacent sequences: A084960 A084961 A084962 * A084964 A084965 A084966
nonn
Hollie L. Buchanan II (hb2math(AT)hotmail.com), Jun 14 2003