Logo

Greetings from The On-Line Encyclopedia of Integer Sequences!

Hints

Search: id:A132003
Displaying 1-1 of 1 results found. page 1
     Format: long | short | internal | text      Sort: relevance | references | number      Highlight: on | off
A132003 Expansion of phi(q^3)/ phi(q) *phi(-q^2)* phi(-q^6) in powers of q where phi() is a Ramanujan theta function. +0
3
1, -2, 2, -2, 2, -4, 2, 0, 2, -2, 4, 0, 2, -4, 0, -4, 2, -4, 2, 0, 4, 0, 0, 0, 2, -6, 4, -2, 0, -4, 4, 0, 2, 0, 4, 0, 2, -4, 0, -4, 4, -4, 0, 0, 0, -4, 0, 0, 2, -2, 6, -4, 4, -4, 2, 0, 0, 0, 4, 0, 4, -4, 0, 0, 2, -8, 0, 0, 4, 0, 0, 0, 2, -4, 4, -6, 0, 0, 4, 0, 4, -2, 4, 0, 0, -8, 0, -4, 0, -4, 4, 0, 0, 0, 0, 0, 2, -4, 2, 0, 6, -4, 4, 0, 4 (list; graph; listen)
OFFSET

0,2

REFERENCES

N. J. Fine, Basic Hypergeometric Series and Applications, Amer. Math. Soc., 1988; p. 85, Eq. (32.72).

FORMULA

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

a(n)= -2*b(n) where b(n) is multiplicative with b(2^e) = 2*0^e -1, b(3^e) = 1, b(p^e) = e+1 if p == 1 (mod 4), b(p^e) = (1+(-1)^e)/2 if p == 3 (mod 4).

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

G.f.: 1 -2* Sum_{k>0} x^k/(x^k+1)* kronecker(-36, k).

PROGRAM

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

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

(PARI) {a(n)= local(A, p, e); if(n<1, n==0, A=factor(n); -2* prod(k=1, matsize(A)[1], if(p=A[k, 1], e=A[k, 2]; if(p==3, 1, if(p==2, -1, if(p%4==1, e+1, !(e%2)))))))}

CROSSREFS

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

Sequence in context: A092904 A062816 A122857 this_sequence A109810 A122066 A053238

Adjacent sequences: A132000 A132001 A132002 this_sequence A132004 A132005 A132006

KEYWORD

sign

AUTHOR

Michael Somos, Aug 06 2007

page 1

Search completed in 0.002 seconds

Lookup | Welcome | Find friends | Music | Plot 2 | Demos | Index | Browse | More | WebCam
Contribute new seq. or comment | Format | Transforms | Puzzles | Hot | Classics
More pages | Superseeker | Maintained by N. J. A. Sloane (njas@research.att.com)

Last modified November 29 12:46 EST 2009. Contains 167659 sequences.


AT&T Labs Research