OFFSET
0,2
LINKS
Vaclav Kotesovec, Table of n, a(n) for n = 0..36
EXAMPLE
a(3) = 250 because the permanent of [(2,3,5), (3,5,2), (5,2,3)] is 250.
PROG
(PARI) a(n) = matpermanent(matrix(n, n, i, j, prime((i+j-2) % n + 1)))
CROSSREFS
KEYWORD
nonn
AUTHOR
Stefano Spezia, Oct 25 2020
STATUS
approved