OFFSET
0,2
COMMENTS
If n has an even number of digits in base 11 then a(n) is a multiple of 12.
FORMULA
a(n) = n + A056960(n).
MATHEMATICA
Table[n+IntegerReverse[n, 11], {n, 0, 70}] (* Requires Mathematica version 10 or later *) (* Harvey P. Dale, Aug 30 2016 *)
CROSSREFS
KEYWORD
base,nonn
AUTHOR
Henry Bottomley, Jul 18 2000
STATUS
approved