Logo

Greetings from The On-Line Encyclopedia of Integer Sequences!

Hints

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

1,2

REFERENCES

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

FORMULA

Expansion of (1+a(q)-2*a(q^2))/6 = (1-b(q)^2/b(q^2))/6 in powers of q where a(),b() are cubic AGM analog functions.

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

Moebius transform is period 6 sequence [ 1, -3, 0, 3, -1, 0, ...].

a(n) is multiplicative and a(2^e) = (3(-1)^e-1)/2, a(3^e) = 1, a(p^e) = e+1 if p == 1 (mod 6), a(p^e) = (1+(-1)^e)/2 if p == 5 (mod 6).

a(3n)=a(4n)=a(n). a(6n+5)=0.

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

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

(PARI) {a(n)= if(n<1, 0, -sumdiv(n, d, (-1)^(n/d)* kronecker(-3, d)))}

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

PROGRAM

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

(PARI) {a(n)=if(n<1, 0, direuler(p=2, n, if(p==2, (1-2*X)/(1-X^2), 1/(1-X)/(1-kronecker(-3, p)*X)))[n])}

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

CROSSREFS

Cf. A113661(n)=-(-1)^n*a(n). A122859(n)=-6*a(n) if n>0.

Adjacent sequences: A122857 A122858 A122859 this_sequence A122861 A122862 A122863

Sequence in context: A058394 A113661 A113974 this_sequence A123331 A114638 A123340

KEYWORD

sign,mult

AUTHOR

Michael Somos, Sep 15 2006

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 October 10 20:39 EDT 2008. Contains 144831 sequences.


AT&T Labs Research