The OEIS mourns the passing of Jim Simons and is grateful to the Simons Foundation for its support of research in many branches of science, including the OEIS.
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!)
A168507 a(n) = n^5*(n^10 + 1)/2. 1
0, 1, 16400, 7174575, 536871424, 15258790625, 235092496176, 2373780763375, 17592186060800, 102945566076849, 500000000050000, 2088624084788351, 7703510787417600, 25592946507231025, 77784047779175024, 218946945190809375, 576460752303947776 (list; graph; refs; listen; history; text; internal format)
OFFSET
0,3
LINKS
Index entries for linear recurrences with constant coefficients, signature (16, -120, 560, -1820, 4368, -8008, 11440, -12870, 11440, -8008, 4368, -1820, 560, -120, 16, -1).
FORMULA
G.f.: x* (1 + 16384*x + 6912295*x^2 + 424045664*x^3 + 7520614661*x^4 + 51388498688*x^5 + 155693801427*x^6 + 223769405760*x^7 + 155693801427*x^8 + 51388498688*x^9 + 7520614661*x^10 + 424045664*x^11 + 6912295*x^12 + 16384*x^13 + x^14)/(1 - x)^16. - Vincenzo Librandi, Jul 24 2016
MATHEMATICA
Table[n^5*(n^10 + 1)/2, {n, 0, 25}] (* G. C. Greubel, Jul 24 2016 *)
LinearRecurrence[{16, -120, 560, -1820, 4368, -8008, 11440, -12870, 11440, -8008, 4368, -1820, 560, -120, 16, -1}, {0, 1, 16400, 7174575, 536871424, 15258790625, 235092496176, 2373780763375, 17592186060800, 102945566076849, 500000000050000, 2088624084788351, 7703510787417600, 25592946507231025, 77784047779175024, 218946945190809375}, 20] (* Harvey P. Dale, Apr 25 2017 *)
PROG
(Magma) [n^5*(n^10+1)/2: n in [0..30]]; // Vincenzo Librandi, Aug 29 2011
CROSSREFS
Sequence in context: A036092 A282597 A031673 * A045037 A168633 A122714
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 May 23 06:30 EDT 2024. Contains 372760 sequences. (Running on oeis4.)