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

Hints
(Greetings from The On-Line Encyclopedia of Integer Sequences!)
A121597 Expansion of (eta(q^13)/eta(q))^2 in powers of q. 1
1, 2, 5, 10, 20, 36, 65, 110, 185, 300, 481, 752, 1165, 1768, 2661, 3946, 5802, 8430, 12158, 17360, 24622, 34632, 48410, 67188, 92731, 127182, 173546, 235508, 318098, 427536, 572168, 762318, 1011660, 1337136, 1760876, 2310338, 3021008, 3936848 (list; graph; refs; listen; history; internal format)
OFFSET

1,2

FORMULA

Euler transform of period 13 sequence [ 2, 2, 2, 2, 2, 2, 2, 2, 2, 2, 2, 2, 0, ...].

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

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

G.f. A(x) satisfies 0 = f(A(x), A(x^3)) where f(u, v) = (u^2 - u*v + v^2)^2 - u*v * (1 + 6*u + 13*u^2) * (1 + 6*v + 13*v^2).

G.f. is a period 1 Fourier series which satisfies f(-1 / (13 t)) = (1/13) / f(t) where q = exp(2 pi i t).

EXAMPLE

q + 2*q^2 + 5*q^3 + 10*q^4 + 20*q^5 + 36*q^6 + 65*q^7 + 110*q^8 + ...

PROG

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

CROSSREFS

Convolution inverse of A133099.

Sequence in context: A103927 A103928 A103929 * A000712 A032442 A102688

Adjacent sequences:  A121594 A121595 A121596 * A121598 A121599 A121600

KEYWORD

nonn

AUTHOR

Michael Somos, Aug 09 2006

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 17 10:05 EST 2012. Contains 206009 sequences.