login

Year-end appeal: Please make a donation to the OEIS Foundation to support ongoing development and maintenance of the OEIS. We are now in our 61st year, we have over 378,000 sequences, and we’ve reached 11,000 citations (which often say “discovered thanks to the OEIS”).

A374668
a(n) is the permanent of the n-th order Hankel matrix M whose generic element is given by M(i,j) = A317614(i+j-1) with i,j = 1, ..., n.
1
1, 1, 31, 10254, 12238276, 41596930860, 309346186680924, 4522151204857137264, 116038936382978521700928, 4918677318766771695942334272, 323424014903141386787887115413440, 31725978444319999354629697685162941056, 4460612938377274751881312432310360618154240
OFFSET
0,3
COMMENTS
The Hankel transform of A317614 has the following polynomial as g.f. 1 + x - x^2 - 624*x^3 - 9216*x^4 + 138240*x^5 - 331776*x^6: the matrices are singular for n > 6.
LINKS
EXAMPLE
a(7) = 4522151204857137264:
[ 1, 4, 15, 32, 65, 108, 175]
[ 4, 15, 32, 65, 108, 175, 256]
[ 15, 32, 65, 108, 175, 256, 369]
[ 32, 65, 108, 175, 256, 369, 500]
[ 65, 108, 175, 256, 369, 500, 671]
[108, 175, 256, 369, 500, 671, 864]
[175, 256, 369, 500, 671, 864, 1105]
which is the singular matrix M of minimal order.
MATHEMATICA
A317614[n_]:=(1/2)*(n^3 + n*Mod[n, 2]); a[n_]:=Permanent[Table[A317614[i+j-1], {i, n}, {j, n}]]; Join[{1}, Array[a, 12]]
CROSSREFS
Cf. A317614.
Cf. A000583 (trace of M), A006010 (sum of the 1st row or column of M), A035287 (super- or subdiagonal sum of M), A346174, A374708 (k-th super- or subdiagonal sum of M).
Sequence in context: A139295 A261947 A069451 * A073099 A245571 A074218
KEYWORD
nonn
AUTHOR
Stefano Spezia, Jul 15 2024
STATUS
approved