A350430 a(n) is the smallest n-th power which can be represented as the sum of n distinct positive n-th powers in exactly n ways, or -1 if none exists.
1, 625, 157464
Offset: 1
Examples
For n = 2: 625 = 25^2 = 7^2 + 24^2 = 15^2 + 20^2. For n = 3: 157464 = 54^3 = 6^3 + 36^3 + 48^3 = 12^3 + 19^3 + 53^3 = 27^3 + 36^3 + 45^3.
Comments