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!)
A168123 a(n) = n^2*(n^5+1)/2. 1
0, 1, 66, 1098, 8200, 39075, 139986, 411796, 1048608, 2391525, 5000050, 9743646, 17915976, 31374343, 52706850, 85429800, 134217856, 205169481, 306110178, 446936050, 640000200, 900544491, 1247179186, 1702412988, 2293236000 (list; graph; refs; listen; history; text; internal format)
OFFSET
0,3
LINKS
FORMULA
G.f.: x*(1+58*x+598*x^2+1208*x^3+593*x^4+62*x^5)/(1-x)^8. - Colin Barker, Sep 18 2012
MATHEMATICA
Table[(n^2*(n^5 + 1)/2), {n, 0, 40}] (* Vincenzo Librandi, Sep 18 2012 *)
LinearRecurrence[{8, -28, 56, -70, 56, -28, 8, -1}, {0, 1, 66, 1098, 8200, 39075, 139986, 411796}, 30] (* Harvey P. Dale, Jun 12 2022 *)
PROG
(Magma) [n^2*(n^5 + 1)/2: n in [0..30]]; // Vincenzo Librandi, Sep 18 2012
CROSSREFS
Sequence in context: A228996 A196789 A284283 * A240004 A231287 A263522
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 16 11:35 EDT 2024. Contains 371711 sequences. (Running on oeis4.)