Logo

Greetings from The On-Line Encyclopedia of Integer Sequences!

Hints

Search: id:A138502
Displaying 1-1 of 1 results found. page 1
     Format: long | short | internal | text      Sort: relevance | references | number      Highlight: on | off
A138502 Expansion of q^(-1/2) * (eta(q)^4 * eta(q^4)^2 / eta(q^2)^3)^2 in powers of q. +0
2
1, -8, 26, -48, 73, -120, 170, -208, 290, -360, 384, -528, 651, -656, 842, -960, 960, -1248, 1370, -1360, 1682, -1848, 1898, -2208, 2353, -2320, 2810, -3120, 2880, -3480, 3722, -3504, 4420, -4488, 4224, -5040, 5330, -5208, 5760, -6240, 5905, -6888, 7540, -6736, 7922, -8160, 7680 (list; graph; listen)
OFFSET

0,2

FORMULA

Expansion of (phi(-q)^2 * psi(q^2))^2 in powers of q where phi(), psi() are Ramanujan theta functons.

Euler transform of period 4 sequence [ -8, -2, -8, -6, ...].

a(n) = b(2*n+1) where b(n) is multiplicative where b(2^e) = 0^e, b(p^e) = ((p^2)^(e+1) - 1) / (p^2 - 1) if p == 1 (mod 4), b(p^e) = (-(-p^2)^(e+1) + 1) / (p^2 + 1) if p == 3 (mod 4).

G.f. is a Fourier series which satisfies f(-1/(16 t)) = 256 (t/i)^3 g(t) where q = exp(2 pi i t) and g() is g.f. for A138501.

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

EXAMPLE

q - 8*q^3 + 26*q^5 - 48*q^7 + 73*q^9 - 120*q^11 + 170*q^13 - 208*q^15 + ...

PROGRAM

(PARI) {a(n) = if(n<0, 0, n = 2*n+1; sumdiv(n, d, d^2 * kronecker(-4, d)))}

(PARI) {a(n) = local(A, p, e, f); 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, f = (-1)^(p\2); f * ((f*p^2)^(e+1) - 1) / (p^2 - f)))))}

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

CROSSREFS

(-1)^n * A122854(n) = A002173(2*n+1) = a(n).

Sequence in context: A031085 A031307 A122854 this_sequence A143894 A126176 A074238

Adjacent sequences: A138499 A138500 A138501 this_sequence A138503 A138504 A138505

KEYWORD

sign

AUTHOR

Michael Somos, Mar 20 2008

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 25 20:09 EST 2009. Contains 167514 sequences.


AT&T Labs Research