This is a front-end for the Online Encyclopedia of Integer Sequences, made by Christian Perfect. The idea is to provide OEIS entries in non-ancient HTML, and then to think about how they're presented visually. The source code is on GitHub.
%I A230865 #9 Nov 28 2020 06:22:23 %S A230865 0,2,4,6,8,6,8,10,12,14,12,14,16,18,20,18,20,22,24,26,24,26,28,30,32, %T A230865 26,28,30,32,34,32,34,36,38,40,38,40,42,44,46,44,46,48,50,52,50,52,54, %U A230865 56,58,52,54,56,58,60,58,60,62,64,66,64,66,68,70,72,70,72,74,76,78,76,78,80,82,84,78,80,82,84,86,84 %N A230865 a(n) = n + (sum of digits in base-5 representation of n). %C A230865 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 %D A230865 V. S. Joshi, Ph.D. dissertation, Gujarat Univ., Ahmedabad (India), October, 1973. %D A230865 József Sándor and Borislav Crstici, Handbook of Number theory II, Kluwer Academic Publishers, 2004, Chapter 4, p. 384-386. %H A230865 Donovan Johnson, <a href="/A230865/b230865.txt">Table of n, a(n) for n = 0..10000</a> %F A230865 a(n) = n + A053824(n). - _Amiram Eldar_, Nov 28 2020 %t A230865 Table[n + Plus @@ IntegerDigits[n, 5], {n, 0, 100}] (* _Amiram Eldar_, Nov 28 2020 *) %Y A230865 Cf. A053824, A230641. %K A230865 nonn,base %O A230865 0,2 %A A230865 _N. J. A. Sloane_, Nov 05 2013