A346564 Number of compositions (ordered partitions) of 3^n into powers of 3.
1, 2, 20, 26426, 61390791862967, 769671787836269530451291677988751813890576
Offset: 0
Keywords
Programs
-
Mathematica
Table[SeriesCoefficient[1/(1 - Sum[x^(3^k), {k, 0, n}]), {x, 0, 3^n}], {n, 0, 5}]
Comments