OFFSET
0,2
COMMENTS
The image of this sequence is the set of nonnegative even numbers (A005843). Joshi (1973) proved that the sequence of base-q self numbers (analogous to A003052) is the sequence of odd numbers (A005408) for all odd q. - Amiram Eldar, Nov 28 2020
REFERENCES
V. S. Joshi, Ph.D. dissertation, Gujarat Univ., Ahmedabad (India), October, 1973.
József Sándor and Borislav Crstici, Handbook of Number theory II, Kluwer Academic Publishers, 2004, Chapter 4, p. 384-386.
LINKS
Donovan Johnson, Table of n, a(n) for n = 0..10000
FORMULA
a(n) = n + A053824(n). - Amiram Eldar, Nov 28 2020
MATHEMATICA
Table[n + Plus @@ IntegerDigits[n, 5], {n, 0, 100}] (* Amiram Eldar, Nov 28 2020 *)
CROSSREFS
KEYWORD
nonn,base
AUTHOR
N. J. A. Sloane, Nov 05 2013
STATUS
approved