OFFSET
10,1
COMMENTS
No solutions are known for n < 10 according to Eric Weisstein's World of Mathematics.
LINKS
Zhining Yang, Table of n, a(n) for n = 10..88
Eric Weisstein's World of Mathematics, Diophantine Equation--9th Powers.
EXAMPLE
a(10) = 917 because 917^9 = 851^9 + 822^9 + 668^9 + 625^9 + 574^9 + 542^9 + 475^9 + 179^9 + 99^9 + 42^9 and no integer smaller than 919 can be expressed as the sum of 10 distinct positive 9th powers.
a(12) = 202 because 202^9 = 187^9 + 169^9 + 165^9 + 162^9 + 89^9 + 64^9 + 62^9 + 57^9 + 53^9 + 18^9 + 15^9 + 1^9 and no integer smaller than 202 can be expressed as the sum of 12 distinct positive 9th powers.
MATHEMATICA
a[n_]:=FirstCase[Range[n+1, 80], k_/; Length[Select[IntegerPartitions[k^9, {n}, Range[k-1]^9], DuplicateFreeQ]]>0]; a[15]
CROSSREFS
KEYWORD
nonn
AUTHOR
Zhining Yang, Apr 22 2026
STATUS
approved
