Logo

Greetings from The On-Line Encyclopedia of Integer Sequences!

Hints

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

0,2

FORMULA

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

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

G.f.: Sum_{k>0} F(x^(6k-5))-F(x^(6k-1)) where F(x)=(x-x^3)/(1+x^2+x^4).

a(3n+2)=0. a(3n)=A097195(n). a(3n+1)=-2*A033762(n).

PROGRAM

(PARI) {a(n)=if(n<0, 0, n=2*n+1; sumdiv(n, d, kronecker(-12, d)*[0, 1, 0, -2, 0, 1][n/d%6+1]))}

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

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

CROSSREFS

A097109(2n+1)=A112848(2n+1)=a(n).

Sequence in context: A106277 A088627 A024713 this_sequence A161516 A123063 A031358

Adjacent sequences: A123527 A123528 A123529 this_sequence A123531 A123532 A123533

KEYWORD

sign

AUTHOR

Michael Somos, Oct 02 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 December 15 00:47 EST 2009. Contains 170825 sequences.


AT&T Labs Research