A332098 Largest m for which m^n = Sum_{x in S} x^n has no solution S subset of {1, ..., m-1}.
2, 8, 11, 44, 27, 33, 42, 83, 51, 62, 72, 83
Offset: 1
Examples
For n=1, we have m^n = (m-1)^n + 1^n, so S = {1, m-1} is a solution for all m > 2, but 2^n > 1^n and therefore no solution with m = 2 = a(1). For n=2, we have a solution to m^n = Sum_{x in S} x^n for S subset of {1,...,m-1} for all m > 8 (cf. FORMULA in A332065), but no solution with m = 8 = a(2).
Extensions
a(8) - a(12) from M. F. Hasler, Jul 23 2020
Comments