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!)
A101382 a(n) = n*(n+1)*(2*n^3 - n^2 + 2)^2/6. 2
0, 3, 196, 4418, 43320, 257645, 1108828, 3810996, 11105328, 28524615, 66322740, 142270678, 285547496, 541981713, 980925260, 1704069160, 2856536928, 4640618571, 7332534948, 11302649130, 17039568280, 25178606453, 36535105596, 52143138908, 73300147600 (list; graph; refs; listen; history; text; internal format)
OFFSET
0,2
REFERENCES
T. A. Gulliver, Sequences from Cubes of Integers, Int. Math. Journal, 4 (2003), 439-445.
LINKS
Index entries for linear recurrences with constant coefficients, signature (9,-36,84,-126,126,-84,36,-9,1).
FORMULA
G.f.: x*(3 + 169*x + 2762*x^2 + 10362*x^3 + 10727*x^4 + 2749*x^5 + 108*x^6)/(1 - x)^9. - Ilya Gutkovskiy, Feb 24 2017
E.g.f.: x*(18 + 570*x + 3839*x^2 + 6703*x^3 + 4164*x^4 + 1061*x^5 + 112*x^6 + 4*x^7)*exp(x)/6. - G. C. Greubel, Mar 11 2021
MAPLE
A101382:= n-> n*(n+1)*(2*n^3-n^2+2)^2/6: seq(A101382(n), n=0..35); # G. C. Greubel, Mar 11 2021
MATHEMATICA
Table[n*(n+1)*(2*n^3-n^2+2)^2/6, {n, 0, 35}] (* G. C. Greubel, Mar 11 2021 *)
PROG
(Magma) [n*(n+1)*(2*n^3-n^2+2)^2/6: n in [0..40]]; // Vincenzo Librandi, May 26 2011
(PARI) a(n)=n*(n+1)*(2*n^3-n^2+2)^2/6 \\ Charles R Greathouse IV, Feb 24 2017
(Sage) [n*(n+1)*(2*n^3-n^2+2)^2/6 for n in (0..35)] # G. C. Greubel, Mar 11 2021
CROSSREFS
Cf. A101383.
Sequence in context: A332957 A203749 A093978 * A000724 A309749 A209120
KEYWORD
nonn,easy
AUTHOR
N. J. A. Sloane, Jan 15 2005
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 01:35 EDT 2024. Contains 371964 sequences. (Running on oeis4.)