login
Record values of A007955(m), where A007955(m) = product of divisors of m.
2

%I #9 Jan 05 2020 16:34:20

%S 1,2,3,8,36,64,100,1728,5832,8000,331776,810000,10077696,254803968,

%T 46656000000,139314069504,351298031616,531441000000,782757789696,

%U 1586874322944,42998169600000000,634562281237118976,198359290368000000000,634033809653760000000000

%N Record values of A007955(m), where A007955(m) = product of divisors of m.

%C a(n) = A007955(A034287(n)).

%H Andrew Howroyd, <a href="/A174899/b174899.txt">Table of n, a(n) for n = 1..100</a>

%o (PARI) {my(m=0); for(n=i=1, 10^3, my(t=vecprod(divisors(n))); if(t>m, print1(t, ", "); m=t))} \\ _Andrew Howroyd_, Jan 05 2020

%Y Cf. A007955 (product of divisors), A034287 (record indices).

%K nonn

%O 1,2

%A _Jaroslav Krizek_, Apr 01 2010

%E Terms a(21) and beyond from _Andrew Howroyd_, Jan 05 2020