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.

A066355 A055471(n)/(product of nonzero digits of A055471(n)).

Original entry on oeis.org

1, 1, 1, 1, 1, 1, 1, 1, 1, 10, 11, 6, 3, 10, 3, 10, 2, 10, 10, 10, 10, 10, 10, 100, 101, 51, 26, 21, 110, 111, 56, 23, 60, 8, 22, 9, 35, 9, 30, 5, 100, 13, 105, 53, 18, 55, 14, 30, 25, 100, 17, 52, 21, 20, 4, 100, 18, 15, 100, 102, 52, 27, 22, 100, 51, 13, 35, 8, 100, 7, 100
Offset: 1

Views

Author

Amarnath Murthy, Dec 20 2001

Keywords

Examples

			15 is the 13th term of A055471, hence a(13)=15/(1*5) =3.
		

Crossrefs

Programs

  • Mathematica
    pd[n_] := Times @@ Select[IntegerDigits[n], # > 0 &];
    Select[Table[n/pd[n], {n, 1000}], IntegerQ] (* Ray Chandler, Mar 11 2014 *)

Extensions

Corrected and extended by Ray Chandler, Mar 11 2014