OFFSET
1,1
LINKS
David A. Corneth, Table of n, a(n) for n = 1..10000 (first 1000 terms from T. D. Noe)
EXAMPLE
From David A. Corneth, Aug 03 2020: (Start)
670593 is in the sequence as 670593 = 1^5 + 8^5 + 10^5 + 14^5.
862512 is in the sequence as 862512 = 7^5 + 9^5 + 12^5 + 14^5.
1892695 is in the sequence as 1892695 = 1^5 + 1^5 + 5^5 + 18^5. (End)
MATHEMATICA
f@n_:= Select[Range@n, IntegerPartitions[#, {4}, Range@(n^(1/5))^5] != {} &]; f@10000 (* Hans Rudolf Widmer, Dec 04 2022 *)
CROSSREFS
KEYWORD
nonn,easy
AUTHOR
EXTENSIONS
Incorrect program removed by David A. Corneth, Aug 03 2020
STATUS
approved