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

A293707
Permanent of a Hankel matrix with factorial elements.
2
2, 84, 137664, 14784353280, 159433923516825600, 247133428169618164285440000, 74871582187843476288006745227264000000, 5793842294883032778309293201687815335916339200000000, 145059336151890972759838967800541420103566785450351578316800000000000
OFFSET
1,1
LINKS
MATHEMATICA
Table[Permanent[Table[(i + j)!, {i, 1, n}, {j, 1, n}]], {n, 1, 15}]
PROG
(PARI) {a(n) = matpermanent(matrix(n, n, i, j, (i+j)!))}
for(n=1, 10, print1(a(n), ", ")) \\ Vaclav Kotesovec, Dec 21 2018
CROSSREFS
Cf. A108078.
Sequence in context: A289198 A318128 A181119 * A157315 A244947 A078166
KEYWORD
nonn
AUTHOR
Vaclav Kotesovec, Apr 17 2018
STATUS
approved