A259056 a(n) gives the determinant of a bisymmetric n X n matrix involving the entries 1, 2, ..., A002620(n+1).
1, -3, -16, 60, 384, -1680, -12288, 60480, 491520, -2661120, -23592960, 138378240, 1321205760, -8302694400, -84557168640, 564583219200, 6088116142080, -42908324659200, -487049291366400, 3604299271372800
Offset: 1
Examples
n = 1, B_1 [1], a(1) = det(B_1) = 1. n = 2, B_2 = [[1,2],[2,1]], a(2) = det(B_2) = -3. n = 3: B_3 = [[1,2,3],[2,4,2],[3,2,1]], a(3) = det(B_3) = -16 n = 4: B_4 = [[1,2,3,4],[2,5,6,3],[3,6,5,2],[4,3,2,1]], a(4) = det(B_4) = 60.
Links
- Wikipedia, Bisymmetric Matrix .
Formula
Determinant of the above defined bisymmetric matrix B_n, n >= 1.
Comments