Logo

Greetings from The On-Line Encyclopedia of Integer Sequences!

Hints

Search: id:A097109
Displaying 1-1 of 1 results found. page 1
     Format: long | short | internal | text      Sort: relevance | references | number      Highlight: on | off
A097109 G.f.: s(2)^2*s(3)^3/(s(1)*s(6)^2), where s(k) := subs(q=q^k, eta(q)) and eta(q) is Dedekind's function, cf. A010815. +0
3
1, 1, 0, -2, -3, 0, 0, 2, 0, -2, 0, 0, 6, 2, 0, 0, -3, 0, 0, 2, 0, -4, 0, 0, 0, 1, 0, -2, -6, 0, 0, 2, 0, 0, 0, 0, 6, 2, 0, -4, 0, 0, 0, 2, 0, 0, 0, 0, 6, 3, 0, 0, -6, 0, 0, 0, 0, -4, 0, 0, 0, 2, 0, -4, -3, 0, 0, 2, 0, 0, 0, 0, 0, 2, 0, -2, -6, 0, 0, 2, 0, -2, 0, 0, 12, 0, 0, 0, 0, 0, 0, 4, 0, -4, 0, 0, 0, 2, 0, 0, -3, 0, 0, 2, 0 (list; graph; listen)
OFFSET

0,4

COMMENT

Coefficients are multiplicative [Fine].

REFERENCES

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

FORMULA

Fine gives an explicit formula for a(n) in terms of the divisors of n.

Expansion of (a(q)-3a(q^3)-4a(q^4)+12a(q^12))/6 in powers of q where a() is a cubic AGM analog function. - Michael Somos Sep 15 2006

Euler transform of period 6 sequence [ 1, -1, -2, -1, 1, -2, ...]. - Michael Somos Sep 15 2006

a(n) is multiplicative with a(2^e) = -3(1+(-1)^e)/2 if e>0, a(3^e) = -2 if e>0, a(p^e) = e+1 if p == 1 (mod 6), a(p^e) = (1+(-1)^e)/2 if p == 5 (mod 6) - Michael Somos Sep 15 2006

a(3n+2)=0.

PROGRAM

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

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

CROSSREFS

A115978(n)=a(3n). A122861(n)=a(3n+1).

Sequence in context: A069585 A167613 A078332 this_sequence A151867 A011023 A097027

Adjacent sequences: A097106 A097107 A097108 this_sequence A097110 A097111 A097112

KEYWORD

sign,mult

AUTHOR

N. J. A. Sloane (njas(AT)research.att.com), Sep 16 2004

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 1 13:27 EST 2009. Contains 167806 sequences.


AT&T Labs Research