|
Search: id:A122135
|
|
|
| A122135 |
|
Expansion of Sum_{k>=0} x^(k^2+k)/((1-x)(1-x^2)...(1-x^(2k+1))). |
|
+0 2
|
|
| 1, 1, 2, 2, 3, 4, 6, 7, 10, 12, 16, 20, 26, 31, 40, 48, 60, 72, 89, 106, 130, 154, 186, 220, 264, 310, 370, 433, 512, 598, 704, 818, 958, 1110, 1293, 1494, 1734, 1996, 2308, 2650, 3052, 3496, 4014, 4584, 5248, 5980, 6825, 7760, 8834, 10020, 11380, 12882
(list; graph; listen)
|
|
|
OFFSET
|
0,3
|
|
|
COMMENT
|
Generating function arises naturally in Rodney Baxter's solution of the Hard Hexagon Model according to George Andrews.
|
|
REFERENCES
|
G. E. Andrews, R. Askey and R. Roy, Special Functions, Cambridge University Press, 1999; Exercise 6(d), p. 591.
G. E. Andrews, q-series, CBMS Regional Conference Series in Mathematics, 66, Amer. Math. Soc. 1986, see p. 8, Eq. (1.5). MR0858826 (88b:11063)
|
|
FORMULA
|
Euler transform of period 20 sequence [ 1, 1, 0, 0, 1, 1, 0, 1, 1, 0, 1, 1, 0, 1, 1, 0, 0, 1, 1, 0, ...].
G.f.: Sum_{k>=0} x^(k^2+k)/((1-x)(1-x^2)...(1-x^(2k+1))).
Expansion of f(-q^3,-q^7) * f(-q^4,-q^16) / ( f(-q) * f(-q^20) ) in powers of q where f(-q) := f(-q,-q^2) and f(a,b) is Ramanujan's two variable theta function.
|
|
PROGRAM
|
(PARI) {a(n)=if(n<0, 0, polcoeff( sum(k=0, (sqrtint(4*n+1)-1)\2, x^(k^2+k)/ prod(i=1, 2*k+1, 1-x^i, 1+x*O(x^(n-k^2-k)))), n))}
|
|
CROSSREFS
|
Adjacent sequences: A122132 A122133 A122134 this_sequence A122136 A122137 A122138
Sequence in context: A082538 A035939 A116665 this_sequence A027194 A039883 A024186
|
|
KEYWORD
|
nonn
|
|
AUTHOR
|
Michael Somos, Aug 21 2006
|
|
|
Search completed in 0.002 seconds
|