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.

A051809 Numbers with nonzero multiplicative digital root 7.

Original entry on oeis.org

7, 17, 70, 71, 107, 117, 170, 171, 257, 275, 527, 572, 700, 701, 710, 711, 725, 752, 1007, 1017, 1070, 1071, 1107, 1117, 1170, 1171, 1257, 1275, 1527, 1572, 1700, 1701, 1710, 1711, 1725, 1752, 2057, 2075, 2157, 2175
Offset: 1

Views

Author

Dan Hoey, Dec 09 1999

Keywords

Crossrefs

Part of histogram of A051802.

Programs

  • Mathematica
    Select[Range[2500],NestWhile[Times@@(IntegerDigits[#]/.(0->1))&,#,#>9&] == 7&] (* Harvey P. Dale, Jan 18 2019 *)

Formula

A051802^-1(7)