login
A143060
a(n) = (n^5 + 145*n^4 + 905*n^3 + 155*n^2 + 594*n + 120)/120.
3
1, 16, 96, 331, 842, 1782, 3337, 5727, 9207, 14068, 20638, 29283, 40408, 54458, 71919, 93319, 119229, 150264, 187084, 230395, 280950, 339550, 407045, 484335, 572371, 672156, 784746, 911251, 1052836, 1210722, 1386187, 1580567, 1795257, 2031712, 2291448, 2576043, 2887138
OFFSET
0,2
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