OFFSET
0,3
COMMENTS
Binomial transform of A000583.
REFERENCES
A. P. Prudnikov, Yu. A. Brychkov and O.I. Marichev, "Integrals and Series", Volume 1: "Elementary Functions", Chapter 4: "Finite Sums", New York, Gordon and Breach Science Publishers, 1986-1992.
LINKS
Index entries for linear recurrences with constant coefficients, signature (10,-40,80,-80,32).
FORMULA
a(n) = Sum_{i=1..n} i^4 * binomial(n, i).
G.f.: x*(8*x^2-8*x-1)/(2*x-1)^5. - Maksym Voznyy (voznyy(AT)mail.ru), Jul 26 2009
a(n) = 10*a(n-1)-40*a(n-2)+80*a(n-3)-80*a(n-4)+32*a(n-5). - Wesley Ivan Hurt, Dec 24 2021
MATHEMATICA
LinearRecurrence[{10, -40, 80, -80, 32}, {0, 1, 18, 132, 680}, 30] (* Wesley Ivan Hurt, Dec 24 2021 *)
CROSSREFS
KEYWORD
nonn,easy
AUTHOR
Yong Kong (ykong(AT)curagen.com), Dec 26 2000
STATUS
approved