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.

A061907 The iterative cycle: n -> sum of digits of n^2 has only four distinct elements.

Original entry on oeis.org

2, 11, 20, 101, 110, 134, 136, 163, 172, 197, 200, 217, 233, 242, 244, 262, 278, 287, 296, 298, 307, 313, 314, 316, 343, 359, 386, 397, 406, 413, 422, 424, 431, 433, 442, 458, 467, 469, 476, 478, 487, 514, 523, 541, 577, 583, 586, 593, 604, 613, 614, 622
Offset: 1

Views

Author

Asher Auel, May 17 2001

Keywords

Examples

			a(2) = 4 since 2 -> 4 -> 1+6 = 7 -> 4+9 = 13 -> 1+6+9 = 16 -> 2+5+6 = 13, thus {4,7,13,16} are the distinct elements of the iterative cycle of 2.
		

Crossrefs