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.

A121106 Trajectory of 6788 under "x -> product of digits of x" map.

Original entry on oeis.org

6788, 2688, 768, 336, 54, 20, 0
Offset: 1

Views

Author

N. J. A. Sloane, Aug 12 2006

Keywords

Comments

This is the smallest number of persistence 6 (cf. A003001).

Crossrefs

Cf. A003001.

Programs

  • Mathematica
    NestList[Times@@IntegerDigits[#]&,6788,6] (* Harvey P. Dale, Nov 19 2021 *)

Extensions

Edited by Charles R Greathouse IV, Aug 06 2010