OFFSET
0,2
LINKS
Index entries for linear recurrences with constant coefficients, signature (7,-21,35,-35,21,-7,1).
FORMULA
From Stefano Spezia, Nov 12 2024: (Start)
G.f.: x*(27 + 661*x + 1694*x^2 + 666*x^3 + 23*x^4 + x^5)/(1 - x)^7.
E.g.f.: exp(x)*x*(405 + 5970*x + 11520*x^2 + 6240*x^3 + 1152*x^4 + 64*x^5)/15. (End)
PROG
(Python)
def A376778(n): return n*(n*(n**2*(n*(n+3<<6)+160)-14)+3)//15 # Chai Wah Wu, Nov 11 2024
CROSSREFS
KEYWORD
nonn,easy
AUTHOR
STATUS
approved