A253777 Numbers representable as x^y + x + y in two or more ways, where x>1, y>1 are integers.
22, 523, 531456, 16777232, 281474976710684, 150094635296999160
Offset: 1
Examples
a(1) = 22 = 2^4 + 2 + 4 = 4^2 + 4 + 2. a(2) = 523 = 8^3 + 8 + 3 = 2^9 + 2 + 9. a(3) = 531456 = 3^12 + 3 + 12 = 9^6 + 9 + 6. a(4) = 16777232 = 4^12 + 4 + 12 = 8^8 + 8 + 8. a(5) = 281474976710684 = 4^24 + 4 + 24 = 16^12 + 16 + 12. a(6) = 150094635296999160 = 3^36 + 3 + 36 = 27^12 + 27 + 12.
Extensions
a(6) from Lars Blomberg, May 19 2015
Comments