A091414 Least number that is the sum of n positive n-th powers in at least 2 ways.
50, 251, 259, 4097, 570947, 73310705, 647282661, 79327628290, 1077347903894, 1761813250036143, 2343908545594901
Offset: 2
Examples
a(3) = 251 because 251 = 1^3 + 5^3 + 5^3 = 2^3 + 3^3 + 6^3 and it is the smallest number that can be represented two ways as the sum of three third powers.
Crossrefs
Formula
a(n) <= A230477(n) for n > 1, with equality at least for n = 2 and inequality at least for n = 3, 4, 5. - Jonathan Sondow, Oct 24 2013
Extensions
More terms from David Wasserman, Mar 09 2006
a(11)-a(12) from Donovan Johnson, Sep 14 2008
Definition shortened by Jonathan Sondow, Oct 24 2013
Comments