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!)
A101375 a(n) = n*(n+1)*(n^2-2*n+2)/2. 1
0, 1, 6, 30, 100, 255, 546, 1036, 1800, 2925, 4510, 6666, 9516, 13195, 17850, 23640, 30736, 39321, 49590, 61750, 76020, 92631, 111826, 133860, 159000, 187525, 219726, 255906, 296380, 341475, 391530, 446896, 507936, 575025, 648550, 728910, 816516, 911791 (list; graph; refs; listen; history; text; internal format)
OFFSET
0,3
REFERENCES
T. A. Gulliver, Sequences from Cubes of Integers, Int. Math. Journal, 4 (2003), 439-445.
LINKS
FORMULA
G.f.: x*(1 + x + 10*x^2)/(1 - x)^5. - Ilya Gutkovskiy, Feb 24 2017
PROG
(Magma) [n*(n+1)*(n^2-2*n+2)/2: n in [0..40]]; // Vincenzo Librandi, May 26 2011
(PARI) a(n)=n*(n+1)*(n^2-2*n+2)/2 \\ Charles R Greathouse IV, Feb 24 2017
CROSSREFS
Sequence in context: A073948 A101855 A008525 * A074007 A152573 A348257
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 03:15 EDT 2024. Contains 371964 sequences. (Running on oeis4.)