OFFSET
0,3
LINKS
Index entries for linear recurrences with constant coefficients, signature (9,-36,84,-126,126,-84,36,-9,1).
FORMULA
G.f.: 5x^2(2+17x+2x^2)/(1-x)^9. - R. J. Mathar, Jan 17 2009
a(n) = (3*n^8 + 36*n^7 + 142*n^6 + 144*n^5 - 293*n^4 - 516*n^3 + 148*n^2 + 336*n)/1152. - Charles R Greathouse IV, Jun 03 2026
MAPLE
f:=n->(15*n^2+45*n-70)*binomial(n+4, 6)/8;
MATHEMATICA
Table[((15n^2+45n-70)Binomial[n+4, 6])/8, {n, 0, 30}] (* Harvey P. Dale, Dec 12 2018 *)
PROG
(PARI) a(n)=(3*n^8+36*n^7+142*n^6+144*n^5-293*n^4-516*n^3+148*n^2+336*n)/1152 \\ Charles R Greathouse IV, Jun 03 2026
CROSSREFS
KEYWORD
nonn,easy,changed
AUTHOR
N. J. A. Sloane, Dec 17 2008
STATUS
approved
