A253916 Numbers that can be represented as both x^y + y and b^c + b + c, for some b, c, x, y > 1.
264, 1334, 4108, 373323, 6436371, 387420507, 1099511627816
Offset: 1
Examples
264 is in the list since 264 = 2^8 + 8 and 264 = 4^4 + 4 + 4. a(2) = 1334 = 11^3 + 3 = 36^2 + 36 + 2.
Comments