A326812 Expansion of Sum_{k>=1} (2^k - 1) * x^(2^k - 1) / (1 - x^(2^k - 1)).
1, 1, 4, 1, 1, 4, 8, 1, 4, 1, 1, 4, 1, 8, 19, 1, 1, 4, 1, 1, 11, 1, 1, 4, 1, 1, 4, 8, 1, 19, 32, 1, 4, 1, 8, 4, 1, 1, 4, 1, 1, 11, 1, 1, 19, 1, 1, 4, 8, 1, 4, 1, 1, 4, 1, 8, 4, 1, 1, 19, 1, 32, 74, 1, 1, 4, 1, 1, 4, 8, 1, 4, 1, 1, 19, 1, 8, 4, 1, 1, 4, 1, 1, 11, 1
Offset: 1
Keywords
Programs
-
Mathematica
nmax = 85; CoefficientList[Series[Sum[(2^k - 1) x^(2^k - 1)/(1 - x^(2^k - 1)), {k, 1, Floor[Log[2, nmax]] + 1}], {x, 0, nmax}], x] // Rest Table[Sum[Mod[CatalanNumber[d], 2] d, {d, Divisors[n]}], {n, 1, 85}]
Comments