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.

A047704 Numbers that are the sum of 5 but no fewer positive cubes.

This page as a plain text file.
%I A047704 #16 Jun 06 2021 16:06:14
%S A047704 5,12,19,26,31,33,38,40,45,52,57,59,68,71,75,78,83,90,94,96,97,101,
%T A047704 109,115,116,120,131,138,143,146,150,157,162,164,169,171,172,176,181,
%U A047704 183,188,194,195,199,201,207,208,209,213,214,220,227,234,241,246,248
%N A047704 Numbers that are the sum of 5 but no fewer positive cubes.
%C A047704 This sequence is conjectured to have a finite number of terms. - _T. D. Noe_, Dec 13 2006
%H A047704 T. D. Noe, <a href="/A047704/b047704.txt">Table of n, a(n) for n=1..1000</a>
%t A047704 Select[Range[300], (pr = PowersRepresentations[#, 5, 3]; pr != {} && Count[pr, r_/; (Times @@ r) == 0] == 0)&] (* _Jean-François Alcover_, Jul 26 2011 *)
%Y A047704 Cf. A003328, A002376.
%K A047704 nonn
%O A047704 1,1
%A A047704 Arlin Anderson (starship1(AT)gmail.com)