A055956 n + reversal of base 8 digits of n (written in base 10).
0, 2, 4, 6, 8, 10, 12, 14, 9, 18, 27, 36, 45, 54, 63, 72, 18, 27, 36, 45, 54, 63, 72, 81, 27, 36, 45, 54, 63, 72, 81, 90, 36, 45, 54, 63, 72, 81, 90, 99, 45, 54, 63, 72, 81, 90, 99, 108, 54, 63, 72, 81, 90, 99, 108, 117, 63, 72, 81, 90, 99, 108, 117, 126, 65, 130, 195, 260
Offset: 0
Links
- Seiichi Manyama, Table of n, a(n) for n = 0..10000
Programs
-
Mathematica
Table[n + IntegerReverse[n, 8], {n, 0, 100}] (* Paolo Xausa, Aug 08 2024 *)
Formula
a(n) = n + A030107(n).
Comments