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.

A260639 Permanent of the symmetric n X n matrix in A260638.

Original entry on oeis.org

1, 4, 206, 433284, 131782705528, 21826979750768842816, 7637711141088259236341772556400, 22237835372502772582455643527946875785037270496, 2138255561398515897400115384129197209090292453675665760256378885504
Offset: 1

Views

Author

Arkadiusz Wesolowski, Nov 11 2015

Keywords

Crossrefs

Cf. A260638.

Programs

  • Mathematica
    Permanent[m_List] := With[{v = Array[x, Length[m]]}, Coefficient[Times @@ (m.v), Times @@ v]]; Table[m = Table[QBinomial[r + c, r, 2], {r, 0, n}, {c, 0, n}]; Permanent[m], {n, 0, 8}]
Showing 1-1 of 1 results.