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.

A085309 Initial values providing nontrivial cyclic attractor when function defined in A085307 is iterated.

Original entry on oeis.org

213, 323, 639, 713
Offset: 1

Views

Author

Labos Elemer, Jun 27 2003

Keywords

Examples

			n=213 gives {213,713,3123,3473,15123,713},
n=323 gives {323,1917,713,3123,3473,15123,713},
n=639 gives {639,713,3123,3473,15123,713}.
		

Crossrefs

Formula

Algorithm: 1# factorize n; 2# arrange prime-factors by decreasing size; 3# concatenate prime factors and interpret the result as decimal number.Iterate 1#, 2#, 3#.