login

Year-end appeal: Please make a donation to the OEIS Foundation to support ongoing development and maintenance of the OEIS. We are now in our 61st year, we have over 378,000 sequences, and we’ve reached 11,000 citations (which often say “discovered thanks to the OEIS”).

A084364
Define the operations M: multiply by 11, D: divide by 11, R: reverse digits. Sequence gives trajectory of 19 under action of M,R,D,R.
1
19, 28, 37, 46, 55, 64, 73, 82, 91, 19, 28, 37, 46, 55, 64, 73, 82, 91, 19, 28, 37, 46, 55, 64, 73, 82, 91, 19, 28, 37, 46, 55, 64, 73, 82, 91, 19, 28, 37, 46, 55, 64, 73, 82, 91, 19, 28, 37, 46, 55, 64, 73, 82, 91, 19, 28, 37, 46, 55, 64, 73, 82, 91, 19, 28, 37, 46, 55, 64
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
Sequence in context: A091448 A067777 A065207 * A094677 A052224 A179955
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