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

Hints
(Greetings from The On-Line Encyclopedia of Integer Sequences!)
A106406 Expansion of (eta(q)eta(q^15))^2/(eta(q^3)eta(q^5)) in powers of q. 0
1, -2, -1, 3, -1, 2, 0, -4, 1, 2, 0, -3, 0, 0, 1, 5, -2, -2, 2, -3, 0, 0, -2, 4, 1, 0, -1, 0, 0, -2, 2, -6, 0, 4, 0, 3, 0, -4, 0, 4, 0, 0, 0, 0, -1, 4, -2, -5, 1, -2, 2, 0, -2, 2, 0, 0, -2, 0, 0, 3, 2, -4, 0, 7, 0, 0, 0, -6, 2, 0, 0, -4, 0, 0, -1, 6, 0, 0, 2, -5, 1, 0, -2, 0, 2, 0, 0, 0, 0, 2, 0, -6, -2, 4, -2, 6, 0, -2, 0, 3, 0, -4, 0, 0, 0 (list; graph; refs; listen; history; internal format)
OFFSET

1,2

FORMULA

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

G.f. A(x) satisfies 0=f(A(x), A(x^2), A(x^4)) where f(u, v, w)=-v^3+4uvw+2uw^2+u^2w.

G.f.: Sum_{k>0} kronecker(k, 3) x^k(1-x^k)(1-x^(2k))/(1-x^(5k)) = Sum_{k>0} kronecker(k, 5) x^k(1-x^k)/(1-x^(3k)).

a(n) is multiplicative with a(3^e) = a(5^e) = (-1)^e, a(p^e) = (1+(-1)^e)/2 if p == 7, 11, 13, 14 (mod 15), a(p^e) = e+1 if p == 1, 4 (mod 15), a(p^e) = (e+1)(-1)^e if p == 2, 8 (mod 15). - Michael Somos Oct 19 2005

a(15n+7)=a(15n+11)=a(15n+13)=a(15n+14)=0.

G.f.: (1/2)(Sum_{n,m} x^(n^2+nm+4m^2) -x^(2n^2+nm+2m^2)). - Michael Somos Aug 25 2006

G.f.: x*Product_{k>0} ((1-x^k)(1-x^(15k)))^2/((1-x^(3k))(1-x^(5k))).

A035175(n)=|a(n)|. a(n)>0 iff n in A028957. a(n)<0 iff n in A028955.

EXAMPLE

q - 2*q^2 - q^3 + 3*q^4 - q^5 + 2*q^6 - 4*q^8 + q^9 + 2*q^10 +...

PROG

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

(PARI) a(n)=if(n<1, 0, sumdiv(n, d, kronecker(d, 3)*kronecker(n/d, 5)))

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

(PARI) {a(n)=if(n<1, 0, (qfrep([2, 1; 1, 8], n, 1)-qfrep([4, 1; 1, 4], n, 1))[n])} /* Michael Somos Aug 25 2006 */

CROSSREFS

Sequence in context: A156248 A123864 A035175 * A092412 A078734 A028293

Adjacent sequences:  A106403 A106404 A106405 * A106407 A106408 A106409

KEYWORD

sign,mult

AUTHOR

Michael Somos, May 02 2005

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 16 17:11 EST 2012. Contains 205938 sequences.