A248730 Number of partitions of 5^n.
1, 7, 1958, 3163127352, 1606903190858354689128371, 8630901377559029573671524821295260243701883575513498104067
Offset: 0
Keywords
Links
- Alois P. Heinz, Table of n, a(n) for n = 0..8
Programs
-
Magma
[NumberOfPartitions(5^n): n in [0..6]]; // Vincenzo Librandi, Oct 13 2014
-
Mathematica
Table[ PartitionsP[ 5^n], {n, 0, 6}]
-
PARI
vector(8, n, n--; numbpart(5^n)) \\ Michel Marcus, Oct 13 2014
Comments