OFFSET
7,1
LINKS
Zhining Yang, Table of n, a(n) for n = 7..100
Eric Weisstein's World of Mathematics, Diophantine Equation--7th Powers.
EXAMPLE
a(7) = 568 because 568^7 = 525^7 + 439^7 + 430^7 + 413^7 + 266^7 + 258^7 + 127^7 and no integer smaller than 568 can be expressed as the sum of 7 distinct positive 7th powers.
a(9) = 62 because 62^7 = 59^7 + 50^7 + 41^7 + 33^7 + 27^7 + 22^7 + 20^7 + 14^7 + 6^7 and no integer smaller than 62 can be expressed as the sum of 9 distinct positive 7th powers.
MATHEMATICA
a[n_]:=FirstCase[Range[n+1, 70], k_/; Length[Select[IntegerPartitions[k^7, {n}, Range[k-1]^7], DuplicateFreeQ]]>0]; a[12]
CROSSREFS
KEYWORD
nonn
AUTHOR
Zhining Yang, Apr 15 2026
STATUS
approved
