A248732 Number of partitions of 6^n.
1, 11, 17977, 15285151248481, 1398703012615213588677365804960180341, 3173477897288016617984809197028065610087051214582584606785402878333070481745149246796102615681
Offset: 0
Keywords
Links
- Alois P. Heinz, Table of n, a(n) for n = 0..7
Programs
-
Magma
[NumberOfPartitions(6^n): n in [0..6]]; // Vincenzo Librandi, Oct 13 2014
-
Mathematica
Table[ PartitionsP[ 6^n], {n, 0, 5}]
Comments