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.

A057346 Smallest of the most frequently occurring numbers in 1-to-n 5-dimensional multiplication table.

This page as a plain text file.
%I A057346 #9 Apr 18 2022 22:42:33
%S A057346 1,4,12,48,120,360,360,480,864,1440,1440,1440,1440,5040,5040,10080,
%T A057346 10080,8640,8640,8640,30240,30240,30240,60480,60480,60480,60480,60480,
%U A057346 60480,60480,60480,120960,120960,120960,302400,302400,302400,302400,302400,302400,302400,302400
%N A057346 Smallest of the most frequently occurring numbers in 1-to-n 5-dimensional multiplication table.
%H A057346 David A. Corneth, <a href="/A057346/b057346.txt">Table of n, a(n) for n = 1..100</a>
%e A057346 M(n) is the array in which m(x,y,z,t,u)=x*y*z*t*u for x = 1 to n, y = 1 to n, z = 1 to n, t = 1 to n and u = 1 to n. In M(7), the most frequently occurring numbers are 360, 420, 504 and 840, each occurring 300 times. The smallest of these numbers is 360, so a(7) = 360.
%Y A057346 Cf. A057144, A057340, A057343, A057344.
%K A057346 nonn
%O A057346 1,2
%A A057346 _Neil Fernandez_, Aug 28 2000
%E A057346 More terms from _David A. Corneth_, Apr 18 2022