A363460 a(n) is the permanent of the n X n matrix formed by placing 1..n^2 in L-shaped gnomons in alternating directions.
1, 1, 11, 556, 74964, 21700112, 11500685084, 10057140949968, 13496937368200000, 26331147893897760544, 71606290155732170272320, 262516365211410942628577408, 1262517559940020030446967822592, 7786463232979127181938238723356160, 60414239829783205320232261233394491136
Offset: 0
Keywords
Examples
a(5) = 21700112 is the permanent of the 5 X 5 matrix | 1----2 9---10 25 | | | | | | | | 4----3 8 11 24 | | | | | | | | 5----6----7 12 23 | | | | | | 16---15---14---13 22 | | | | | | 17---18---19---20---21 |
Crossrefs
Programs
-
Mathematica
a={1}; For[n=1, n<=14, n++,k=i=j=1; M[i,j]=k++; For[h=1, h
Comments