|
%I
%S 1,8,36,48,120,360,840,672,864
%N Largest of the most frequently occurring numbers in 1-to-n 5-dimensional multiplication table.
%e 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 largest of these numbers is 840, so a(7) = 840.
%Y Cf. A057144, A057339, A057342, A057344.
%K nonn
%O 1,2
%A _Neil Fernandez_, Aug 28 2000
|