login

Year-end appeal: Please make a donation to the OEIS Foundation to support ongoing development and maintenance of the OEIS. We are now in our 61st year, we have over 378,000 sequences, and we’ve reached 11,000 citations (which often say “discovered thanks to the OEIS”).

A114535
Numbers that can be represented as (m+1)^k - m^k in at least 3 ways, with k, m > 0.
0
1, 127, 3367, 14911
OFFSET
1,2
COMMENTS
The decompositions for 1 are infinite and trivial, obtained letting k=1 and m arbitrary. The representations for the other entries are 127 = 64^2 - 63^2 = 7^3 - 6^3 = 2^7 - 1^7, 3367 = 1684^2 - 1683^2 = 34^3 - 33^3 = 4^6 - 3^6, 14911 = 7456^2 - 7455^2 = 71^3 - 70^3 = 16^4 - 15^4. Apparently there are no other solutions < 10^9.
EXAMPLE
127 = 64^2 - 63^2 = 7^3 - 6^3 = 2^7 - 1^7.
CROSSREFS
Cf. A115783.
Sequence in context: A345458 A008398 A144969 * A215611 A176357 A201071
KEYWORD
nonn,hard,more
AUTHOR
Giovanni Resta, Feb 15 2006
STATUS
approved