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”).

A048505
Array T read by diagonals, n-th difference of (T(k,n),T(k,n-1),...,T(k,0)) is (k+n)^2, for n=1,2,3,...; k=0,1,2,...
12
1, 2, 1, 7, 5, 1, 25, 18, 10, 1, 81, 56, 35, 17, 1, 241, 160, 101, 58, 26, 1, 673, 432, 269, 160, 87, 37, 1, 1793, 1120, 685, 408, 233, 122, 50, 1, 4609, 2816, 1693, 1000, 577, 320, 163, 65, 1, 11521, 6912, 4093, 2392, 1377, 776, 421
OFFSET
0,2
FORMULA
T(k, n) = (n^2 + (4k+1)n + (2k)^2) * 2^(n-2) - k^2 + 1. - Ralf Stephan, Feb 05 2004
EXAMPLE
Diagonals: {1}; {2,1}; {7,5,1}; ...
CROSSREFS
Row 2 = (1, 5, 18, 56, 160, ...) = A001793.
Sequence in context: A019642 A339000 A248811 * A124821 A104030 A206533
KEYWORD
nonn,tabl
STATUS
approved