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.

A243510 Number of ways the maximal number of domicules can be placed on an n X n square.

Original entry on oeis.org

1, 1, 3, 58, 280, 170985, 3037561, 35203565096, 3263262629905, 580992839261272720, 326207195516663381931, 811740344447523575023878026, 3011882198082438957330143630563, 98662906581850761030365769529236858241, 2565014347691062208319404612723752103028288
Offset: 0

Views

Author

Alois P. Heinz, Jun 05 2014

Keywords

Comments

Number of maximum matchings in the n X n king graph. - Eric W. Weisstein, Jun 20 2017

Examples

			a(2) = 3:
  +---+  +---+  +---+
  |o-o|  |o o|  |o o|
  |   |  || ||  | X |
  |o-o|  |o o|  |o o|
  +---+  +---+  +---+.
a(3) = 58:
  +-----+  +-----+  +-----+
  |o-o o|  |o o o|  |o o-o|
  |    ||  | X  ||  | \   |
  |o   o|  |o o o|  |o o o|
  ||    |  |     |  ||  / |
  |o o-o|  |o-o  |  |o o  |
  +-----+  +-----+  +-----+  ... .
		

Crossrefs

Cf. A243511.
Even bisection gives A239273.

Formula

a(n) = A243424(n,floor(n^2/2)).