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

Hints
(Greetings from The On-Line Encyclopedia of Integer Sequences!)
A128145 Expansion of psi(q^3)* phi(-q^3)* chi^2(-q^3)/( psi(-q)* phi(-q^18)) in powers of q where phi(),psi(),chi() are Ramanujan theta functions. 2
1, 1, 1, -1, 0, 1, 0, -1, -1, 2, 0, -3, 0, 2, 0, -3, 0, 5, 0, -4, 2, 4, 0, -5, 0, 7, -2, -7, 0, 5, 0, -10, -1, 12, 0, -10, 0, 14, 4, -17, 0, 21, 0, -22, -4, 24, 0, -34, 0, 33, -1, -36, 0, 45, 0, -45, 8, 52, 0, -55, 0, 62, -8, -71, 0, 70, 0, -88, -2, 96, 0, -98, 0, 122, 14, -133, 0, 148, 0, -163, -14, 182, 0, -217, 0, 216 (list; graph; refs; listen; history; internal format)
OFFSET

0,10

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^2)* eta(q^3)^3* eta(q^36))/(eta(q)* eta(q^4)* eta(q^6)* eta(q^18)^2) in powers of q.

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

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

a(6n+4)=0. a(6n)=0 if n>0.

PROG

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

CROSSREFS

A092848(n)=a(6n+2). A128143(n)=a(n) if n>0. A128144(n)=-a(n) if n>0.

Sequence in context: A163496 A092241 A128144 * A128143 A027640 A194666

Adjacent sequences:  A128142 A128143 A128144 * A128146 A128147 A128148

KEYWORD

sign

AUTHOR

Michael Somos, Feb 16 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 17:13 EST 2012. Contains 205828 sequences.