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!)
A214316 Expansion of psi(x)^2 - 5 * x * psi(x^5)^2 in powers of x where psi() is a Ramanujan theta function. 3
1, -3, 1, 2, 2, 0, -7, 2, 0, 2, 2, -3, 1, 2, 0, 2, -6, 0, 2, 0, 1, -6, 2, 0, 2, 2, 0, 2, 2, 2, 1, -11, 0, 0, 2, 0, -6, 2, 2, 2, 0, 0, 3, 2, 0, 2, -6, 0, 2, 2, 0, -6, 0, 0, 0, 4, -7, 2, 2, 0, 2, -3, 0, 0, 2, 2, -6, 2, 0, 2, 2, 0, 3, 2, 0, 0, -6, 0, 2, 2, 0 (list; graph; refs; listen; history; text; internal format)
OFFSET
0,2
COMMENTS
Ramanujan theta functions: f(q) (see A121373), phi(q) (A000122), psi(q) (A010054), chi(q) (A000700).
REFERENCES
S. Cooper, On Ramanujan's function k(q)=r(q)r^2(q^2), Ramanujan J., 20 (2009), 311-328; see p. 314 eq. (2.7)
LINKS
Eric Weisstein's World of Mathematics, Ramanujan Theta Functions
FORMULA
Expansion of f(-x) * phi(-x) / chi(-x^5) in powers of x where phi(), chi(), f() are Ramanujan theta functions.
Expansion of q^(-1/4) * eta(q)^3 * eta(q^10) / (eta(q^2) * eta(q^5)) in powers of q.
Euler transform of period 10 sequence [ -3, -2, -3, -2, -2, -2, -3, -2, -3, -2, ...].
G.f. is a period 1 Fourier series which satisfies f(-1 / (40 t)) = 10 (t/i) g(t) where q = exp(2 Pi i t) and g(t) is g.f. for A094247.
a(9*n + 5) = a(9*n + 8) = 0. a(9*n + 2) = a(n).
EXAMPLE
G.f. = 1 - 3*x + x^2 + 2*x^3 + 2*x^4 - 7*x^6 + 2*x^7 + 2*x^9 + 2*x^10 - 3*x^11 + ...
G.f. = q - 3*q^5 + q^9 + 2*q^13 + 2*q^17 - 7*q^25 + 2*q^29 + 2*q^37 + 2*q^41 + ...
MATHEMATICA
a[ n_] := SeriesCoefficient[ QPochhammer[ x]^3 QPochhammer[ x^10] / (QPochhammer[ x^2] QPochhammer[ x^5]), {x, 0, n}]
a[ n_] := SeriesCoefficient[ (EllipticTheta[ 2, 0, q^2]^2 - 5 EllipticTheta[ 2, 0, q^10]^2) / 4, {q, 0, 4 n + 1}]
PROG
(PARI) {a(n) = local(A); if( n<0, 0, A = x * O(x^n); polcoeff( eta(x + A)^3 * eta(x^10 + A) / (eta(x^2 + A) * eta(x^5 + A)), n))}
CROSSREFS
Cf. A094247.
Sequence in context: A046804 A263211 A287571 * A236452 A056529 A087282
KEYWORD
sign
AUTHOR
Michael Somos, Jul 12 2012
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 25 04:42 EDT 2024. Contains 371964 sequences. (Running on oeis4.)