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.
%I A308423 #15 May 12 2024 00:46:29 %S A308423 1,36,21952,42998169600000000,30019840638976, %T A308423 8480691722056324948490652657647616,2343612817652433441167245312 %N A308423 Product of divisors of multiply-perfect numbers. %C A308423 a(8) has 216 digits (116929951...000000000). %C A308423 Supersequence of A067584. %H A308423 Amiram Eldar, <a href="/A308423/b308423.txt">Table of n, a(n) for n = 1..11</a> %F A308423 a(n) = A007955(A007691(n)). %e A308423 For n = 3; a(3) = A007955(A007691(3)) = A007955(28) = 21952. %t A308423 s = {}; Do[If[Divisible[DivisorSigma[1, n], n], AppendTo[s, n^(DivisorSigma[0, n]/2)]], {n, 10^4}]; s (* _Amiram Eldar_, Jul 04 2019 *) %o A308423 (Magma) [&*[d: d in Divisors(m)]: m in [1..10^5] | IsIntegral(SumOfDivisors(m)/m)] %Y A308423 Cf. A007691, A007955, A067584. %Y A308423 See A088843 and A307741 for the number of and the sum of divisors of multiply-perfect numbers. %K A308423 nonn %O A308423 1,2 %A A308423 _Jaroslav Krizek_, May 26 2019