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.

A196897 Number of partitions of 10^n into powers of n.

This page as a plain text file.
%I A196897 #6 Mar 30 2012 17:37:35
%S A196897 1,1,9828,1295579,1166493640,4963576426547,86220169777616208,
%T A196897 5945914039134501155164,1503179627327417142865920896,
%U A196897 1357042381209389119735863425487474,4362395890943439751990308572939648140812,45406477414358716832258194914969299144120147523
%N A196897 Number of partitions of 10^n into powers of n.
%H A196897 Alois P. Heinz, <a href="/A196897/b196897.txt">Table of n, a(n) for n = 0..50</a>
%F A196897 a(n) = [x^(10^n)] 1/Product_{j>=0}(1-x^(n^j)) for n>1.
%Y A196897 Row n=10 of A196879.
%K A196897 nonn
%O A196897 0,3
%A A196897 _Alois P. Heinz_, Oct 07 2011