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!)
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
1, 1, 4, 22, 266, 2218, 58100, 644828, 20949776, 502226904, 20622109728, 339816568512, 29770028441472, 568704136553760, 31544507027061120, 1864702918415957568, 150882403284582339072, 3672279699978976000896, 458988841789031457035136, 12369374876487501375431040 (list; graph; refs; listen; history; text; internal format)
OFFSET
0,3
LINKS
PROG
(PARI) a(n) = matpermanent(matrix(n, n, i, j, sigma(gcd(i, j))));
CROSSREFS
Cf. A000142 (determinant), A134866 (matrix).
Sequence in context: A341459 A195227 A265908 * A119009 A326883 A317803
KEYWORD
nonn
AUTHOR
Michel Marcus, Dec 18 2022
STATUS
approved

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 31 21:26 EDT 2024. Contains 373003 sequences. (Running on oeis4.)