cp's OEIS Frontend

This is a front-end for the Online Encyclopedia of Integer Sequences, made by Christian Perfect. The idea is to provide OEIS entries in non-ancient HTML, and then to think about how they're presented visually. The source code is on GitHub.

Showing 1-1 of 1 results.

A293707 Permanent of a Hankel matrix with factorial elements.

Original entry on oeis.org

2, 84, 137664, 14784353280, 159433923516825600, 247133428169618164285440000, 74871582187843476288006745227264000000, 5793842294883032778309293201687815335916339200000000, 145059336151890972759838967800541420103566785450351578316800000000000
Offset: 1

Views

Author

Vaclav Kotesovec, Apr 17 2018

Keywords

Crossrefs

Cf. A108078.

Programs

  • Mathematica
    Table[Permanent[Table[(i + j)!, {i, 1, n}, {j, 1, n}]], {n, 1, 15}]
  • PARI
    {a(n) = matpermanent(matrix(n, n, i, j, (i+j)!))}
    for(n=1, 10, print1(a(n), ", ")) \\ Vaclav Kotesovec, Dec 21 2018
Showing 1-1 of 1 results.