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”).
%I #9 Sep 08 2022 08:46:10
%S 1,15,173525,175943559810422753,
%T 229866006383458830949778967121025947053151071434926
%N Number of partitions of 7^n.
%C Next term is too big to be included.
%F a(n) = A000041(7^n). - _Michel Marcus_, Oct 18 2014
%t Table[ PartitionsP[ 7^n], {n, 0, 5}]
%o (Magma) [NumberOfPartitions(7^n): n in [0..6]]; // _Vincenzo Librandi_, Oct 13 2014
%o (PARI) a(n) = numbpart(7^n) \\ _Michel Marcus_, Oct 18 2014
%Y Cf. A000041, A068413, A248728, A248730, A248732, A070177, A248735.
%K nonn
%O 0,2
%A _Robert G. Wilson v_, Oct 12 2014