A382511 Expansion of Sum_{p prime} x^p / (1 - x^p)^3.
0, 1, 1, 3, 1, 9, 1, 10, 6, 18, 1, 31, 1, 31, 21, 36, 1, 66, 1, 65, 34, 69, 1, 114, 15, 94, 45, 115, 1, 196, 1, 136, 72, 156, 43, 249, 1, 193, 97, 246, 1, 357, 1, 263, 165, 279, 1, 436, 28, 380, 159, 361, 1, 549, 81, 442, 196, 438, 1, 753, 1, 499, 276, 528, 106
Offset: 1
Keywords
Programs
-
Mathematica
nmax = 65; CoefficientList[Series[Sum[x^Prime[k]/(1 - x^Prime[k])^3, {k, 1, nmax}], {x, 0, nmax}], x] // Rest