Location via proxy:   [ UP ]  
[Report a bug]   [Manage cookies]                
A089935
Order of recurrence generating row (or column) n of A089934.
4
2, 2, 4, 5, 9, 11, 21, 30, 51, 76
OFFSET
1,1
COMMENTS
Table is A089934. Row/columns 1 through 7 are A000045, A001333, A051736, A051737, A089936, A089937, A089938.
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).
KEYWORD
nonn,hard,more
AUTHOR
Marc LeBrun, Nov 15 2003
EXTENSIONS
a(8)-a(10) from Andrew Howroyd, Dec 24 2019
STATUS
approved