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.

A155005 Smallest number having exactly n divisors that are contained in its decimal representation.

Original entry on oeis.org

1, 10, 12, 110, 120, 1020, 1200, 1248, 10250, 11250, 12480, 31248, 132600, 124800, 112500, 312480, 1248000, 1312500, 1125000, 3124800, 14437500, 16250000, 11250000, 31248000, 103125000, 144375000, 112500000, 131250000
Offset: 1

Views

Author

Reinhard Zumkeller, Jan 18 2009

Keywords

Comments

A121041(a(n)) = n and A121041(m) < n for m < a(n).
Conjecture: a(5+5n)=1125*10^n for n>0. [Robert G. Wilson v, Jan 23 2009]

Examples

			a(4) = 110, A121041(110) = #{1, 10, 11, 110} = 4;
a(5) = 120, A121041(120) = #{1, 2, 12, 20, 120} = 5;
a(6) = 1020, A121041(1020) = #{1, 2, 10, 20, 102, 1020} = 6.
		

Programs

Extensions

a(17)-a(28) from Robert G. Wilson v, Jan 23 2009