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!)
A088943 a(n)=60*sum(1<=i<=j<=k<=n,i*j^2/k). 4
0, 60, 450, 1790, 5195, 12419, 25999, 49399, 87154, 145014, 230088, 350988, 517973, 743093, 1040333, 1425757, 1917652, 2536672, 3305982, 4251402, 5401551, 6787991, 8445371, 10411571, 12727846, 15438970, 18593380, 22243320, 26444985, 31258665 (list; graph; refs; listen; history; text; internal format)
OFFSET
0,2
COMMENTS
Always an integer. Can be expressed as a polynomial with rational coefficients of degree 5.
LINKS
FORMULA
G.f.: -x*(x^4-5*x^3+10*x^2-90*x-60) / (x-1)^6. - Colin Barker, Jun 15 2013
MATHEMATICA
LinearRecurrence[{6, -15, 20, -15, 6, -1}, {0, 60, 450, 1790, 5195, 12419}, 30] (* Harvey P. Dale, Apr 25 2018 *)
PROG
(PARI) a(n)=60*sum(k=1, n, sum(j=1, k, sum(i=1, j, i*j^2/k)))
CROSSREFS
Sequence in context: A135037 A020868 A223461 * A097387 A057096 A246774
KEYWORD
nonn,easy
AUTHOR
Benoit Cloitre, Oct 25 2003
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 26 09:05 EDT 2024. Contains 371991 sequences. (Running on oeis4.)