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”).

A374360
a(n) is the permanent of the n X n matrix whose generic element is abs(s(i+3,j)) where 1<= i,j <= n and s(r,c) is a Stirling number of the 1st kind.
0
1, 6, 564, 306096, 564505464, 2625790073064, 27398936076368184, 584616801786680299848, 23661396380641487392884216, 1707763221685376355443856875112, 208836912138505980452592269085336072, 41452742977042741902029728999187937151368, 12878287403223722868703002883355321706487115016
OFFSET
0,2
EXAMPLE
a(3) = 306096:
[ 6, 11, 6]
[ 24, 50, 35]
[120, 274, 225]
MATHEMATICA
a[n_]:=Permanent[Table[Abs[StirlingS1[i+3, j]], {i, n}, {j, n}]]; Join[{1}, Array[a, 12]]
CROSSREFS
Cf. A000400 (determinant), A048994, A132393, A372343.
Sequence in context: A341871 A226263 A029590 * A332156 A291953 A225206
KEYWORD
nonn
AUTHOR
Stefano Spezia, Jul 06 2024
STATUS
approved