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.

A347604 Number of partitions of n^3 into n or more parts.

This page as a plain text file.
%I A347604 #11 Sep 08 2021 22:28:39
%S A347604 1,1,21,2996,1741256,3163112106,15285150382556,175943559746571618,
%T A347604 4453575699565108152534,233202632378520005314974035,
%U A347604 24061467864032622392081524591073,4700541557913558825449308701662220085,1681375219875327721201831964319709743701981
%N A347604 Number of partitions of n^3 into n or more parts.
%F A347604 a(n) = [x^(n^3)] Sum_{k>=n} x^k / Product_{j=1..k} (1 - x^j).
%F A347604 a(n) = A128854(n) + A304176(n) - A238608(n).
%Y A347604 Cf. A128854, A238608, A304176, A347585, A347605.
%K A347604 nonn
%O A347604 0,3
%A A347604 _Seiichi Manyama_, Sep 08 2021