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.

A278841 a(n) = permanent M_n where M_n is the n X n matrix m(i,j) = A000009(i+j).

Original entry on oeis.org

1, 1, 6, 65, 1737, 91359, 8755730, 1465091787, 420070484342, 194857695312573, 142349343815684947, 161388097061567486595, 276760372468557882285737, 707850058213409589011565269, 2654427644322345709705054800083
Offset: 0

Views

Author

Vaclav Kotesovec, Nov 29 2016

Keywords

Crossrefs

Programs

  • Mathematica
    Flatten[{1, Table[Permanent[Table[PartitionsQ[i+j], {i, 1, n}, {j, 1, n}]], {n, 1, 14}]}]