A070235 Number of partitions of 3^n into distinct terms.
1, 2, 8, 192, 84756, 5807301632, 2496696209705056142, 4077067982967062771640042697374910, 1661834856564765736512658856496529945178404778001420955780288
Offset: 0
Keywords
Programs
-
Mathematica
Table[ PartitionsQ[3^n], {n, 0, 10}]
Formula
a(n) ~ exp(Pi*sqrt(3^(n-1)))/(4*3^(3*n/4+1/4)). - Ilya Gutkovskiy, Jan 13 2017
Comments