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 A003343 #25 Feb 16 2025 08:32:27 %S A003343 9,24,39,54,69,84,89,99,104,114,119,129,134,144,149,164,169,179,184, %T A003343 194,199,209,214,229,244,249,259,264,274,279,294,309,324,329,339,344, %U A003343 354,359,369,374,384,389,404,409,419,424,434,439,449,454,469,484,489,499,504 %N A003343 Numbers that are the sum of 9 positive 4th powers. %H A003343 David A. Corneth, <a href="/A003343/b003343.txt">Table of n, a(n) for n = 1..10000</a> (first 1000 terms from T. D. Noe) %H A003343 Eric Weisstein's World of Mathematics, <a href="https://mathworld.wolfram.com/BiquadraticNumber.html">Biquadratic Number.</a> %e A003343 From _David A. Corneth_, Aug 02 2020: (Start) %e A003343 4644 is in the sequence as 4644 = 1^4 + 3^4 + 3^4 + 3^4 + 4^4 + 4^4 + 6^4 + 6^4 + 6^4. %e A003343 7541 is in the sequence as 7541 = 1^4 + 1^4 + 2^4 + 4^4 + 5^4 + 5^4 + 5^4 + 6^4 + 8^4. %e A003343 10855 is in the sequence as 10855 = 1^4 + 3^4 + 3^4 + 5^4 + 5^4 + 5^4 + 5^4 + 8^4 + 8^4. (End) %t A003343 Select[Range[500], AnyTrue[PowersRepresentations[#, 9, 4], First[#]>0&]&] (* _Jean-François Alcover_, Jul 18 2017 *) %Y A003343 Cf. A003332, A003342, A003344, A003354, A345586, A345843. %K A003343 nonn,easy %O A003343 1,1 %A A003343 _N. J. A. Sloane_