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.

A335038 a(n) is the smallest number m with exactly n divisors that are Zuckerman numbers, or -1 if there is no such m.

Original entry on oeis.org

1, 2, 4, 6, 18, 12, 84, 24, 168, 72, 144, 360, 432, 1080, 2016, 2160, 6048, 8064, 15120, 34272, 24192, 60480, 48384, 88704, 120960, 354816, 241920, 483840, 665280, 266112, 798336, 532224, 1596672, 1064448, 1862784, 2661120, 3725568, 5322240, 10644480, 7451136
Offset: 1

Views

Author

Bernard Schott, Jun 03 2020

Keywords

Comments

Inspired by A333456.
A Zuckerman number (A007602) is a number that is divisible by the product of its digits; e.g., 24 is a Zuckerman number because it is divisible by 2*4=8.
The divisors 1 and m (if m is itself a Zuckerman number) are included.
Conjecture: m always exists.
Not all terms in the sequence are Zuckerman numbers. For example a(7) = 84 has product of digits = 32 and 84/32 = 21/8 = 2.625.

Examples

			Of the six divisors of 18, five are Zuckerman numbers: 1, 2, 3, 6 and 9, and there is no smaller number with five Zuckerman divisors, hence a(5) = 18.
		

Crossrefs

Cf. A007602, A335037, A333456 (similar, with Niven divisors).

Programs

Extensions

More terms from Amiram Eldar, Jun 03 2020
Edited, added escape clause. - N. J. A. Sloane, Jun 04 2020