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.

A196893 Number of partitions of 6^n into powers of n.

This page as a plain text file.
%I A196893 #6 Mar 30 2012 17:37:35
%S A196893 1,1,284,3987,182832,21719504,6188114528,3837284133564,
%T A196893 5498735029150412,16177644099354374847,104146398517005199125840,
%U A196893 1392276105682819242572329909,37088099509347734659184844866868,2148432835664289026090145748437694346
%N A196893 Number of partitions of 6^n into powers of n.
%H A196893 Alois P. Heinz, <a href="/A196893/b196893.txt">Table of n, a(n) for n = 0..50</a>
%F A196893 a(n) = [x^(6^n)] 1/Product_{j>=0}(1-x^(n^j)) for n>1.
%Y A196893 Row n=6 of A196879.
%K A196893 nonn
%O A196893 0,3
%A A196893 _Alois P. Heinz_, Oct 07 2011