A373221 Expansion of Product_{i>=1, j>=0} (1 + x^(i * 7^j)).
1, 1, 1, 2, 2, 3, 4, 6, 7, 9, 12, 14, 18, 22, 28, 34, 41, 50, 60, 72, 86, 105, 124, 146, 174, 204, 240, 282, 332, 386, 450, 524, 606, 703, 812, 940, 1082, 1243, 1428, 1636, 1873, 2140, 2448, 2788, 3172, 3610, 4096, 4646, 5264, 5963, 6737, 7607, 8584, 9668, 10887, 12244, 13765, 15451, 17328
Offset: 0
Keywords
Programs
-
PARI
my(N=60, x='x+O('x^N)); Vec(prod(k=1, N, (1+x^k)^(valuation(k, 7)+1)))
Comments