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

A168191
a(n) = n^3*(n^10 + 1)/2.
1
0, 1, 4100, 797175, 33554464, 610351625, 6530347116, 48444505375, 274877907200, 1270932914529, 5000000000500, 17261356072631, 53496602690400, 151437553297225, 396857386628444, 973097534181375, 2251799813687296, 4952289016455425, 10411482432838500
OFFSET
0,3
LINKS
Vincenzo Librandi and T. D. Noe, Table of n, a(n) for n = 0..1000 (First 313 terms from Vincenzo Librandi)
FORMULA
G.f.: x (1 + 4086*x + 739866*x^2 + 22766750*x^3 + 211640655*x^4 + 752810988*x^5 + 1137585708*x^6 + 752810988*x^7 + 211640655*x^8 + 22766750*x^9 + 739866*x^10 + 4086*x^11 + x^12)/(1-x)^14. - Vincenzo Librandi, Jul 16 2016
MATHEMATICA
Table[n^3*(n^10 + 1)/2, {n, 0, 50}] (* G. C. Greubel, Jul 15 2016 *)
CoefficientList[Series[x (1 + 4086 x + 739866 x^2 + 22766750 x^3 + 211640655 x^4 + 752810988 x^5 + 1137585708 x^6 + 752810988 x^7 + 211640655 x^8 + 22766750 x^9 + 739866 x^10 + 4086 x^11 + x^12)/(1-x)^14, {x, 0, 30}], x] (* Vincenzo Librandi, Jul 16 2016 *)
PROG
(Magma) [n^3*(n^10+1)/2: n in [0..50]]; // Vincenzo Librandi, Apr 25 2011
CROSSREFS
Sequence in context: A345610 A346327 A043476 * A045036 A345619 A346337
KEYWORD
nonn
AUTHOR
N. J. A. Sloane, Dec 11 2009
STATUS
approved