Logo

Greetings from The On-Line Encyclopedia of Integer Sequences!

Hints

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

1,7

FORMULA

Expansion of eta(q)eta(q^4)eta(q^18)^4/(eta(q^2)eta(q^6)eta(q^36)) in powers of q.

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

a(n) is multiplicative with a(2^e) = -1 if e>0, a(3^e) = 0^e, 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(6n+5)=0.

PROGRAM

(PARI) {a(n)=local(A); if(n<1, 0, n--; A=x*O(x^n); polcoeff( eta(x+A)*eta(x^4+A)*eta(x^18+A)^4/ (eta(x^2+A)*eta(x^6+A)*eta(x^9+A)*eta(x^36+A)), 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, -1, if(p==3, 0, if(p%6==1, e+1, !(e%2)))))))}

CROSSREFS

A113448(n)=-a(2n). A033687(n)=-a(6n+2).

Sequence in context: A112208 A048158 A113448 this_sequence A035195 A073797 A037856

Adjacent sequences: A123860 A123861 A123862 this_sequence A123864 A123865 A123866

KEYWORD

sign,mult

AUTHOR

Michael Somos, Oct 14 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 November 24 23:16 EST 2009. Contains 167481 sequences.


AT&T Labs Research