A288345 Expansion of 1 / ((1-x)^2*(1-x^2)*(1-x^3)*...*(1-x^10)).
1, 2, 4, 7, 12, 19, 30, 45, 67, 97, 139, 194, 269, 366, 494, 658, 870, 1137, 1477, 1900, 2430, 3083, 3890, 4874, 6078, 7533, 9294, 11406, 13940, 16955, 20545, 24787, 29800, 35688, 42600, 50670, 60088, 71024, 83714, 98377, 115305, 134771, 157138, 182746, 212038
Offset: 0
Links
- Seiichi Manyama, Table of n, a(n) for n = 0..10000
- Richard J. Mathar, Size of the Set of Residues of Integer Powers of Fixed Exponent, research paper, 2017.
- Index entries for linear recurrences with constant coefficients, signature (2, 0, -1, 0, -1, 1, -1, 1, 0, 0, -1, 2, 0, 0, 1, -2, 0, -1, 0, 0, 0, -2, 3, 0, 1, 0, 1, 0, -1, 0, -1, 0, -3, 2, 0, 0, 0, 1, 0, 2, -1, 0, 0, -2, 1, 0, 0, -1, 1, -1, 1, 0, 1, 0, -2, 1).
Crossrefs
Programs
-
PARI
x='x+O('x^99); Vec(1/((1-x)*prod(i=1, 10, (1-x^i)))) \\ Altug Alkan, Mar 28 2018
Comments