a(n) is the n-th term of a pseudo-Fibonacci sequence created by applying the function fib(1,...,n) to itself n times.

A143077

a(n) is the n-th term of a pseudo-Fibonacci sequence created by applying the function fib(1,...,n) to itself n times.

Terms

    a(0) =1a(1) =1a(2) =4a(3) =31a(4) =485a(5) =27343a(6) =3595117a(7) =1359551201

External references