A055960 n + reversal of base 11 digits of n (written in base 10).
0, 2, 4, 6, 8, 10, 12, 14, 16, 18, 20, 12, 24, 36, 48, 60, 72, 84, 96, 108, 120, 132, 24, 36, 48, 60, 72, 84, 96, 108, 120, 132, 144, 36, 48, 60, 72, 84, 96, 108, 120, 132, 144, 156, 48, 60, 72, 84, 96, 108, 120, 132, 144, 156, 168, 60, 72, 84, 96, 108, 120, 132, 144
Offset: 0
Programs
-
Mathematica
Table[n+IntegerReverse[n,11],{n,0,70}] (* Requires Mathematica version 10 or later *) (* Harvey P. Dale, Aug 30 2016 *)
Formula
a(n) = n + A056960(n).
Comments