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.

A196892 Number of partitions of 5^n into powers of n.

This page as a plain text file.
%I A196892 #6 Mar 30 2012 17:37:35
%S A196892 1,1,94,729,15076,642457,53511471,8939918814,2723350958080,
%T A196892 1541533772278182,1659137949188540410,3004476086657587282943,
%U A196892 10324888948772382935056000,62412485736933252992029397897,625874099080778019949864563475382
%N A196892 Number of partitions of 5^n into powers of n.
%H A196892 Alois P. Heinz, <a href="/A196892/b196892.txt">Table of n, a(n) for n = 0..50</a>
%F A196892 a(n) = [x^(5^n)] 1/Product_{j>=0}(1-x^(n^j)) for n>1.
%Y A196892 Row n=5 of A196879.
%K A196892 nonn
%O A196892 0,3
%A A196892 _Alois P. Heinz_, Oct 07 2011