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

A168196
a(n) = n^4*(n^5 + 1)/2.
1
0, 1, 264, 9882, 131200, 976875, 5039496, 20178004, 67110912, 193713525, 500005000, 1178981166, 2579900544, 5302263967, 10330542600, 19221705000, 34359771136, 59293980009, 99179697672, 161343914050, 256000080000
OFFSET
0,3
LINKS
FORMULA
G.f.: x*(1 + 254*x + 7287*x^2 + 44140*x^3 + 78095*x^4 + 44094*x^5 + 7321*x^6 + 248*x^7)/(1 - x)^10. - Ilya Gutkovskiy, Jul 15 2016
MATHEMATICA
Table[n^4*(n^5 + 1)/2, {n, 0, 50}] (* G. C. Greubel, Jul 15 2016 *)
PROG
(Magma) [n^4*(n^5+1)/2: n in [0..50]]; // Vincenzo Librandi, Apr 25 2011
CROSSREFS
Sequence in context: A035315 A288877 A278409 * A264682 A107507 A239183
KEYWORD
nonn
AUTHOR
N. J. A. Sloane, Dec 11 2009
STATUS
approved