OFFSET
0,2
LINKS
Andrew Howroyd, Table of n, a(n) for n = 0..1000
Index entries for linear recurrences with constant coefficients, signature (6,-15,20,-15,6,-1).
FORMULA
Binomial transform of [1, 15, 65, 90, 31, 1, 0, 0, 0, ...] where (1, 15, 65 90, 31, 1) = row 6 of triangle A008278.
a(n) = 1 + 15*n + 65*binomial(n,2) + 90*binomial(n,3) + 31*binomial(n,4) + binomial(n,5).
G.f.: (1+10*x+15*x^2-25*x^3-9*x^4+9*x^5)/(1-x)^6. - Colin Barker, Feb 01 2012
EXAMPLE
a(3) = 96 = (1, 2, 1) dot (1, 15, 65) = (1 + 30 + 65).
CROSSREFS
KEYWORD
nonn,easy
AUTHOR
Gary W. Adamson, Jul 20 2008
EXTENSIONS
New name, offset corrected and a(31) onwards from Andrew Howroyd, Sep 24 2025
STATUS
approved
