A373219 Expansion of Product_{i>=1, j>=0} (1 + x^(i * 5^j)).
1, 1, 1, 2, 2, 4, 5, 6, 8, 10, 14, 17, 21, 26, 32, 42, 50, 60, 74, 88, 109, 130, 154, 184, 218, 263, 309, 363, 428, 500, 593, 690, 802, 936, 1084, 1266, 1463, 1687, 1948, 2242, 2590, 2970, 3403, 3900, 4456, 5107, 5820, 6626, 7546, 8572, 9755, 11059, 12523, 14180, 16028, 18133, 20455, 23056, 25978
Offset: 0
Keywords
Programs
-
PARI
my(N=60, x='x+O('x^N)); Vec(prod(k=1, N, (1+x^k)^(valuation(k, 5)+1)))