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.

A289200 Number of maximal matchings in the n X n knight graph.

Original entry on oeis.org

1, 1, 10, 538, 94868, 59059198
Offset: 1

Views

Author

Eric W. Weisstein, Jun 28 2017

Keywords

Programs

  • Mathematica
    Table[Length[FindIndependentVertexSet[LineGraph[KnightTourGraph[n, n]], Infinity, All]], {n, 5}]

Extensions

a(6) from Eric W. Weisstein, Jun 02 2019