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.

A196889 Number of partitions of 2^n into powers of n.

This page as a plain text file.
%I A196889 #6 Mar 30 2012 17:37:35
%S A196889 1,1,4,3,6,9,16,36,85,210,586,1914,6930,28178,125440,603350,3083410,
%T A196889 17362239,112403052,820563290,6632950912,58209665965,544071039000,
%U A196889 5353538904357,58523908575096,730174875609318,10274727352967428,159586345364505768
%N A196889 Number of partitions of 2^n into powers of n.
%H A196889 Alois P. Heinz, <a href="/A196889/b196889.txt">Table of n, a(n) for n = 0..150</a>
%F A196889 a(n) = [x^(2^n)] 1/Product_{j>=0}(1-x^(n^j)).
%e A196889 a(3) = 3 because there are 3 partitions of 2^3=8 into powers of 3: [1,1,3,3], [1,1,1,1,1,3], [1,1,1,1,1,1,1,1].
%Y A196889 Row n=2 of A196879.
%K A196889 nonn
%O A196889 0,3
%A A196889 _Alois P. Heinz_, Oct 07 2011