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!)
A168345 a(n) = n^4*(n^9 + 1)/2. 1
0, 1, 4104, 797202, 33554560, 610351875, 6530347656, 48444506404, 274877908992, 1270932917445, 5000000005000, 17261356079286, 53496602699904, 151437553310407, 396857386646280, 973097534205000, 2251799813718016 (list; graph; refs; listen; history; text; internal format)
OFFSET
0,3
LINKS
Index entries for linear recurrences with constant coefficients, signature (14, -91, 364, -1001, 2002, -3003, 3432, -3003, 2002, -1001, 364, -91, 14, -1).
FORMULA
G.f.: x*(1 + 4090*x + 739837*x^2 + 22766832*x^3 + 211640562*x4 + 752810940*x^5 + 1137586002*x^6 + 752810568*x^7 + 211640973*x^8 + 22766618*x^9 + 739889*x^10 + 4088*x^11)/(1 - x)^14. - Ilya Gutkovskiy, Jul 19 2016
MATHEMATICA
Table[ n^4*(n^9 + 1)/2 , {n, 0, 50}] (* G. C. Greubel, Jul 18 2016 *)
LinearRecurrence[{14, -91, 364, -1001, 2002, -3003, 3432, -3003, 2002, -1001, 364, -91, 14, -1}, {0, 1, 4104, 797202, 33554560, 610351875, 6530347656, 48444506404, 274877908992, 1270932917445, 5000000005000, 17261356079286, 53496602699904, 151437553310407}, 50] (* Harvey P. Dale, May 12 2018 *)
PROG
(Magma) [n^4*(n^9+1)/2: n in [0..20]]; // Vincenzo Librandi, Aug 28 2011
(PARI) a(n)=n^4*(n^9+1)/2 \\ Charles R Greathouse IV, Jul 19 2016
CROSSREFS
Sequence in context: A227915 A371602 A372848 * A255158 A077188 A077190
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 June 7 18:53 EDT 2024. Contains 373206 sequences. (Running on oeis4.)