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”).

A201106
a(n) = binomial(n^2,3)/(2*n).
1
0, 1, 14, 70, 230, 595, 1316, 2604, 4740, 8085, 13090, 20306, 30394, 44135, 62440, 86360, 117096, 156009, 204630, 264670, 338030, 426811, 533324, 660100, 809900, 985725, 1190826, 1428714, 1703170, 2018255, 2378320, 2788016, 3252304, 3776465, 4366110, 5027190
OFFSET
1,3
FORMULA
a(n) = (n-1)*n*(n^3+n^2-2*n-2)/12.
G.f.: x^2*(1+8*x+x^2) / (x-1)^6. - R. J. Mathar, Nov 28 2011
MAPLE
seq(binomial(n^2, 3)/(2*n), n=1..29)
CROSSREFS
Cf. A264853 (first differences).
Sequence in context: A002423 A212751 A212749 * A337641 A213160 A268399
KEYWORD
nonn,easy
AUTHOR
Gary Detlefs, Nov 26 2011
STATUS
approved