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.

A128854 Number of partitions of n^3.

This page as a plain text file.
%I A128854 #22 Jan 12 2025 14:55:53
%S A128854 1,1,22,3010,1741630,3163127352,15285151248481,175943559810422753,
%T A128854 4453575699570940947378,233202632378520643600875145,
%U A128854 24061467864032622473692149727991,4700541557913558825461268913956492487
%N A128854 Number of partitions of n^3.
%H A128854 Vaclav Kotesovec, <a href="/A128854/b128854.txt">Table of n, a(n) for n = 0..93</a>
%F A128854 a(n) = A000041(A000578(n)). - _Michel Marcus_, Aug 15 2013
%F A128854 a(n) ~ exp(Pi*sqrt(2/3)*n^(3/2))/(4*sqrt(3)*n^3). - _Ilya Gutkovskiy_, Jan 13 2017
%t A128854 Table[PartitionsP[n^3],{n,0,11}] (* _James C. McMahon_, Jan 12 2025 *)
%o A128854 (MuPAD) combinat::partitions::count(n^3) $n=0..15
%o A128854 (PARI) a(n) = numbpart(n^3); \\ _Michel Marcus_, Jul 12 2023
%Y A128854 Cf. A000041, A000578, A072213.
%K A128854 nonn
%O A128854 0,3
%A A128854 _Zerinvary Lajos_, Apr 16 2007