login
A089935
a(n) = order of recurrence generating row (or column) n of A089934.
4
2, 2, 4, 5, 9, 11, 21, 30, 51, 76, 127, 195, 322, 504, 826
OFFSET
1,1
COMMENTS
The only known value where a(n) is strictly less than the theoretical upper bound A001224(n+1) is a(6) = 11. - Andrew Howroyd, Dec 24 2019
FORMULA
a(n) <= A001224(n+1). - Andrew Howroyd, Dec 24 2019
EXAMPLE
a(2)=2 because the recurrence relation for the second row/column is a(n) = 2 a(n-1) + a(n-2).
CROSSREFS
Row/columns 1 through 7 of A089934 are A000045, A001333, A051736, A051737, A089936, A089937, A089938.
Cf. A001224.
Sequence in context: A144118 A187069 A038000 * A204856 A323531 A124280
KEYWORD
nonn,hard,more
AUTHOR
Marc LeBrun, Nov 15 2003
EXTENSIONS
a(8)-a(10) from Andrew Howroyd, Dec 24 2019
a(11)-a(15) from Max Alekseyev, Dec 12 2024
STATUS
approved