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.

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

This page as a plain text file.
%I A196883 #6 Mar 30 2012 17:37:35
%S A196883 1,1,9,335,15265,642457,21719504,619319180,14357878818,288862888125,
%T A196883 4963576426547,73352623884216,969821344896765,11543613849547500,
%U A196883 123338010592648600,1190399192738655590,10575211376139294058,87409151426766072750,674329967169731919750
%N A196883 Number of partitions of n^5 into powers of 5.
%H A196883 Alois P. Heinz, <a href="/A196883/b196883.txt">Table of n, a(n) for n = 0..1000</a>
%F A196883 a(n) = [x^(n^5)] 1/Product_{j>=0}(1-x^(5^j)).
%Y A196883 Column k=5 of A196879.
%K A196883 nonn
%O A196883 0,3
%A A196883 _Alois P. Heinz_, Oct 07 2011