[go: up one dir, main page]

login

Year-end appeal: Please make a donation to the OEIS Foundation to support ongoing development and maintenance of the OEIS. We are now in our 61st year, we have over 378,000 sequences, and we’ve reached 11,000 citations (which often say “discovered thanks to the OEIS”).

A248734
Number of partitions of 7^n.
5
1, 15, 173525, 175943559810422753, 229866006383458830949778967121025947053151071434926
OFFSET
0,2
COMMENTS
Next term is too big to be included.
FORMULA
a(n) = A000041(7^n). - Michel Marcus, Oct 18 2014
MATHEMATICA
Table[ PartitionsP[ 7^n], {n, 0, 5}]
PROG
(Magma) [NumberOfPartitions(7^n): n in [0..6]]; // Vincenzo Librandi, Oct 13 2014
(PARI) a(n) = numbpart(7^n) \\ Michel Marcus, Oct 18 2014
KEYWORD
nonn
AUTHOR
Robert G. Wilson v, Oct 12 2014
STATUS
approved