Location via proxy:   [ UP ]  
[Report a bug]   [Manage cookies]                
A180415
a(n) = (n^3 - 3n^2 + 14n - 6)/6.
2
1, 3, 6, 11, 19, 31, 48, 71, 101, 139, 186, 243, 311, 391, 484, 591, 713, 851, 1006, 1179, 1371, 1583, 1816, 2071, 2349, 2651, 2978, 3331, 3711, 4119, 4556, 5023, 5521, 6051, 6614, 7211, 7843, 8511, 9216, 9959, 10741, 11563, 12426, 13331, 14279, 15271, 16308
OFFSET
1,2
COMMENTS
Binomial transform of 0,1,1,0,bar(1,-1), where bar(..) denotes a periodically repeated sequence.
If the offset is set to 0, this is the binomial transform of the quasi-finite sequence 1,2,1,1,bar(0).
FORMULA
G.f. x*(x^3 - x + 1)/(x-1)^4.
EXAMPLE
Representation as binomial transform: a(4) = 11 = (1, 2, 1, 1) dot (1, 3, 3, 1) = (1 + 6 + 3 + 1).
MATHEMATICA
Table[(n^3-3n^2+14n-6)/6, {n, 60}] (* Harvey P. Dale, Mar 04 2011 *)
CROSSREFS
Sequence in context: A358300 A295066 A004133 * A344003 A050228 A114089
KEYWORD
nonn,easy
AUTHOR
Gary W. Adamson, Sep 02 2010
EXTENSIONS
Sequence extended, nomenclature of variables normalized, g.f. multiplied by x, binomial transforms clarified - R. J. Mathar, Sep 04 2010
STATUS
approved