cp's OEIS Frontend

This is a front-end for the Online Encyclopedia of Integer Sequences, made by Christian Perfect. The idea is to provide OEIS entries in non-ancient HTML, and then to think about how they're presented visually. The source code is on GitHub.

A122792 Expansion of eta(q^2)^2/(eta(q)eta(q^3)) in powers of q.

This page as a plain text file.
%I A122792 #15 Oct 08 2017 17:38:21
%S A122792 1,1,0,2,1,0,4,2,0,6,4,0,10,6,0,16,9,0,24,14,0,36,20,0,52,29,0,74,42,
%T A122792 0,104,58,0,144,80,0,198,110,0,268,148,0,360,198,0,480,264,0,634,347,
%U A122792 0,832,454,0,1084,592,0,1404,764,0,1808,982,0,2316,1257,0,2952,1598,0
%N A122792 Expansion of eta(q^2)^2/(eta(q)eta(q^3)) in powers of q.
%H A122792 Seiichi Manyama, <a href="/A122792/b122792.txt">Table of n, a(n) for n = 0..10000</a>
%F A122792 Euler transform of period 6 sequence [ 1, -1, 2, -1, 1, 0, ...].
%F A122792 G.f.: Product_{k>0} (1-x^k)^2/(1+x^k+x^(2k)). a(3n+2)=0.
%F A122792 G.f.: Product_{i>0} 1/(1 + Sum_{j>0} (-1)^j*j*q^(j*i)). - _Seiichi Manyama_, Oct 08 2017
%t A122792 QP = QPochhammer; s = QP[q^2]^2/(QP[q]*QP[q^3]) + O[q]^70; CoefficientList[s, q] (* _Jean-François Alcover_, Nov 25 2015 *)
%o A122792 (PARI) {a(n)=local(A); if(n<0, 0, A=x*O(x^n); polcoeff( eta(x^2+A)^2/eta(x+A)/eta(x^3+A), n))}
%Y A122792 A098151(n)=a(3n). A097197(n)=a(3n+1).
%Y A122792 Cf. A293306.
%K A122792 nonn
%O A122792 0,4
%A A122792 _Michael Somos_, Sep 11 2006