OFFSET
0,1
COMMENTS
Every such sequence is periodic. Sequences for a(1) = 1 to 18 are cyclic with a period of 1.
EXAMPLE
19 -> 209 -> 902 -> 82 -> 28.
MATHEMATICA
mrdr[n_]:=FromDigits[Reverse[IntegerDigits[FromDigits[ Reverse[ IntegerDigits[ 11n]]]/ 11]]]; NestList[mrdr, 19, 70] (* Harvey P. Dale, Oct 01 2015 *)
CROSSREFS
KEYWORD
base,easy,nonn
AUTHOR
Amarnath Murthy, May 27 2003
EXTENSIONS
Edited by Patrick De Geest and N. J. A. Sloane, Jun 03 2003
STATUS
approved