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.

A360590 a(n) is the smallest number which can be represented as the product of n distinct integers > 1 in exactly n ways.

This page as a plain text file.
%I A360590 #13 Feb 16 2025 08:34:04
%S A360590 2,12,60,420,3456,60060,155520,1512000,13063680,169344000,1524096000,
%T A360590 16765056000,217945728000,3705077376000,52306974720000,
%U A360590 889218570240000,16895152834560000,328655183560704000,6244448487653376000,143622315216027648000,2922401892221779968000,67215243521100939264000
%N A360590 a(n) is the smallest number which can be represented as the product of n distinct integers > 1 in exactly n ways.
%H A360590 Eric Weisstein's World of Mathematics, <a href="https://mathworld.wolfram.com/UnorderedFactorization.html">Unordered Factorization</a>
%e A360590 For n = 2: 12 = 2 * 6 = 3 * 4.
%e A360590 For n = 3: 60 = 2 * 3 * 10 = 2 * 5 * 6 = 3 * 4 * 5.
%e A360590 For n = 4: 420 = 2 * 3 * 5 * 14 = 2 * 3 * 7 * 10 = 2 * 5 * 6 * 7 = 3 * 4 * 5 * 7.
%Y A360590 Cf. A045778, A330974.
%K A360590 nonn
%O A360590 1,1
%A A360590 _Ilya Gutkovskiy_, Feb 12 2023
%E A360590 a(7)-a(10) from _Daniel Suteu_, Feb 13 2023
%E A360590 a(11)-a(22) from _Bert Dobbelaere_, Feb 16 2023