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!)
A338424 Permanent of n X n matrix whose rows are cyclic permutations of 2..prime(n). 1
1, 2, 13, 250, 8961, 821848, 90031117, 16929468082, 3699112438993, 1172372082948016, 592930150554224105, 314980461163972949868, 237098727748233796765441, 209617206588771062279193558, 193794661072190257001413994605, 210096924743130844484817519143524, 287845708921326527700201694718406369 (list; graph; refs; listen; history; text; internal format)
OFFSET
0,2
LINKS
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
Sequence in context: A133067 A276744 A042677 * A134296 A086510 A356493
KEYWORD
nonn
AUTHOR
Stefano Spezia, Oct 25 2020
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 July 6 21:27 EDT 2024. Contains 374058 sequences. (Running on oeis4.)