OFFSET
0,4
LINKS
Zhibin Du and Carlos M. da Fonseca, On an infinite family of unipotent Sylvester-Kac-like matrices, Notes on Number Theory and Discrete Mathematics, Volume 31, 2025, Number 4, Pages 846-850. See section 2.
EXAMPLE
a(4) = -63:
[ 0, 1, 0, 0]
[-3, 2, 2, 0]
[ 0, -2, 4, 3]
[ 0, 0, -1, 6]
MATHEMATICA
M[i_, j_, n_]:=If[j==i+1, i, If[i==j+1, -(n-i+1), If[i==j, 2(i-1), 0]]]; a[n_]:=Permanent[Table[M[i, j, n], {i, n}, {j, n}]]; Array[a, 18]
CROSSREFS
KEYWORD
sign
AUTHOR
Stefano Spezia, Nov 20 2025
STATUS
approved
