A230867 Smallest number m such that u + (sum of base-5 digits of u) = m has exactly n solutions.
0, 6, 26, 632, 1953134, 30517578152
Offset: 1
Examples
a(5) = 1953134 corresponds to the five solutions: 1953099 (base-5: 444444344) 1953103 (base-5: 444444403) 1953105 (base-5: 444444410) 1953129 (base-5: 1000000004) 1953131 (base-5: 1000000011).
Links
- Pontus von Brömssen, Table of n, a(n) for n = 1..8 (based on comment about a(7) and a(8))
- 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.
Crossrefs
Extensions
a(5) corrected by Donovan Johnson, Nov 05 2013
Comments