A162997 Array A(n,k) read by antidiagonals downward (n >= 0, k >= 1): the bottom-right element of the 2 X 2 matrix [1,n; 1,n+1] raised to k-th power.
1, 1, 2, 1, 5, 3, 1, 13, 11, 4, 1, 34, 41, 19, 5, 1, 89, 153, 92, 29, 6, 1, 233, 571, 436, 169, 41, 7, 1, 610, 2131, 2089, 985, 281, 55, 8, 1, 1597, 7953, 10009, 5741, 1926, 433, 71, 9
Offset: 0
Examples
The array begins: 1,...1,...1,....1,....1,.....1,.....1,... 2,...5,..13,...34,...89,...233....610,... 3,..11,..41,..153,..571,..2131,.......... 4,..19,..91,..436,.2089,................. 5,..29,.169,..985,....................... 6,..41,.281,............................. 7,..55,.................................. 8,....................................... ...
Links
- P. Steinbach, Golden fields: a case for the heptagon, Math. Mag. 70 (1997), no. 1, 22-31.
Extensions
Spelling corrected by Jason G. Wurtzel, Aug 22 2010
Edited by Andrey Zabolotskiy, Sep 18 2017
Comments