cp's OEIS Frontend

This is a front-end for the Online Encyclopedia of Integer Sequences, made by Christian Perfect. The idea is to provide OEIS entries in non-ancient HTML, and then to think about how they're presented visually. The source code is on GitHub.

A248730 Number of partitions of 5^n.

This page as a plain text file.
%I A248730 #13 Sep 08 2022 08:46:10
%S A248730 1,7,1958,3163127352,1606903190858354689128371,
%T A248730 8630901377559029573671524821295260243701883575513498104067
%N A248730 Number of partitions of 5^n.
%C A248730 Next term is too big to be included.
%H A248730 Alois P. Heinz, <a href="/A248730/b248730.txt">Table of n, a(n) for n = 0..8</a>
%t A248730 Table[ PartitionsP[ 5^n], {n, 0, 6}]
%o A248730 (PARI) vector(8, n, n--; numbpart(5^n)) \\ _Michel Marcus_, Oct 13 2014
%o A248730 (Magma) [NumberOfPartitions(5^n): n in [0..6]]; // _Vincenzo Librandi_, Oct 13 2014
%Y A248730 Cf. A068413, A248728, A248732, A248734, A070177, A248731.
%K A248730 nonn
%O A248730 0,2
%A A248730 _Robert G. Wilson v_, Oct 12 2014