login
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
OFFSET
0,3
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