login
The OEIS is supported by the many generous donors to the OEIS Foundation.

 

Logo
Hints
(Greetings from The On-Line Encyclopedia of Integer Sequences!)
A168432 a(n) = n^5*(n^7 + 1)/2. 1
0, 1, 2064, 265842, 8389120, 122071875, 1088395056, 6920652004, 34359754752, 141214797765, 500000050000, 1569214268886, 4458050348544, 11649042746887, 28346956456560, 64873169325000, 140737488879616, 291311119324809 (list; graph; refs; listen; history; text; internal format)
OFFSET
0,3
LINKS
FORMULA
G.f.: x* (1 + 2051*x + 239088*x^2 + 5093880*x^3 + 33159402*x^4 + 81255702*x^5 + 81256584*x^6 + 33159072*x^7 + 5093805*x^8 + 239183*x^9 + 2032*x^10)/(1-x)^13. - Vincenzo Librandi, Jul 23 2016
MATHEMATICA
Table[n^5*(n^7 + 1)/2, {n, 0, 25}] (* G. C. Greubel, Jul 22 2016 *)
CoefficientList[Series[x (1 + 2051 x + 239088 x^2 + 5093880 x^3 + 33159402 x^4 + 81255702 x^5 + 81256584 x^6 + 33159072 x^7 + 5093805 x^8 + 239183 x^9 + 2032 x^10)/(1-x)^13, {x, 0, 30}], x] (* Vincenzo Librandi, Jul 23 2016 *)
PROG
(Magma) [n^5*(n^7+1)/2: n in [0..30]]; // Vincenzo Librandi, Aug 29 2011
CROSSREFS
Sequence in context: A200203 A204314 A204310 * A256744 A015993 A065217
KEYWORD
nonn,easy
AUTHOR
N. J. A. Sloane, Dec 11 2009
STATUS
approved

Lookup | Welcome | Wiki | Register | Music | Plot 2 | Demos | Index | Browse | More | WebCam
Contribute new seq. or comment | Format | Style Sheet | Transforms | Superseeker | Recents
The OEIS Community | Maintained by The OEIS Foundation Inc.

License Agreements, Terms of Use, Privacy Policy. .

Last modified April 25 13:34 EDT 2024. Contains 371971 sequences. (Running on oeis4.)