Fibonacci tower: a(n) = F(a(n-1)+2) (there is no room for next term).

A006985

Fibonacci tower: a(n) = F(a(n-1)+2) (there is no room for next term).

Terms

    a(0) =1a(1) =2a(2) =3a(3) =5a(4) =13a(5) =610

External references