A248734 Number of partitions of 7^n.
1, 15, 173525, 175943559810422753, 229866006383458830949778967121025947053151071434926
Offset: 0
Keywords
Programs
-
Magma
[NumberOfPartitions(7^n): n in [0..6]]; // Vincenzo Librandi, Oct 13 2014
-
Mathematica
Table[ PartitionsP[ 7^n], {n, 0, 5}]
-
PARI
a(n) = numbpart(7^n) \\ Michel Marcus, Oct 18 2014
Formula
a(n) = A000041(7^n). - Michel Marcus, Oct 18 2014
Comments