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.

A196896 Number of partitions of 9^n into powers of n.

This page as a plain text file.
%I A196896 #6 Mar 30 2012 17:37:35
%S A196896 1,1,4124,342383,154252476,288862888125,1952615455825446,
%T A196896 46188578538444709937,3511244471110991227215296,
%U A196896 884267692532264259002637317099,657656444358222872135019335879897500,1581273532137910865654568892971737150590744
%N A196896 Number of partitions of 9^n into powers of n.
%H A196896 Alois P. Heinz, <a href="/A196896/b196896.txt">Table of n, a(n) for n = 0..50</a>
%F A196896 a(n) = [x^(9^n)] 1/Product_{j>=0}(1-x^(n^j)) for n>1.
%Y A196896 Row n=9 of A196879.
%K A196896 nonn
%O A196896 0,3
%A A196896 _Alois P. Heinz_, Oct 07 2011