|
| |
|
|
A000735
|
|
Expansion of Product (1-x^k)^(12).
(Formerly M4841 N2069)
|
|
3
| |
|
|
1, -12, 54, -88, -99, 540, -418, -648, 594, 836, 1056, -4104, -209, 4104, -594, 4256, -6480, -4752, -298, 5016, 17226, -12100, -5346, -1296, -9063, -7128, 19494, 29160, -10032, -7668, -34738, 8712, -22572, 21812, 49248, -46872, 67562, 2508, -47520, -76912, -25191, 67716
(list; graph; refs; listen; history; internal format)
|
|
|
|
OFFSET
| 0,2
|
|
|
COMMENTS
| Grosswald uses b_n where b_{2n+1} = a(n).
A000145(n)=A029751(n)+16*a(n). - Michael Somos Sep 21 2005
|
|
|
REFERENCES
| M. Boylan, Exceptional congruences for the coefficients of certain eta-product newforms, J. Number Theory 98 (2003), no. 2, 377-389.
J. W. L. Glaisher, On the representation of a number as sum of 2,4,6,8... squares, Quart. J. Math. 38 (1907), 1-62 (see p. 56).
E. Grosswald, Representations of Integers as Sums of Squares. Springer-Verlag, NY, 1985, p. 121.
Masao Koike, Modular forms on non-compact arithmetic triangle groups, preprint.
Newman, Morris; A table of the coefficients of the powers of $\eta(\tau)$. Nederl. Akad. Wetensch. Proc. Ser. A. 59 = Indag. Math. 18 (1956), 204-216.
N. J. A. Sloane, A Handbook of Integer Sequences, Academic Press, 1973 (includes this sequence).
N. J. A. Sloane and Simon Plouffe, The Encyclopedia of Integer Sequences, Academic Press, 1995 (includes this sequence).
|
|
|
LINKS
| T. D. Noe, Table of n, a(n) for n=0..1000
Index entries for expansions of Product_{k >= 1} (1-x^k)^m
|
|
|
FORMULA
| Expansion of q^(-1/2) eta(q)^12 in powers of q.
Euler transform of period 1 sequence [ -12, ...]. - Michael Somos Sep 21 2005
Given g.f. A(x), then B(x) = x * A(x^2) satisfies 0 = f(B(x), B(x^2), B(x^4)) where f(u, v, w) = u^4*w^2 + 48*(u*v*w)^2 + 4906*u^2*w^4 - u^6. - Michael Somos Sep 21 2005
a(n) = b(2n + 1) where b(n) is multiplicative and b(2^e) = 0^e, b(p^e) = b(p) * b(p^(e-1)) - p^5 * b(p^(e-2)) . - Michael Somos Mar 08 2006
G.f.: (Product_{k>0} (1-x^k))^12.
|
|
|
EXAMPLE
| B(x) = x - 12*x^3 + 54*x^5 - 88*x^7 - 99*x^9 + 540*x^11 - 418*x^13 - ...
|
|
|
MAPLE
| with(numtheory): etr:= proc(p) local b; b:=proc(n) option remember; local d, j; if n=0 then 1 else add (add (d*p(d), d=divisors(j)) *b(n-j), j=1..n)/n fi end end: a:= etr (n-> -12): seq (a(n), n=0..41); # Alois P. Heinz, Sep 08 2008
|
|
|
MATHEMATICA
| CoefficientList[ Take[ Expand[ Product[(1 - x^k)^12, {k, 42}]], 42], x]
|
|
|
PROG
| (PARI) {a(n) = if( n<0, 0, polcoeff( eta( x + x * O(x^n))^12, n))} /* Michael Somos Sep 21 2005 */
|
|
|
CROSSREFS
| Sequence in context: A133078 A034436 A186210 * A022704 A060785 A059986
Adjacent sequences: A000732 A000733 A000734 * A000736 A000737 A000738
|
|
|
KEYWORD
| sign,easy,nice
|
|
|
AUTHOR
| N. J. A. Sloane (njas(AT)research.att.com).
|
| |
|
|