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.

A059383 Product J_4(i), i=1..n.

This page as a plain text file.
%I A059383 #16 Feb 16 2025 08:32:43
%S A059383 1,15,1200,288000,179712000,215654400000,517570560000000,
%T A059383 1987470950400000000,12878811758592000000000,
%U A059383 120545678060421120000000000,1764788726804565196800000000000,33883943554647651778560000000000000,967725427920736934795673600000000000000
%N A059383 Product J_4(i), i=1..n.
%C A059383 a(n) is also the determinant of the symmetric n X n matrix M defined by M(i,j) = gcd(i,j)^4 for 1 <= i,j <= n. - Avi Peretz (njk(AT)netvision.net.il), Mar 22 2001
%D A059383 L. Comtet, Advanced Combinatorics, Reidel, 1974, p. 203, #17.
%H A059383 G. C. Greubel, <a href="/A059383/b059383.txt">Table of n, a(n) for n = 1..140</a>
%H A059383 Antal Bege, <a href="http://www.emis.de/journals/AUSM/C1-1/MATH1-4.PDF">Hadamard product of GCD matrices</a>, Acta Univ. Sapientiae, Mathematica, 1, 1 (2009) 43-49.
%H A059383 Eric Weisstein's World of Mathematics, <a href="https://mathworld.wolfram.com/LePaigesTheorem.html">Le Paige's Theorem</a>
%t A059383 JordanTotient[n_, k_:1]:=DivisorSum[n, #^k*MoebiusMu[n/#]&]/; (n>0)&&IntegerQ[n]; A059383[n_]:=Times@@(JordanTotient[#, 4]&/@Range[n]); (* _Enrique Pérez Herrero_, Aug 12 2011 *)
%Y A059383 Cf. A001088, A059377, A059381, A059382, A059383, A059384, A175836.
%K A059383 nonn
%O A059383 1,2
%A A059383 _N. J. A. Sloane_, Jan 28 2001