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!)
A138519 Expansion of q * (psi(q^5) / psi(q))^2 in powers of q where psi() is a Ramanujan theta function. 6

%I #16 Mar 12 2021 22:24:45

%S 1,-2,3,-6,11,-16,24,-38,57,-82,117,-168,238,-328,448,-614,834,-1114,

%T 1480,-1966,2592,-3384,4398,-5704,7361,-9436,12045,-15344,19470,

%U -24576,30922,-38822,48576,-60548,75259,-93342,115454,-142360,175104,-214958,263262

%N Expansion of q * (psi(q^5) / psi(q))^2 in powers of q where psi() is a Ramanujan theta function.

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

%H G. C. Greubel, <a href="/A138519/b138519.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^10) / eta(q^2))^2 * eta(q) / eta(q^5))^2 in powers of q.

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

%F G.f. A(x) satisfies 0 = f(A(x), A(x^2)) where f(u, v) = (u - v)^2 - v * (1 - u) * (1 - 5*u).

%F G.f. A(x) satisfies 0 = f(A(x), A(x^3)) where f(u, v) = (u - v)^4 - u * (1 - u) * (1 - 5*u) * v * (1 - v) * (1 - 5*v).

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

%F G.f.: x * (Product_{k>0} P(5, x^k) * P(10, x^k)^2)^2 where P(n, x) is the n-th cyclotomic polynomial.

%F a(n) = - A138520(n) unless n=0. -5 * a(n) = A138521(n) unless n=0.

%F Convolution inverse of A138516.

%F a(n) = -(-1)^n * A210458(n). - _Michael Somos_, Sep 16 2015

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

%e G.f. = q - 2*q^2 + 3*q^3 - 6*q^4 + 11*q^5 - 16*q^6 + 24*q^7 - 38*q^8 + 57*q^9 + ...

%t a[ n_] := SeriesCoefficient[ (EllipticTheta[ 2, 0, q^(5/2)] / EllipticTheta[ 2, 0, q^(1/2)])^2, {q, 0, n}]; (* _Michael Somos_, Sep 16 2015 *)

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

%Y Cf. A138516, A138520, A138521, A210458.

%K sign

%O 1,2

%A _Michael Somos_, Mar 23 2008

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 25 01:35 EDT 2024. Contains 371964 sequences. (Running on oeis4.)