A230561 Smallest number that is the sum of two positive n-th powers in >= n ways.
2, 50, 87539319
Offset: 1
Examples
2 = 1^1 + 1^1. 50 = 1^2 + 7^2 = 5^2 + 5^2. 87539319 = 167^3 + 436^3 = 228^3 + 423^3 = 255^3 + 414^3.
References
- R. K. Guy, Unsolved Problems in Number Theory, 3rd edition, Springer, 2004, D1.
Formula
a(n) >= A016078(n) for n > 1, with equality at least for n = 2, and inequality at least for n = 3.
Comments