A089935 a(n) = order of recurrence generating row (or column) n of A089934.
2, 2, 4, 5, 9, 11, 21, 30, 51, 76, 127, 195, 322, 504, 826
Offset: 1
Examples
a(2)=2 because the recurrence relation for the second row/column is a(n) = 2 a(n-1) + a(n-2).
Crossrefs
Formula
a(n) <= A001224(n+1). - Andrew Howroyd, Dec 24 2019
Extensions
a(8)-a(10) from Andrew Howroyd, Dec 24 2019
a(11)-a(15) from Max Alekseyev, Dec 12 2024
Comments