login

Year-end appeal: Please make a donation to the OEIS Foundation to support ongoing development and maintenance of the OEIS. We are now in our 61st year, we have over 378,000 sequences, and we’ve reached 11,000 citations (which often say “discovered thanks to the OEIS”).

A086350
Square array of Pell related numbers, read by antidiagonals.
3
1, 1, 1, 1, 2, 2, 1, 3, 5, 2, 1, 4, 10, 12, 4, 1, 5, 17, 34, 29, 4, 1, 6, 26, 74, 116, 70, 8, 1, 7, 37, 138, 325, 396, 169, 8, 1, 8, 50, 232, 740, 1432, 1352, 408, 16, 1, 9, 65, 362, 1469, 3988, 6317, 4616, 985, 16, 1, 10, 82, 534, 2644, 9354, 21544, 27878, 15760, 2378, 32
OFFSET
0,5
COMMENTS
Rows include A016116, A000129, A007052, A086351. Main diagonal is A086352. Rows are successive binomial transforms of (1, 1, 2, 2, 4, 4, ...).
FORMULA
T(n, k) = ((1+sqrt(2))(k+sqrt(2))^n-(1-sqrt(2))(k-sqrt(2))^n)/(sqrt(8)).
EXAMPLE
Rows start
1 1 2 2 4 ...
1 2 5 12 29 ...
1 3 10 34 116 ...
1 4 17 74 325 ...
1 5 26 138 740 ...
CROSSREFS
KEYWORD
easy,nonn,tabl
AUTHOR
Paul Barry, Jul 18 2003
STATUS
approved