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

Hints
(Greetings from The On-Line Encyclopedia of Integer Sequences!)
A095846 Expansion of eta(q^2)eta(q^10)^3/(eta(q^5)eta(q)^3) in powers of q. 2
1, 3, 8, 19, 41, 84, 164, 307, 557, 983, 1692, 2852, 4718, 7672, 12288, 19411, 30274, 46671, 71180, 107479, 160792, 238476, 350828, 512196, 742441, 1068914, 1529120, 2174216, 3073670, 4321444, 6044072, 8411283, 11649936, 16062102, 22048604 (list; graph; refs; listen; history; internal format)
OFFSET

1,2

COMMENTS

G.f. A(x) satisfies 0=f(A(x),A(x^2)) where f(u,v)=-u^2+v+6uv+4v^2+20uv^2.

Euler transform of period 10 sequence [3,2,3,2,4,2,3,2,3,0,...].

FORMULA

G.f. x(Prod_{k>0} (1-x^(2k))(1-x^(10k))^3/((1-x^k)^3(1-x^(5k)))).

PROG

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

CROSSREFS

Sequence in context: A136396 A006380 A182818 * A153732 A089924 A178457

Adjacent sequences:  A095843 A095844 A095845 * A095847 A095848 A095849

KEYWORD

nonn

AUTHOR

Michael Somos, Jun 08 2004

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 14 19:37 EST 2012. Contains 205663 sequences.