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!)
A230535 Expansion of q * (f(-q, -q^7) / f(-q^3, -q^5))^2 in powers of q where f(,) is Ramanujan's two-variable theta function. 2
1, -2, 1, 2, -4, 4, -1, -6, 11, -8, -1, 12, -20, 16, 2, -22, 34, -30, 1, 40, -64, 52, -2, -68, 113, -88, -2, 112, -180, 144, 2, -182, 284, -228, 4, 286, -452, 356, -4, -440, 698, -544, -5, 668, -1044, 816, 6, -996, 1545, -1210, 6, 1464, -2276, 1768, -7, -2128 (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
Euler transform of period 8 sequence [ -2, 0, 2, 0, 2, 0, -2, 0, ...].
G.f. A(x) satisfies 0 = f(A(x), A(x^2)) where f(u, v) = (v - u^2) * (1 - v) - 4*u*v.
G.f.: x * (Product_{k>=0} (1 - x^(8*k + 1)) * (1 - x^(8*k + 7)) / ((1 - x^(8*k + 3)) * (1 - x^(8*k + 5))))^2.
a(2*n) = -2 * A224216(n). a(2*n + 1) = A230534(n).
Convolution square of A092869.
Empirical: Sum_{n>=1} a(n)/exp(Pi*n) = 7 + 4*sqrt(2) - 2*sqrt(20 + 14*sqrt(2)). - Simon Plouffe, Mar 02 2021
EXAMPLE
G.f. = q - 2*q^2 + q^3 + 2*q^4 - 4*q^5 + 4*q^6 - q^7 - 6*q^8 + 11*q^9 + ...
MATHEMATICA
a[ n_] := SeriesCoefficient[ q Product[ (1 - q^k)^KroneckerSymbol[ 8, k], {k, n}]^2, {q, 0, n}];
a[ n_] := SeriesCoefficient[ (EllipticTheta[ 2, 0, q^2] / (EllipticTheta[ 3, 0, q] + EllipticTheta[ 3, 0, q^2]))^2, {q, 0, n}];
a[ n_] := SeriesCoefficient[ q (QPochhammer[ q, q^8] QPochhammer[ q^7, q^8] / (QPochhammer[ q^3, q^8] QPochhammer[ q^5, q^8]))^2, {q, 0, n}];
PROG
(PARI) {a(n) = local(A, A2); if( n<2, n==1, n--; A = x * O(x^n); A = eta(x + A) * eta(x^4 + A)^2 / eta(x^2 + A)^3; A2 = subst(A, x, x^2); polcoeff( (2 * A^2 * A2^2 / (A^2 + A2))^2, n))};
CROSSREFS
Sequence in context: A295313 A105022 A263293 * A349741 A257651 A275122
KEYWORD
sign
AUTHOR
Michael Somos, Oct 22 2013
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 April 19 16:21 EDT 2024. Contains 371794 sequences. (Running on oeis4.)