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.

A337051 Least positive number that has exactly n different representations as the product of a number and of its decimal digits.

Original entry on oeis.org

2, 1, 192, 1798848, 549504, 20150684596224
Offset: 0

Views

Author

Chai Wah Wu, Aug 12 2020

Keywords

Examples

			1       = 1 * (1).
192     = 24 * (2*4)
        = 32 * (3*2).
1798848 = 6246 * (6*2*4*6)
        = 12492 * (1*2*4*9*2)
        = 33312 * (3*3*3*1*2).
549504  = 1696 * (1*6*9*6)
        = 2862 * (2*8*6*2)
        = 3392 * (3*3*9*2)
        = 3816 * (3*8*1*6).
20150684596224 = 61699872 * (6*1*6*9*9*8*7*2)
               = 123399744 * (1*2*3*3*9*9*7*4*4)
               = 242943246 * (2*4*2*9*4*3*2*4*6)
               = 323924328 * (3*2*3*9*2*4*3*2*8)
               = 416474136 * (4*1*6*4*7*4*1*3*6).
		

Crossrefs