A060029 Expansion of (1-x-x^N)/((1-x)(1-x^2)(1-x^3)...(1-x^N)) for N = 10.
1, 0, 1, 1, 2, 2, 4, 4, 7, 8, 11, 12, 18, 19, 26, 29, 37, 40, 51, 53, 65, 68, 79, 80, 92, 87, 94, 84, 82, 58, 45, -1, -36, -109, -180, -297, -413, -594, -780, -1042, -1325, -1704, -2112, -2647, -3228, -3961, -4772, -5769, -6867, -8206, -9682, -11446, -13402, -15710
Offset: 0
Links
- Ray Chandler, Table of n, a(n) for n = 0..1000
- P. A. MacMahon, Perpetual reciprocants, Proc. London Math. Soc., 17 (1886), 139-151; Coll. Papers II, pp. 584-596.
- Index entries for sequences related to partitions
- Index entries for linear recurrences with constant coefficients, signature (1, 1, 0, 0, -1, 0, -1, 0, 0, 0, -1, 1, 1, 1, 2, 0, 0, -1, -1, -1, -1, -3, 0, 0, 1, 1, 2, 2, 1, 1, 0, 0, -3, -1, -1, -1, -1, 0, 0, 2, 1, 1, 1, -1, 0, 0, 0, -1, 0, -1, 0, 0, 1, 1, -1).
Crossrefs
Programs
-
Mathematica
CoefficientList[Series[(1-x-x^10)/Times@@(1-x^Range[10]),{x,0,60}],x] (* Harvey P. Dale, May 15 2016 *)
Comments