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.

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

This page as a plain text file.
%I A174899 #9 Jan 05 2020 16:34:20
%S A174899 1,2,3,8,36,64,100,1728,5832,8000,331776,810000,10077696,254803968,
%T A174899 46656000000,139314069504,351298031616,531441000000,782757789696,
%U A174899 1586874322944,42998169600000000,634562281237118976,198359290368000000000,634033809653760000000000
%N A174899 Record values of A007955(m), where A007955(m) = product of divisors of m.
%C A174899 a(n) = A007955(A034287(n)).
%H A174899 Andrew Howroyd, <a href="/A174899/b174899.txt">Table of n, a(n) for n = 1..100</a>
%o A174899 (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 A174899 Cf. A007955 (product of divisors), A034287 (record indices).
%K A174899 nonn
%O A174899 1,2
%A A174899 _Jaroslav Krizek_, Apr 01 2010
%E A174899 Terms a(21) and beyond from _Andrew Howroyd_, Jan 05 2020