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!)
A262930 Expansion of (psi(-q) / f(q^3))^2 in powers of q where psi(), f() are Ramanujan theta functions. 6

%I #11 Mar 12 2021 22:24:48

%S 1,-2,1,-4,6,-2,12,-16,5,-28,36,-12,60,-76,24,-120,150,-46,228,-280,

%T 86,-416,504,-152,732,-878,262,-1252,1488,-442,2088,-2464,725,-3408,

%U 3996,-1168,5460,-6364,1852,-8600,9972,-2886,13344,-15400,4436,-20424,23472

%N Expansion of (psi(-q) / f(q^3))^2 in powers of q where psi(), f() are Ramanujan theta functions.

%C Ramanujan theta functions: f(q) (see A121373), phi(q) (A000122), psi(q) (A010054), chi(q) (A000700).

%H Seiichi Manyama, <a href="/A262930/b262930.txt">Table of n, a(n) for n = 0..10000</a>

%H Michael Somos, <a href="/A010815/a010815.txt">Introduction to Ramanujan theta functions</a>

%H Eric Weisstein's World of Mathematics, <a href="http://mathworld.wolfram.com/RamanujanThetaFunctions.html">Ramanujan Theta Functions</a>

%F Expansion of ( eta(q) * eta(q^3) * eta(q^4) * eta(q^12) / ( eta(q^2) * eta(q^6)^3 ))^2 in powers of q.

%F Euler transform of period 12 sequence [ -2, 0, -4, -2, -2, 4, -2, -2, -4, 0, -2, 0, ...].

%F G.f. is a period 1 Fourier series which satisfies f(-1 / (36 t)) = 3 g(t) where q = exp(2 Pi i t) and g() is the g.f. of A261369.

%F a(3*n) = A261320(n). a(3*n + 1) = -2 * A261325(n). a(3*n + 2) = A261369(n).

%F Convolution square of A139136.

%F a(2*n) = A263538(n). a(2*n + 1) = -2 * A263528(n).

%e G.f. = 1 - 2*x + x^2 - 4*x^3 + 6*x^4 - 2*x^5 + 12*x^6 - 16*x^7 + 5*x^8 + ...

%t a[ n_] := SeriesCoefficient[ (1/2) q^(-1/4) (EllipticTheta[ 2, Pi/4, q^(1/2)] / QPochhammer[ -q^3])^2, {q, 0, n}];

%o (PARI) {a(n) = my(A); if( n<0, 0, A = x * O(x^n); polcoeff( ( eta(x + A) * eta(x^3 + A) * eta(x^4 + A) * eta(x^12 + A) / ( eta(x^2 + A) * eta(x^6 + A)^3 ))^2, n))};

%Y Cf. A139136, A261325, A261328, A261369, A263528, A263538.

%K sign

%O 0,2

%A _Michael Somos_, Oct 04 2015

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 August 16 19:19 EDT 2024. Contains 375177 sequences. (Running on oeis4.)