A230638 Smallest number m such that u + (sum of base-4 digits of u) = m has exactly n solutions.
0, 17, 16385, 16777234
Offset: 1
Examples
n=2: the two solutions to u+(base-4 digit-sum of u) = 17 are 13 and 16. n=3: the three solutions to u+(base-4 digit-sum of u) = 4^7+1 are 4^7, 4^7-15, 4^7-18. n=4: the four solutions to u+(base-4 digit-sum of u) = 4^12+17+1 are 4^12+{16, 13, -14, -17}.
Links
- Max Alekseyev, Table of expressions for a(n), for n=1..100
- Max A. Alekseyev and N. J. A. Sloane, On Kaprekar's Junction Numbers, arXiv:2112.14365, 2021; Journal of Combinatorics and Number Theory 12:3 (2022), 115-155.
- Index entries for Colombian or self numbers and related sequences
Crossrefs
Extensions
a(8) from Max Alekseyev, Oct 31 2013
Comments