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!)
A260145 Expansion of x * (psi(x^4) / phi(x))^2 in powers of x where phi(), psi() are Ramanujan theta functions. 1

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

%S 1,-4,12,-32,78,-176,376,-768,1509,-2872,5316,-9600,16966,-29408,

%T 50088,-83968,138738,-226196,364284,-580032,913824,-1425552,2203368,

%U -3376128,5130999,-7738136,11585208,-17225472,25444278,-37350816,54504160,-79085568,114133296

%N Expansion of x * (psi(x^4) / phi(x))^2 in powers of x where phi(), psi() are Ramanujan theta functions.

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

%H G. C. Greubel, <a href="/A260145/b260145.txt">Table of n, a(n) for n = 1..1000</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)^2 * eta(q^4) * eta(q^8)^2 / eta(q^2)^5)^2 in powers of q.

%F Euler transform of period 8 sequence [ -4, 6, -4, 4, -4, 6, -4, 0, ...].

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

%F G.f.: x * Product_{k>0} ( 1 + x^(2*k))^6 * (1 + x^(4*k))^4 / (1 + x^k)^4.

%F a(n) = -(-1)^n * A107035(n). -4 * a(n) = A210066(n) unless n=0. -8 * a(n) = A139820(n) unless n=0.

%F a(2*n) = -4 * A092877(n). a(2*n + 1) = A022577(n). a(4*n) = -32 * A014103(n).

%F Convolution square of A210063. Convolution inverse of A131125.

%F a(n) ~ -(-1)^n * exp(sqrt(2*n)*Pi) / (64 * 2^(1/4) * n^(3/4)). - _Vaclav Kotesovec_, Nov 17 2017

%e G.f. = x - 4*x^2 + 12*x^3 - 32*x^4 + 78*x^5 - 176*x^6 + 376*x^7 + ...

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

%o (PARI) {a(n) = my(A); if( n<1, 0, n--; A = x * O(x^n); polcoeff( (eta(x + A)^2 * eta(x^4 + A) * eta(x^8 + A)^2 / eta(x^2 + A)^5)^2, n))};

%Y Cf. A014103, A022577, A092877, A107035, A131125, A139820, A210063, A210066, A210067.

%K sign

%O 1,2

%A _Michael Somos_, Jul 17 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 April 24 10:11 EDT 2024. Contains 371935 sequences. (Running on oeis4.)