The OEIS mourns the passing of Jim Simons and is grateful to the Simons Foundation for its support of research in many branches of science, including the OEIS.
login
The OEIS is supported by the many generous donors to the OEIS Foundation.

 

Logo
Hints
(Greetings from The On-Line Encyclopedia of Integer Sequences!)
A085905 Permanent of the symmetric n X n matrix M defined by M(i,j) = lcm(i,j) for 1 <= i,j <= n. 1

%I #16 Aug 20 2021 03:35:12

%S 1,6,144,5952,772560,73664640,29745273600,8715934402560,

%T 5068085799813120,2756328707949465600,4581860819083475558400,

%U 2696083278990328597708800,7844679216026128507826995200

%N Permanent of the symmetric n X n matrix M defined by M(i,j) = lcm(i,j) for 1 <= i,j <= n.

%H Vaclav Kotesovec, <a href="/A085905/b085905.txt">Table of n, a(n) for n = 1..35</a>

%e a(2)=6 since the 2 by 2 matrix A with rows [1,2],[2,2] has permanent 1*2+2*2=6.

%p with(linalg): a:=(i,j)->lcm(i,j): seq(permanent(matrix(n,n,a)),n=1..14); # _Emeric Deutsch_, Feb 08 2005

%t a[n_] := Permanent[Table[LCM[i, j], {i, 1, n}, {j, 1, n}]]; Table[an = a[n]; Print["a(", n, ") = ", an]; an, {n, 1, 14}] (* _Jean-François Alcover_, Jan 07 2016 *)

%o (PARI) a(n)=matpermanent(matrix(n,n,r,c,lcm(r,c)));

%o vector(23,n,a(n)) \\ _Joerg Arndt_, Aug 15 2019

%Y Cf. A060238, A085244, A034444.

%K nonn

%O 1,2

%A Yuval Dekel (dekelyuval(AT)hotmail.com), Aug 16 2003

%E More terms from _Emeric Deutsch_, Feb 08 2005

Lookup | Welcome | Wiki | Register | Music | Plot 2 | Demos | Index | Browse | More | WebCam
Contribute new seq. or comment | Format | Style Sheet | Transforms | Superseeker | Recents
The OEIS Community | Maintained by The OEIS Foundation Inc.

License Agreements, Terms of Use, Privacy Policy. .

Last modified May 16 20:35 EDT 2024. Contains 372555 sequences. (Running on oeis4.)