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.

A289202 Number of maximum matchings in the n X n knight graph.

Original entry on oeis.org

1, 1, 2, 16, 644, 10304, 65113608, 2849759680, 118928612871184, 58888109421793792
Offset: 1

Views

Author

Eric W. Weisstein, Jun 28 2017

Keywords

Crossrefs

Programs

  • Mathematica
    Join[{1, 1}, Table[Length[With[{g = LineGraph[KnightTourGraph[n, n]]}, FindIndependentVertexSet[g, Length /@ FindIndependentVertexSet[g], All]]], {n, 3, 5}]]

Extensions

a(7)-a(10) from Andrew Howroyd, Jul 01 2017