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!)
A286346 Expansion of eta(q)^24 / eta(q^2)^12 in powers of q. 7
1, -24, 264, -1760, 7944, -25872, 64416, -133056, 253704, -472760, 825264, -1297056, 1938336, -2963664, 4437312, -6091584, 8118024, -11368368, 15653352, -19822176, 24832944, -32826112, 42517728, -51425088, 61903776, -78146664, 98021616, -115331264, 133522752 (list; graph; refs; listen; history; text; internal format)
OFFSET
0,2
LINKS
FORMULA
a(n) = (-1)^n * A000145(n).
Euler Transform of [-24, -12, -24, -12, -24, -12, -24, -12, ...]. - Simon Plouffe, Jun 23 2018
MATHEMATICA
nmax = 20; CoefficientList[Series[Product[((1 - x^k)/(1 + x^k))^12, {k, 1, nmax}], {x, 0, nmax}], x] (* Vaclav Kotesovec, Jul 10 2018 *)
a[n_] := (-1)^n SquaresR[12, n];
a /@ Range[0, 30] (* Jean-François Alcover, Feb 21 2021 *)
PROG
(PARI) q = 'q + O('q^50); Vec(eta(q)^24 / eta(q^2)^12) \\ Michel Marcus, Jul 07 2018
CROSSREFS
Cf. A000145, A013973 (E_6).
Sequence in context: A296916 A187380 A000145 * A126904 A001413 A022065
KEYWORD
sign
AUTHOR
Seiichi Manyama, May 08 2017
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 20 21:47 EDT 2024. Contains 372720 sequences. (Running on oeis4.)