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.

A288027 Number of minimal edge covers in the grid graph P_n X P_n.

Original entry on oeis.org

0, 2, 38, 1834, 419710, 356269056, 1163645044100, 15000387107144576, 749707067231291403016
Offset: 1

Views

Author

Andrew Howroyd, Jun 04 2017

Keywords

Comments

A minimal edge cover is an edge cover such that the removal of any edge in the cover destroys the covering property. Equivalently, these are the edge covers whose connected components are stars.

Examples

			In the 3 X 3 grid, the minimal edge covers up to rotation and reflection are:
.__.__.    .__.__.    .__.__.    .__.__.    .__.__.    .__.  .
.__.__.    .  .  .    .__.  .    .  .__.    .  |  .    .  |  |
.__.__.    |  |  |    .__.  |    |__.  |    |  .__|    |  .__.
The first two of these need to be counted 2 and 4 times and the rest which have no symmetry 8 times so a(3) = 38.
		

Crossrefs

Main diagonal of A288025.
Cf. A286913.

Extensions

a(1) corrected by Andrew Howroyd, Jan 29 2023