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

Hints
(Greetings from The On-Line Encyclopedia of Integer Sequences!)
A129134 Expansion of (1 - phi(-q) * phi(-q^2)) / 2 in powers of q where phi() is a Ramanujan theta function. 1
1, 1, -2, -1, 0, 2, 0, -1, 3, 0, -2, -2, 0, 0, 0, -1, 2, 3, -2, 0, 0, 2, 0, -2, 1, 0, -4, 0, 0, 0, 0, -1, 4, 2, 0, -3, 0, 2, 0, 0, 2, 0, -2, -2, 0, 0, 0, -2, 1, 1, -4, 0, 0, 4, 0, 0, 4, 0, -2, 0, 0, 0, 0, -1, 0, 4, -2, -2, 0, 0, 0, -3, 2, 0, -2, -2, 0, 0, 0, 0, 5, 2, -2, 0, 0, 2, 0, -2, 2, 0, 0, 0, 0, 0, 0, -2, 2, 1, -6, -1, 0, 4, 0, 0, 0 (list; graph; refs; listen; history; internal format)
OFFSET

1,3

COMMENTS

Ramanujan theta functions: f(q) (see A121373), phi(q) (A000122), psi(q) (A010054), chi(q) (A000700).

For n nonzero, a(n) is nonzero if and only if n is in A002479.

LINKS

M. Somos, Introduction to Ramanujan theta functions

Eric Weisstein's World of Mathematics, Ramanujan Theta Functions

FORMULA

Expansion of (1 - eta(q)^2 * eta(q^2) / eta(q^4)) / 2 in powers of q.

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

a(n) = A002325(n) * (-1)^[(n-1)/2]. A082564(n) = -2 * a(n) unless n=0.

EXAMPLE

q + q^2 - 2*q^3 - q^4 + 2*q^6 - q^8 + 3*q^9 - 2*q^11 - 2*q^12 - q^16 + ...

PROG

(PARI) {a(n) = if( n<1, 0, (-1)^((n-1)\2) * sumdiv(n, d, kronecker( -8, d)))}

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

CROSSREFS

Cf. A002325, A002479, A082564.

Sequence in context: A036577 A002325 * A133693 A065675 A194313 A127476

Adjacent sequences:  A129131 A129132 A129133 * A129135 A129136 A129137

KEYWORD

sign

AUTHOR

Michael Somos, Mar 30 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 14 00:47 EST 2012. Contains 205567 sequences.