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.

A051344 Number of ways of writing n as a sum of 3 positive cubes (counted naively).

This page as a plain text file.
%I A051344 #21 Jun 21 2023 18:25:01
%S A051344 0,0,0,1,0,0,0,0,0,0,3,0,0,0,0,0,0,3,0,0,0,0,0,0,1,0,0,0,0,3,0,0,0,0,
%T A051344 0,0,6,0,0,0,0,0,0,3,0,0,0,0,0,0,0,0,0,0,0,3,0,0,0,0,0,0,3,0,0,0,3,0,
%U A051344 0,0,0,0,0,6,0,0,0,0,0,0,3,1,0,0,0,0,0,0,0,0,0,0,6
%N A051344 Number of ways of writing n as a sum of 3 positive cubes (counted naively).
%H A051344 Seiichi Manyama, <a href="/A051344/b051344.txt">Table of n, a(n) for n = 0..10000</a>
%H A051344 <a href="/index/Su#ssq">Index entries for sequences related to sums of cubes</a>
%p A051344 series(add(x^(n^3), n=1..10)^3,x,1000);
%Y A051344 Cf. A280618, A340977, A340978, A340979, A340980, A340981, A340982, A340983.
%Y A051344 Cf. A051343.
%K A051344 nonn,easy
%O A051344 0,11
%A A051344 _N. J. A. Sloane_