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.
%I A302360 #7 May 26 2019 16:03:13 %S A302360 24,43,62,80,81,99,118,136,141,155,160,179,192,197,216,232,251,253, %T A302360 258,270,277,288,307,314,344,349,359,368,375,378,397,405,415,434,440, %U A302360 459,466,471,476,495,496,528,532,547,557,566,567,584,586,593,603,623,640,645,648,664,684,694,701,713,736,745,750 %N A302360 Numbers that are the sum of 3 cubes > 1. %H A302360 <a href="/index/Su#ssq">Index entries for sequences related to sums of cubes</a> %e A302360 118 is in the sequence because 118 = 3^3 + 3^3 + 4^3. %t A302360 max = 750; f[x_] := Sum[x^(k^3), {k, 2, 10}]^3; Exponent[#, x] & /@ List @@ Normal[Series[f[x], {x, 0, max}]] %t A302360 Total/@Tuples[Range[2,10]^3,3]//Union (* _Harvey P. Dale_, May 26 2019 *) %Y A302360 Cf. A003072, A004825, A025456, A258865, A294073. %K A302360 nonn %O A302360 1,1 %A A302360 _Ilya Gutkovskiy_, Apr 06 2018