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.

A051808 Numbers with nonzero multiplicative digital root 6.

Original entry on oeis.org

6, 16, 23, 28, 32, 44, 47, 48, 60, 61, 68, 74, 82, 84, 86, 106, 116, 123, 128, 132, 144, 147, 148, 160, 161, 168, 174, 182, 184, 186, 203, 208, 213, 218, 224, 227, 228, 230, 231, 238, 242, 244, 246, 256, 264, 265, 267, 272, 276
Offset: 1

Views

Author

Dan Hoey, Dec 09 1999

Keywords

Crossrefs

Part of histogram of A051802.

Programs

  • Mathematica
    nzdr6Q[n_]:=NestWhile[Times@@DeleteCases[IntegerDigits[#],0]&,n,#>9&]==6; Select[Range[ 300],nzdr6Q] (* Harvey P. Dale, Jul 20 2024 *)

Formula

A051802^-1(6)