OFFSET
1,1
LINKS
David A. Corneth, Table of n, a(n) for n = 1..10000 (first 1000 terms from T. D. Noe)
Eric Weisstein's World of Mathematics, Biquadratic Number.
EXAMPLE
From David A. Corneth, Aug 02 2020: (Start)
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.
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.
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)
MATHEMATICA
Select[Range[500], AnyTrue[PowersRepresentations[#, 9, 4], First[#]>0&]&] (* Jean-François Alcover, Jul 18 2017 *)
CROSSREFS
KEYWORD
nonn,easy
AUTHOR
STATUS
approved