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!)
A026060 a(n) = dot_product(n,n-1,...2,1)*(5,6,...,n,1,2,3,4). 4
45, 80, 126, 184, 255, 340, 440, 556, 689, 840, 1010, 1200, 1411, 1644, 1900, 2180, 2485, 2816, 3174, 3560, 3975, 4420, 4896, 5404, 5945, 6520, 7130, 7776, 8459, 9180, 9940, 10740, 11581, 12464, 13390, 14360, 15375, 16436, 17544, 18700, 19905, 21160, 22466, 23824, 25235, 26700, 28220 (list; graph; refs; listen; history; text; internal format)
OFFSET
5,1
LINKS
FORMULA
a(n) = n*(n^2 + 15*n - 46)/6. - Ralf Stephan, Apr 30 2004
a(n) = 4*a(n-1) - 6*a(n-2) + 4*a(n-3) - a(n-4); a(5)=45, a(6)=80, a(7)=126, a(8)=184. - Harvey P. Dale, Nov 05 2011
G.f.: x^5*(45 - 100*x + 76*x^2 - 20*x^3)/(1-x)^4. - Colin Barker, Sep 17 2012
MATHEMATICA
Table[n (n^2+15n-46)/6, {n, 5, 60}] (* or *) LinearRecurrence[{4, -6, 4, -1}, {45, 80, 126, 184}, 60] (* Harvey P. Dale, Nov 05 2011 *)
PROG
(Magma) [n*(n^2+15*n-46)/6: n in [5..60]]; // Vincenzo Librandi, Nov 15 2011
CROSSREFS
Column 4 of triangle A094415.
Sequence in context: A226788 A364718 A102578 * A138171 A305154 A280407
KEYWORD
nonn,easy
AUTHOR
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 18 21:39 EDT 2024. Contains 372666 sequences. (Running on oeis4.)