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!)
A170794 a(n) = n^10*(n^2 + 1)/2. 8
0, 1, 2560, 295245, 8912896, 126953125, 1118624256, 7061881225, 34896609280, 142958160441, 505000000000, 1582182900661, 4489008906240, 11717971807165, 28491583515136, 65161494140625, 141287244169216, 292319115565105 (list; graph; refs; listen; history; text; internal format)
OFFSET
0,3
LINKS
Index entries for linear recurrences with constant coefficients, signature (13,-78,286,-715,1287,-1716,1716, -1287,715,-286,78,-13,1).
FORMULA
G.f.: (x + 2547*x^2 + 262043*x^3 + 5274105*x^4 + 33383142*x^5 + 80828562*x^6 + 80828562*x^7 + 33383142*x^8 + 5274105*x^9 + 262043*x^10 + 2547*x^11 + x^12)/(1-x)^13. - G. C. Greubel, Dec 06 2017
MATHEMATICA
Table[n^10*(n^2+1)/2, {n, 0, 30}] (* G. C. Greubel, Dec 06 2017 *)
PROG
(Magma)[n^10*(n^2+1)/2: n in [0..20]]; // Vincenzo Librandi, Aug 26 2011
(PARI) for(n=0, 30, print1(n^10*(n^2+1)/2, ", ")) \\ G. C. Greubel, Dec 30 2017
CROSSREFS
Sequence in context: A202587 A125492 A309042 * A068265 A252677 A235882
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 27 07:58 EDT 2024. Contains 372009 sequences. (Running on oeis4.)