A346565 Number of compositions (ordered partitions) of 4^n into powers of 4.
1, 2, 96, 579739960, 773527571233557154337704151068262296
Offset: 0
Keywords
Programs
-
Mathematica
Table[SeriesCoefficient[1/(1 - Sum[x^(4^k), {k, 0, n}]), {x, 0, 4^n}], {n, 0, 4}]
Comments