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!)
A143159 Expansion of q^(-13/24) * eta(q^2) * eta(q^3) * eta(q^4)^2 in powers of q. 0
1, 0, -1, -1, -3, 1, 1, 3, 2, -2, 5, -1, 1, -2, -4, -2, -3, 2, -7, -2, 4, 7, 0, -1, -1, 0, 4, 10, 5, -7, 7, -3, -6, -3, 0, -1, -5, -6, 3, -7, 1, 5, -5, 1, -4, 1, -9, 7, 2, 16, 2, -2, 8, 2, 5, 2, 5, -11, -4, -1, 1, 1, -2, 2, 6, -12, 7, -9, -9, 1, -15, -2, 1, -4 (list; graph; refs; listen; history; text; internal format)
OFFSET
0,5
LINKS
FORMULA
Euler transform of period 12 sequence [0, -1, -1, -3, 0, -2, 0, -3, -1, -1, 0, -4, ...].
G.f.: Product_{k>0} (1 - x^(2*k)) * (1 - x^(3*k)) * (1 - x^(4*k))^2.
EXAMPLE
G.f. = 1 - x^2 - x^3 - 3*x^4 + x^5 + x^6 + 3*x^7 + 2*x^8 - 2*x^9 + ...
G.f. = q^13 - q^61 - q^85 - 3*q^109 + q^133 + q^157 + 3*q^181 + 2*q^205 + ...
MATHEMATICA
a[ n_] := SeriesCoefficient[ QPochhammer[ x^2] QPochhammer[ x^3] QPochhammer[ x^4]^2, {x, 0, n}]; (* Michael Somos, Sep 07 2015 *)
PROG
(PARI) {a(n) = my(A); if( n<0, 0, A = x * O(x^n); polcoeff( eta(x^2 + A) * eta(x^3 + A) * eta(x^4 + A)^2, n))};
CROSSREFS
Sequence in context: A023142 A225335 A229166 * A324079 A184831 A033989
KEYWORD
sign
AUTHOR
Michael Somos, Jul 27 2008
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 23 18:16 EDT 2024. Contains 371916 sequences. (Running on oeis4.)