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.

A196895 Number of partitions of 8^n into powers of n.

This page as a plain text file.
%I A196895 #6 Mar 30 2012 17:37:35
%S A196895 1,1,1828,82350,18583582,14357878818,36521876237448,
%T A196895 270102925553717303,6071277235712979102634,
%U A196895 365618223095981778848684187,64402239847567589358641684368970,28651633202605088497137960394142606995,36379111301200246544606370148459181785142784
%N A196895 Number of partitions of 8^n into powers of n.
%H A196895 Alois P. Heinz, <a href="/A196895/b196895.txt">Table of n, a(n) for n = 0..50</a>
%F A196895 a(n) = [x^(8^n)] 1/Product_{j>=0}(1-x^(n^j)) for n>1.
%Y A196895 Row n=8 of A196879.
%K A196895 nonn
%O A196895 0,3
%A A196895 _Alois P. Heinz_, Oct 07 2011