login

Year-end appeal: Please make a donation to the OEIS Foundation to support ongoing development and maintenance of the OEIS. We are now in our 61st year, we have over 378,000 sequences, and we’ve reached 11,000 citations (which often say “discovered thanks to the OEIS”).

A026049
a(n) = dot_product(1,2,...,n)*(7,8,...,n,1,2,3,4,5,6).
4
119, 156, 204, 265, 341, 434, 546, 679, 835, 1016, 1224, 1461, 1729, 2030, 2366, 2739, 3151, 3604, 4100, 4641, 5229, 5866, 6554, 7295, 8091, 8944, 9856, 10829, 11865, 12966, 14134, 15371, 16679, 18060, 19516, 21049, 22661, 24354, 26130, 27991, 29939, 31976, 34104, 36325, 38641, 41054
OFFSET
7,1
FORMULA
a(n) = n(2n^2-15n+109)/6. - Ralf Stephan, Apr 30 2004
G.f.: x^7*(119-320*x+294*x^2-91*x^3)/(1-x)^4. - Colin Barker, Sep 17 2012
MATHEMATICA
CoefficientList[Series[(119 - 320 x + 294 x^2 - 91 x^3)/(1 - x)^4, {x, 0, 60}], x] (* Vincenzo Librandi, Oct 17 2013 *)
PROG
(Magma) [n*(2*n^2-15*n+109)/6: n in [7..60]]; // Vincenzo Librandi, Oct 17 2013
CROSSREFS
Column 6 of triangle A094414.
Sequence in context: A046007 A333789 A135716 * A273179 A247137 A134603
KEYWORD
nonn,easy
STATUS
approved