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
1, -4, 12, -32, 78, -176, 376, -768, 1509, -2872, 5316, -9600, 16966, -29408, 50088, -83968, 138738, -226196, 364284, -580032, 913824, -1425552, 2203368, -3376128, 5130999, -7738136, 11585208, -17225472, 25444278, -37350816, 54504160, -79085568, 114133296 (list; graph; refs; listen; history; text; internal format)
OFFSET
1,2
COMMENTS
Ramanujan theta functions: f(q) (see A121373), phi(q) (A000122), psi(q) (A010054), chi(q) (A000700).
LINKS
Eric Weisstein's World of Mathematics, Ramanujan Theta Functions
FORMULA
Expansion of (eta(q)^2 * eta(q^4) * eta(q^8)^2 / eta(q^2)^5)^2 in powers of q.
Euler transform of period 8 sequence [ -4, 6, -4, 4, -4, 6, -4, 0, ...].
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.
G.f.: x * Product_{k>0} ( 1 + x^(2*k))^6 * (1 + x^(4*k))^4 / (1 + x^k)^4.
a(n) = -(-1)^n * A107035(n). -4 * a(n) = A210066(n) unless n=0. -8 * a(n) = A139820(n) unless n=0.
a(2*n) = -4 * A092877(n). a(2*n + 1) = A022577(n). a(4*n) = -32 * A014103(n).
Convolution square of A210063. Convolution inverse of A131125.
a(n) ~ -(-1)^n * exp(sqrt(2*n)*Pi) / (64 * 2^(1/4) * n^(3/4)). - Vaclav Kotesovec, Nov 17 2017
EXAMPLE
G.f. = x - 4*x^2 + 12*x^3 - 32*x^4 + 78*x^5 - 176*x^6 + 376*x^7 + ...
MATHEMATICA
a[ n_] := SeriesCoefficient[ (1/4) EllipticTheta[ 2, 0, q^2]^2 / EllipticTheta[ 3, 0, q]^2, {q, 0, n}];
PROG
(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))};
CROSSREFS
Sequence in context: A208903 A079769 A107035 * A260778 A118885 A097392
KEYWORD
sign
AUTHOR
Michael Somos, Jul 17 2015
STATUS
approved

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 1 21:52 EDT 2024. Contains 374817 sequences. (Running on oeis4.)