A056961 Base 12 reversal of n (written in base 10).
0, 1, 2, 3, 4, 5, 6, 7, 8, 9, 10, 11, 1, 13, 25, 37, 49, 61, 73, 85, 97, 109, 121, 133, 2, 14, 26, 38, 50, 62, 74, 86, 98, 110, 122, 134, 3, 15, 27, 39, 51, 63, 75, 87, 99, 111, 123, 135, 4, 16, 28, 40, 52, 64, 76, 88, 100, 112, 124, 136, 5, 17, 29, 41, 53, 65, 77, 89, 101
Offset: 0
Links
- Paolo Xausa, Table of n, a(n) for n = 0..10000
Programs
-
Mathematica
IntegerReverse[Range[0, 100], 12] (* Paolo Xausa, Aug 08 2024 *)