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.

Showing 1-1 of 1 results.

A240543 Number of n-digit positive integers with maximum number of divisors A066150(n).

Original entry on oeis.org

2, 5, 1, 2, 2, 5, 1, 6, 4, 5, 1, 1, 2, 1, 2, 3, 7, 2
Offset: 1

Views

Author

Martin Renner, Apr 07 2014

Keywords

Examples

			a(1) = 2, since two 1-digit numbers have the maximum number of divisors 4 = #{1, 2, 3, 6} = #{1, 2, 4, 8}.
a(2) = 5, since five 2-digit numbers have the maximum number of divisors 12 = #{1, 2, 3, 4, 5, 6, 10, 12, 15, 20, 30, 60} = #{1, 2, 3, 4, 6, 8, 9, 12, 18, 24, 36, 72} = #{1, 2, 3, 4, 6, 7, 12, 14, 21, 28, 42, 84} = #{1, 2, 3, 5, 6, 9, 10, 15, 18, 30, 45, 90} = #{1, 2, 3, 4, 6, 8, 12, 16, 24, 32, 48, 96}.
		

Crossrefs

Extensions

a(10)-a(12) from Giovanni Resta, Apr 08 2014
a(13)-a(18) from Kevin P. Thompson, Sep 04 2022
Showing 1-1 of 1 results.