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!)
A359111 a(n) is the permanent of the n X n matrix M(n) that is defined by M[i,j] = sigma(gcd(i,j)). 0

%I #13 Dec 19 2022 09:38:02

%S 1,1,4,22,266,2218,58100,644828,20949776,502226904,20622109728,

%T 339816568512,29770028441472,568704136553760,31544507027061120,

%U 1864702918415957568,150882403284582339072,3672279699978976000896,458988841789031457035136,12369374876487501375431040

%N a(n) is the permanent of the n X n matrix M(n) that is defined by M[i,j] = sigma(gcd(i,j)).

%o (PARI) a(n) = matpermanent(matrix(n, n, i, j, sigma(gcd(i,j))));

%Y Cf. A000142 (determinant), A134866 (matrix).

%K nonn

%O 0,3

%A _Michel Marcus_, Dec 18 2022

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 September 16 15:27 EDT 2024. Contains 375976 sequences. (Running on oeis4.)