OFFSET
0,2
LINKS
Index entries for linear recurrences with constant coefficients, signature (2, 5, -12, -9, 30, 5, -40, 5, 30, -9, -12, 5, 2, -1).
FORMULA
Square (1 + x + 4x^2 + 4x^3 + 10x^4 + ...) = (1 + 2x + 9x^2 + ...).
G.f.: 1 / ( (1+x)^6*(x-1)^8 ). - R. J. Mathar, Jul 21 2015
EXAMPLE
Antidiagonal sums of terms in the array:
.
1,.. 1,. 4,. 4,. 10, 10,...
1,.. 1,. 4,. 4,. 10,........
4,.. 4,.16,.16,.............
4,.. 4,.16,.................
10,.10,.....................
10,.........................
.
Example: a(4) = 44 = (10 + 4 + 16 + 4 + 10).
MATHEMATICA
LinearRecurrence[{2, 5, -12, -9, 30, 5, -40, 5, 30, -9, -12, 5, 2, -1}, {1, 2, 9, 16, 44, 72, 156, 240, 450, 660, 1122, 1584, 2508, 3432}, 40] (* Harvey P. Dale, Apr 17 2020 *)
CROSSREFS
KEYWORD
nonn,easy
AUTHOR
Gary W. Adamson, Dec 22 2010
EXTENSIONS
Corrected by R. J. Mathar, Jul 21 2015
STATUS
approved