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!)
A262310 a(n) = coefficient of x^(2n) in the expansion of the modular form Product_{k>=1} (1-x^k)^n. 2
1, -1, 1, -7, 9, 9, 49, -176, 57, -673, 2401, 1143, -9063, 33201, -153502, 315783, -755943, 2210985, -767039, 1790369, -40127031, 44496424, -58813391, 1040502519, -1696965207, -1810005816, -4483997699, 7445790947, 105920054242, -134133273672, -203398909151 (list; graph; refs; listen; history; text; internal format)
OFFSET
0,4
LINKS
MAPLE
C7:=proc(r) local t1, n;
t1:=mul((1-x^n)^r, n=1..2*r+2);
series(t1, x, 2*r+1);
coeff(%, x, 2*r);
end;
[seq(C7(i), i=0..30)];
CROSSREFS
Bisections: A262537, A262538.
Sequence in context: A121313 A111204 A000510 * A167628 A112954 A031952
KEYWORD
sign
AUTHOR
N. J. A. Sloane, Oct 04 2015
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 24 14:54 EDT 2024. Contains 371960 sequences. (Running on oeis4.)