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.

A003366 Numbers that are the sum of 10 positive 6th powers.

This page as a plain text file.
%I A003366 #18 Aug 04 2020 14:58:17
%S A003366 10,73,136,199,262,325,388,451,514,577,640,738,801,864,927,990,1053,
%T A003366 1116,1179,1242,1305,1466,1529,1592,1655,1718,1781,1844,1907,1970,
%U A003366 2194,2257,2320,2383,2446,2509,2572,2635,2922,2985,3048,3111,3174,3237,3300,3650,3713,3776
%N A003366 Numbers that are the sum of 10 positive 6th powers.
%H A003366 David A. Corneth, <a href="/A003366/b003366.txt">Table of n, a(n) for n = 1..10000</a> (first 1000 terms from T. D. Noe)
%e A003366 From _David A. Corneth_, Aug 03 2020: (Start)
%e A003366 98143 is in the sequence as 98143 = 1^6 + 1^6 + 1^6 + 1^6 + 1^6 + 1^6 + 3^6 + 4^6 + 6^6 + 6^6.
%e A003366 145526 is in the sequence as 145526 = 1^6 + 1^6 + 1^6 + 1^6 + 3^6 + 3^6 + 4^6 + 6^6 + 6^6 + 6^6.
%e A003366 173624 is in the sequence as 173624 = 3^6 + 3^6 + 3^6 + 5^6 + 5^6 + 5^6 + 5^6 + 5^6 + 6^6 + 6^6. (End)
%t A003366 With[{nn=3},Select[Total/@Tuples[Range[nn]^6,10]//Union,#<=(nn+1)^6+9&]] (* _Harvey P. Dale_, Dec 17 2019 *)
%Y A003366 Cf. A001014 (sixth powers).
%K A003366 nonn,easy
%O A003366 1,1
%A A003366 _N. J. A. Sloane_