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 A003367 #19 Aug 04 2020 17:18:51 %S A003367 11,74,137,200,263,326,389,452,515,578,641,704,739,802,865,928,991, %T A003367 1054,1117,1180,1243,1306,1369,1467,1530,1593,1656,1719,1782,1845, %U A003367 1908,1971,2034,2195,2258,2321,2384 %N A003367 Numbers that are the sum of 11 positive 6th powers. %H A003367 David A. Corneth, <a href="/A003367/b003367.txt">Table of n, a(n) for n = 1..10000</a> (first 1000 terms from T. D. Noe) %e A003367 From _David A. Corneth_, Aug 03 2020: (Start) %e A003367 90416 is in the sequence as 90416 = 1^6 + 1^6 + 1^6 + 4^6 + 4^6 + 4^6 + 5^6 + 5^6 + 5^6 + 5^6 + 5^6. %e A003367 126122 is in the sequence as 126122 = 1^6 + 1^6 + 1^6 + 3^6 + 3^6 + 3^6 + 3^6 + 3^6 + 3^6 + 4^6 + 7^6. %e A003367 142957 is in the sequence as 142957 = 1^6 + 1^6 + 1^6 + 3^6 + 4^6 + 4^6 + 4^6 + 4^6 + 4^6 + 4^6 + 7^6. (End) %t A003367 upto=2600;With[{max=Ceiling[Power[upto, (6)^-1]]}, Select[Union[ Total/@ Tuples[ Range[max]^6,11]],#<=upto&]] (* _Harvey P. Dale_, Aug 12 2011 *) %K A003367 nonn %O A003367 1,1 %A A003367 _N. J. A. Sloane_