A055952 n + reversal of base 6 digits of n (written in base 10).
0, 2, 4, 6, 8, 10, 7, 14, 21, 28, 35, 42, 14, 21, 28, 35, 42, 49, 21, 28, 35, 42, 49, 56, 28, 35, 42, 49, 56, 63, 35, 42, 49, 56, 63, 70, 37, 74, 111, 148, 185, 222, 49, 86, 123, 160, 197, 234, 61, 98, 135, 172, 209, 246, 73, 110, 147, 184, 221, 258, 85, 122, 159, 196
Offset: 0
Links
- Seiichi Manyama, Table of n, a(n) for n = 0..10000
Crossrefs
Cf. A056964.
Programs
-
Mathematica
Table[n + IntegerReverse[n, 6], {n, 0, 100}] (* Paolo Xausa, Aug 08 2024 *)
Formula
a(n) = n + A030105(n).
Comments