A055963 n - reversal of base 12 digits of n (written in base 10).
0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 11, 0, -11, -22, -33, -44, -55, -66, -77, -88, -99, -110, 22, 11, 0, -11, -22, -33, -44, -55, -66, -77, -88, -99, 33, 22, 11, 0, -11, -22, -33, -44, -55, -66, -77, -88, 44, 33, 22, 11, 0, -11, -22, -33, -44, -55, -66, -77, 55, 44, 33, 22, 11, 0, -11, -22, -33, -44, -55, -66, 66, 55, 44
Offset: 0
Links
- Paolo Xausa, Table of n, a(n) for n = 0..10000
Programs
-
Mathematica
Table[n - IntegerReverse[n, 12], {n, 0, 100}] (* Paolo Xausa, Aug 08 2024 *)
Formula
a(n) = n - A056961(n).
Comments