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.

A003345 Numbers that are the sum of 11 positive 4th powers.

This page as a plain text file.
%I A003345 #29 Feb 16 2025 08:32:27
%S A003345 11,26,41,56,71,86,91,101,106,116,121,131,136,146,151,161,166,171,176,
%T A003345 181,186,196,201,211,216,226,231,241,246,251,261,266,276,281,291,296,
%U A003345 306,311,326,331,341,346,356,361,371,376,386,391,401,406,411,416,421,426,436
%N A003345 Numbers that are the sum of 11 positive 4th powers.
%H A003345 David A. Corneth, <a href="/A003345/b003345.txt">Table of n, a(n) for n = 1..10000</a> (first 1000 terms from T. D. Noe)
%H A003345 Eric Weisstein's World of Mathematics, <a href="https://mathworld.wolfram.com/BiquadraticNumber.html">Biquadratic Number.</a>
%e A003345 From _David A. Corneth_, Aug 03 2020: (Start)
%e A003345 4422 is in the sequence as 4422 = 1^4 + 2^4 + 2^4 + 3^4 + 4^4 + 4^4 + 5^4 + 5^4 + 5^4 + 5^4 + 6^4.
%e A003345 6611 is in the sequence as 6611 = 1^4 + 3^4 + 4^4 + 4^4 + 4^4 + 4^4 + 4^4 + 4^4 + 6^4 + 6^4 + 7^4.
%e A003345 7286 is in the sequence as 7286 = 2^4 + 2^4 + 2^4 + 2^4 + 3^4 + 3^4 + 3^4 + 3^4 + 3^4 + 4^4 + 9^4. (End)
%t A003345 With[{nn=5},Select[Union[Total/@Tuples[Range[nn]^4,11]],#<=nn^4-10&]] (* _Harvey P. Dale_, Jul 20 2022 *)
%Y A003345 Cf. A000583 (4th powers).
%K A003345 nonn,easy
%O A003345 1,1
%A A003345 _N. J. A. Sloane_
%E A003345 Incorrect program removed by _David A. Corneth_, Aug 03 2020