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!)
A264026 Expansion of (f(x^3) / f(x))^6 in powers of x where f() is a Ramanujan theta function. 2

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

%S 1,-6,27,-92,279,-756,1913,-4536,10260,-22220,46479,-94176,185749,

%T -357426,673056,-1242404,2252772,-4017816,7058609,-12228060,20911230,

%U -35330324,59023728,-97568712,159693831,-258941124,416181510,-663337512,1048935414,-1646245836

%N Expansion of (f(x^3) / f(x))^6 in powers of x where f() 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="/A264026/b264026.txt">Table of n, a(n) for n = 0..2500</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 q^(-1/2) * (eta(q) * eta(q^4) * eta(q^6)^3 / (eta(q^2)^3 * eta(q^3) * eta(q^12)))^6 in powers of q.

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

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

%F Convolution inverse of A132107.

%F a(n) ~ (-1)^n * exp(2*Pi*sqrt(2*n/3)) / (2^(3/4) * 3^(13/4) * n^(3/4)). - _Vaclav Kotesovec_, Jun 06 2018

%e G.f. = 1 - 6*x + 27*x^2 - 92*x^3 + 279*x^4 - 756*x^5 + 1913*x^6 - 4536*x^7 + ...

%e G.f. = q - 6*q^3 + 27*q^5 - 92*q^7 + 279*q^9 - 756*q^11 + 1913*q^13 - 4536*q^15 + ...

%t a[ n_] := SeriesCoefficient[ (QPochhammer[ -x^3] / QPochhammer[ -x])^6, {x, 0, n}];

%t eta[q_]:= q^(1/24)*QPochhammer[q]; a:= CoefficientList[Series[q^(-1/2)* (eta[q]*eta[q^4]*eta[q^6]^3/(eta[q^2]^3*eta[q^3]*eta[q^12]))^6, {q, 0, 60}], q]; Table[a[[n]], {n,1,50}] (* _G. C. Greubel_, Jul 04 2018 *)

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

%Y Cf. A000726, A132107.

%K sign

%O 0,2

%A _Michael Somos_, Nov 01 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 July 13 11:10 EDT 2024. Contains 374282 sequences. (Running on oeis4.)