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!)
A328994 a(n) = n^2*(1+n)*(1+n^2)/4. 1
1, 15, 90, 340, 975, 2331, 4900, 9360, 16605, 27775, 44286, 67860, 100555, 144795, 203400, 279616, 377145, 500175, 653410, 842100, 1072071, 1349755, 1682220, 2077200, 2543125, 3089151, 3725190, 4461940, 5310915, 6284475, 7395856, 8659200, 10089585 (list; graph; refs; listen; history; text; internal format)
OFFSET
1,2
LINKS
FORMULA
From Vincenzo Librandi, Nov 13 2019: (Start)
a(n) = 6*a(n-1) - 15*a(n-2) + 20*a(n-3) - 15*a(n-4) + 6*a(n-5) - a(n-6).
G.f.: x*(1+9*x+15*x^2+5*x^3)/(1-x)^6. (End)
MATHEMATICA
CoefficientList[Series[(1+9x+15x^2+5x^3)/(1-x)^6, {x, 0, 33}], x] (* Vincenzo Librandi, Nov 13 2019 *)
PROG
(Magma) [(n^2+n^3+n^4+n^5)/4: n in [1..40]] // Vincenzo Librandi, Nov 13 2019
CROSSREFS
Sequence in context: A323334 A151974 A179096 * A001297 A005716 A292055
KEYWORD
nonn,easy
AUTHOR
N. J. A. Sloane, Nov 12 2019
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 May 20 21:47 EDT 2024. Contains 372720 sequences. (Running on oeis4.)