|
|
A168661
|
|
a(n) = n^7*(n^4 + 1)/2.
|
|
1
|
|
|
0, 1, 1088, 89667, 2105344, 24453125, 181538496, 989075143, 4296015872, 15692921289, 50005000000, 142665578891, 371522101248, 896111571277, 2024835291584, 4324963359375, 8796227239936, 17136153323153
(list;
graph;
refs;
listen;
history;
text;
internal format)
|
|
|
OFFSET
|
0,3
|
|
LINKS
|
Vincenzo Librandi, Table of n, a(n) for n = 0..10000
Index entries for linear recurrences with constant coefficients, signature (12,-66,220,-495,792,-924,792,-495,220,-66,12,-1).
|
|
FORMULA
|
From G. C. Greubel, Jul 28 2016: (Start)
G.f.: x*(1 + 1076*x + 76677*x^2 + 1100928*x^3 + 4868154*x^4 + 7864728*x^5 + 4868154*x^6 + 1100928*x^7 + 76677*x^8 + 1076*x^9 + x^10)/(1 - x)^12.
E.g.f.: (1/2)*x*(2 + 1086*x + 28802*x^2 + 146100*x^3 + 246870*x^4 + 179508*x^5 + 63988*x^6 + 11880*x^7 + 1155*x^8 + 55*x^9 + x^10)*exp(x). (End)
|
|
MATHEMATICA
|
Table[n^7*(n^4 + 1)/2, {n, 0, 25}] (* G. C. Greubel, Jul 28 2016 *)
|
|
PROG
|
(MAGMA) [n^7*(n^4+1)/2: n in [0..20]]; // Vincenzo Librandi, Aug 28 2011
(PARI) a(n)=n^7*(n^4+1)/2 \\ Charles R Greathouse IV, Jul 29 2016
|
|
CROSSREFS
|
Sequence in context: A191944 A157256 A223429 * A175698 A110819 A071685
Adjacent sequences: A168658 A168659 A168660 * A168662 A168663 A168664
|
|
KEYWORD
|
nonn,easy
|
|
AUTHOR
|
N. J. A. Sloane, Dec 11 2009
|
|
STATUS
|
approved
|
|
|
|