login
A264764
a(n) = smallest positive k such that k^n is the sum of n-1 positive n-th powers, or 0 if no solution exists.
1
1, 0, 422481, 144
OFFSET
2,3
COMMENTS
a(3) = 0 (as is the case under Fermat's last theorem).
Is the number of zero terms finite?
EXAMPLE
1^2 = 1^2.
414560^4 + 217519^4 + 95800^4 = 422481^4.
27^5 + 84^5 + 110^5 + 133^5 = 144^5.
CROSSREFS
Cf. A003828.
Sequence in context: A084734 A206684 A202405 * A130022 A175610 A003828
KEYWORD
nonn,hard,more
AUTHOR
STATUS
approved