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

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

0,4

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

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

G.f. is a period 1 Fourier series which satisfies f(-1 / (24 t)) = 192^(1/2) (t/i) g(t) where q = exp(2 pi i t) and g() is g.f. for A112609.

a(3*n+2) = a(4*n+1) = a(4*n+2) = 0.

Expansion of (eta(q^3) * eta(q^4))^2 / (eta(q^6) * eta(q^8)) in powers of q.

EXAMPLE

1 - 2*q^3 - 2*q^4 + 4*q^7 + 2*q^12 - 2*q^16 - 4*q^19 - 2*q^27 + 4*q^28 + ...

PROG

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

CROSSREFS

Sequence in context: A014473 A101164 A062275 * A179011 A134315 A119332

Adjacent sequences:  A138267 A138268 A138269 * A138271 A138272 A138273

KEYWORD

sign

AUTHOR

Michael Somos, Mar 10 2008, Apr 04 2008

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 16 07:39 EST 2012. Contains 205881 sequences.