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!)
A262539 a(n) = coefficient of x^n in the expansion of Product_{k>=1} (1-x^k)^(3*n). 2
1, -3, 9, -12, -99, 1107, -7038, 33345, -113643, 151593, 1547469, -17376120, 112734378, -544200660, 1884830229, -2551628817, -26299018683, 298555990425, -1956243650733, 9538198578972, -33464928293199, 47571625958796, 452674080810576, -5260288747038957, 34841458485708282, -171603777320158968 (list; graph; refs; listen; history; text; internal format)
OFFSET
0,2
LINKS
MAPLE
C3:=proc(k) local t1, n;
t1:=mul((1-x^n)^(3*k), n=1..k+2);
series(t1, x, k+1);
coeff(%, x, k);
end;
[seq(C3(i), i=0..30)];
CROSSREFS
Bisections: A262540, A262541.
Sequence in context: A029524 A357726 A045769 * A101537 A070353 A029458
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 July 14 22:25 EDT 2024. Contains 374323 sequences. (Running on oeis4.)