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!)
A034949 Expansion of eta(8z)*eta(16z)*theta_3(z). 1
1, 2, 0, 0, 2, 0, 0, 0, -1, 0, 0, 0, -2, 0, 0, 0, 0, -6, 0, 0, -4, 0, 0, 0, -1, 0, 0, 0, 2, 0, 0, 0, -4, 0, 0, 0, 2, 0, 0, 0, 4, 0, 0, 0, 2, 0, 0, 0, 1, 10, 0, 0, -2, 0, 0, 0, 4, 0, 0, 0, 2, 0, 0, 0, 4, 0, 0, 0, 0, 0, 0, 0, -4, 0, 0, 0, 0, 0, 0, 0, -3, 0, 0, 0, 4, 0, 0, 0, -4, 0, 0, 0, -4, 0, 0, 0, 0 (list; graph; refs; listen; history; text; internal format)
OFFSET
1,2
REFERENCES
Ono and Skinner, Ann. Math., 147 (1998), 453-470.
LINKS
Matija Kazalicki, Congruent numbers and congruences between half-integral weight modular forms, Journal of Number Theory 133.4 (2013): 1079-1085; MR 3003987 [From N. J. A. Sloane, Oct 18 2014]
FORMULA
Expansion of eta(q^2)^5 * eta(q^8) * eta(q^16) / (eta(q)^2 * eta(q^4)^2) in powers of q. - Michael Somos, Nov 03 2011
Euler transform of period 16 sequence [ 2, -3, 2, -1, 2, -3, 2, -2, 2, -3, 2, -1, 2, -3, 2, -3, ...]. - Michael Somos, Nov 03 2011
EXAMPLE
x + 2*x^2 + 2*x^5 - x^9 - 2*x^13 - 6*x^18 - 4*x^21 - x^25 + 2*x^29 + ...
MATHEMATICA
QP = QPochhammer; s = QP[q^2]^5*QP[q^8]*(QP[q^16]/(QP[q]^2*QP[q^4]^2)) + O[q]^100; CoefficientList[s, q] (* Jean-François Alcover, Nov 25 2015, after Michael Somos *)
PROG
(PARI) {a(n) = local(A); if( n<1, 0, n--; A = x * O(x^n); polcoeff( eta(x^2 + A)^5 * eta(x^8 + A) * eta(x^16 + A) / (eta(x + A)^2 * eta(x^4 + A)^2), n))} /* Michael Somos, Nov 03 2011 */
CROSSREFS
Sequence in context: A258322 A258034 A243828 * A263767 A185338 A208603
KEYWORD
sign
AUTHOR
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 14 02:26 EDT 2024. Contains 372528 sequences. (Running on oeis4.)