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

Hints
(Greetings from The On-Line Encyclopedia of Integer Sequences!)
A161970 Expansion of eta(q) * eta(q^7) / (eta(q^4) * eta(q^28)) in powers of q. 0
1, -1, -1, 0, 1, 0, -1, 0, 3, 0, -2, 0, 2, 0, -5, 0, 6, 0, -7, 0, 7, 0, -9, 0, 12, 0, -13, 0, 16, 0, -20, 0, 25, 0, -27, 0, 31, 0, -38, 0, 44, 0, -51, 0, 58, 0, -69, 0, 80, 0, -92, 0, 102, 0, -118, 0, 141, 0, -157, 0, 177, 0, -203, 0, 234, 0, -261, 0, 292, 0, -336, 0, 382, 0, -428, 0, 475, 0, -540, 0, 610 (list; graph; refs; listen; history; internal format)
OFFSET

-1,9

FORMULA

Expansion of chi(-q) * chi(-q^2) * chi(-q^7) * chi(-q^14) in power of q where chi() is a Ramanaujan theta function.

Euler transform of period 28 sequence [ -1, -1, -1, 0, -1, -1, -2, 0, -1, -1, -1, 0, -1, -2, -1, 0, -1, -1, -1, 0, -2, -1, -1, 0, -1, -1, -1, 0, ...].

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

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

a(2*n) = 0 unless n = 0.

EXAMPLE

1/q - 1 - q + q^3 - q^5 + 3*q^7 - 2*q^9 + 2*q^11 - 5*q^13 + 6*q^15 + ...

PROG

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

CROSSREFS

Sequence in context: A118514 A190544 A172293 * A059339 A171772 A092735

Adjacent sequences:  A161967 A161968 A161969 * A161971 A161972 A161973

KEYWORD

sign

AUTHOR

Michael Somos, Jun 22 2009

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 05:45 EST 2012. Contains 205694 sequences.