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!)
A024379 a(n) = 3rd elementary symmetric function of the first n+2 positive integers congruent to 1 mod 4. 4
45, 812, 5130, 20460, 62335, 158760, 355572, 722760, 1361745, 2413620, 4068350, 6574932, 10252515, 15502480, 22821480, 32815440, 46214517, 63889020, 86866290, 116348540, 153731655, 200624952, 258871900, 330571800, 418102425, 524143620 (list; graph; refs; listen; history; text; internal format)
OFFSET
1,1
LINKS
FORMULA
From R. J. Mathar, Sep 15 2009: (Start)
a(n) = n*(2*n+3)*(n+2)*(n+1)*(4*n^2+8*n-3)/6.
G.f.: (27*x^3+391*x^2+497*x+45)*x/(1-x)^7. (End)
MAPLE
S := proc(n, L) mul(x+i, i=L) ; expand(%) ; coeftayl(%, x=0, nops(L)-n) ; end: A024379 := proc(n) S(3, [seq(4*j+1, j=0..n+1)]) ; end: seq(A024379(n), n=1..40) ; # R. J. Mathar, Sep 15 2009
CROSSREFS
Sequence in context: A264138 A293971 A341427 * A134290 A359933 A341573
KEYWORD
nonn
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 12 18:22 EDT 2024. Contains 372494 sequences. (Running on oeis4.)