Logo

Greetings from The On-Line Encyclopedia of Integer Sequences!

Hints

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

1,5

LINKS

A. Berkovich and H. Yesilyurt, Ramanujan's identities and representation of integers by certain binary and quaternary quadratic forms

FORMULA

Expansion of eta(q)eta(q^4)eta(q^6)eta(q^24)/(eta(q^3)eta(q^8)) in powers of q.

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

Multiplicative with a(2^e) = a(3^e) = (-1)^e, a(p^e) = e+1 if p == 1, 7 (mod 24), a(p^e) = (e+1)(-1)^e if p == 5, 11 (mod 24), a(p^e) = (1+(-1)^e)/2 if p == 13, 17, 19, 23 (mod 24).

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

EXAMPLE

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

PROGRAM

(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|p==3, (-1)^e, if(p%24<12, (e+1)*kronecker(-12, p)^e, (1+(-1)^e)/2)))))}

(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^6+A)*eta(x^24+A)/(eta(x^3+A)*eta(x^8+A)), n))}

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

CROSSREFS

Cf. A000377(n)=|a(n)|.

Sequence in context: A075117 A029810 A000377 this_sequence A128581 A026517 A072047

Adjacent sequences: A115657 A115658 A115659 this_sequence A115661 A115662 A115663

KEYWORD

sign,mult

AUTHOR

Michael Somos, Jan 28 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 18 20:14 EST 2008. Contains 147244 sequences.


AT&T Labs Research