cp's OEIS Frontend

This is a front-end for the Online Encyclopedia of Integer Sequences, made by Christian Perfect. The idea is to provide OEIS entries in non-ancient HTML, and then to think about how they're presented visually. The source code is on GitHub.

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.

Original entry on oeis.org

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

Views

Author

Amarnath Murthy, May 27 2003

Keywords

Comments

Every such sequence is periodic. Sequences for a(1) = 1 to 18 are cyclic with a period of 1.

Examples

			19 -> 209 -> 902 -> 82 -> 28.
		

Programs

  • Mathematica
    mrdr[n_]:=FromDigits[Reverse[IntegerDigits[FromDigits[ Reverse[ IntegerDigits[ 11n]]]/ 11]]]; NestList[mrdr,19,70] (* Harvey P. Dale, Oct 01 2015 *)

Extensions

Edited by Patrick De Geest and N. J. A. Sloane, Jun 03 2003