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.

A232485 a(1) = 3; thereafter a(n+1) = a(n) + product of digits of a(n).

Original entry on oeis.org

3, 6, 12, 14, 18, 26, 38, 62, 74, 102, 102, 102, 102, 102, 102, 102, 102, 102, 102, 102, 102, 102, 102, 102, 102, 102, 102, 102, 102, 102, 102, 102, 102, 102, 102, 102, 102, 102, 102, 102, 102, 102, 102, 102, 102, 102, 102, 102, 102, 102, 102, 102, 102, 102, 102, 102, 102, 102, 102, 102, 102, 102, 102, 102, 102, 102
Offset: 1

Views

Author

N. J. A. Sloane, Nov 29 2013

Keywords

References

  • GCHQ, The GCHQ Puzzle Book, Penguin, 2016. See page 36.

Crossrefs

Programs

  • Mathematica
    NestList[#+Times@@IntegerDigits[#]&,3,70] (* Harvey P. Dale, Jul 02 2017 *)