Find a formula for the permanent of the following square matrix with $-1$ on the main diagonal and $1$ everywhere else.
$$ A = \begin{bmatrix} -1 & 1 & 1 & \dots & 1 \\ 1 & -1 & 1 & \dots & 1 \\ 1 & 1 & -1 & \dots & 1 \\ \vdots & \vdots &\vdots & \ddots & \vdots \\ 1 & 1 & 1 & \dots & -1 \end{bmatrix} $$
I was able to find a recursive formula for it, but I am looking for a closed-form expression. How would I go about this problem? I computed the permanent of small matrices of that form, but I do not see a pattern.