login
This site is supported by donations to The OEIS Foundation.
Logo

Hints
(Greetings from The On-Line Encyclopedia of Integer Sequences!)
A132985 Expansion of chi(-q^5) / chi(-q)^5 in powers of q where chi() is a Ramanujan theta function. 2
1, 5, 15, 40, 95, 205, 420, 820, 1535, 2785, 4915, 8460, 14260, 23590, 38360, 61440, 97055, 151370, 233355, 355900, 537395, 803960, 1192380, 1754140, 2560980, 3712205, 5344570, 7645600, 10871080, 15368350, 21607220, 30220360, 42056415 (list; graph; refs; listen; history; internal format)
OFFSET

0,2

COMMENTS

Ramanujan theta functions: f(q) := Prod_{k>=1} (1-(-q)^k) (see A121373), phi(q) := theta_3(q) := Sum_{k=-oo..oo} q^(k^2) (A000122), psi(q) := Sum_{k=0..oo} q^(k*(k+1)/2) (A10054), chi(q) := Prod_{k>=0} (1+q^(2k+1)) (A000700).

LINKS

M. Somos, Introduction to Ramanujan theta functions

Eric Weisstein's World of Mathematics, Ramanujan Theta Functions

FORMULA

Expansion of ( eta(q^5) / eta(q^10) ) / ( eta(q) / eta(q^2) )^5 in powers of q.

Euler transform of period 10 sequence [ 5, 0, 5, 0, 4, 0, 5, 0, 5, 0, ...].

G.f. A(x) satisfies 0 = f(A(x), A(x^2)) where f(u, v) = u^2 + v + u * v * (2 - 4 * v).

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

G.f. is a period 1 Fourier series which satisfies f(-1 / (10 t)) = (1/4) g(t) where q = exp(2 pi i t) and g() is g.f. for A132980.

G.f.: Product_{k>0} (1 + x^k)^5 / (1 + x^(5*k)).

EXAMPLE

1 + 5*q + 15*q^2 + 40*q^3 + 95*q^4 + 205*q^5 + 420*q^6 + 820*q^7 + ...

PROG

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

CROSSREFS

Sequence in context: A084447 A099035 A034182 * A022570 A152881 A000333

Adjacent sequences:  A132982 A132983 A132984 * A132986 A132987 A132988

KEYWORD

nonn

AUTHOR

Michael Somos, Sep 07 2007

Lookup | Welcome | Wiki | Register | Music | Plot 2 | Demos | Index | Browse | More | WebCam
Contribute new seq. or comment | Format | Transforms | Puzzles | Hot | Classics
Recent Additions | More pages | Superseeker | Maintained by The OEIS Foundation Inc.

Content is available under The OEIS End-User License Agreement .

Last modified February 15 14:37 EST 2012. Contains 205822 sequences.