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!)
A024185 Fourth elementary symmetric function of 3,4,...,n+5. 3
360, 2754, 12154, 40369, 111769, 271929, 600033, 1225983, 2353263, 4288713, 7480473, 12565462, 20427862, 32270182, 49698582, 74824242, 110382666, 159872916, 227718876, 319454751, 441937111, 603585895, 814656895, 1087548345, 1437144345 (list; graph; refs; listen; history; text; internal format)
OFFSET
1,1
LINKS
FORMULA
G.f.: x*(360-486*x+328*x^2-113*x^3+16*x^4)/(1-x)^9. - R. J. Mathar, Sep 15 2009
a(n) = n*(n+1)*(n+2)*(n+3)*(15*n^4+450*n^3+5165*n^2+26922*n+53848)/5760. - R. J. Mathar, Sep 15 2009
MAPLE
S := proc(n, L) mul(x+i, i=L) ; expand(%) ; coeftayl(%, x=0, nops(L)-n) ; end:
A024185 := proc(n) S(4, [seq(j, j=3..n+5)]) ; end: seq(A024185(n), n=1..40) ; # R. J. Mathar, Sep 15 2009
PROG
(GAP) List([1..30], n->n*(n+1)*(n+2)*(n+3)*(15*n^4+450*n^3+5165*n^2+26922*n+53848)/5760); # Muniru A Asiru, May 19 2018
CROSSREFS
Sequence in context: A056380 A234555 A234550 * A033592 A305626 A056322
KEYWORD
nonn
AUTHOR
EXTENSIONS
Variable set in definition changed by R. J. Mathar, Sep 15 2009
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 13 19:55 EDT 2024. Contains 372522 sequences. (Running on oeis4.)