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.

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

Original entry on oeis.org

1, 1, 6, 110, 18343, 9382388, 43019044258, 558605693874364, 66236678406528448449, 21324218858696872235790649, 63694548993039561351614359349824, 503614181552476916158019971522161589536, 37393123107750749849065997795023579513072683993, 7226766277015485498828489748946241590630740791829515424
Offset: 0

Views

Author

Alois P. Heinz, Jun 05 2014

Keywords

Examples

			a(2) = 6:
+---+  +---+  +---+  +---+  +---+  +---+
|o-o|  |   |  |o  |  |  o|  |o  |  |  o|
|   |  |   |  ||  |  |  ||  | \ |  | / |
|   |  |o-o|  |o  |  |  o|  |  o|  |o  |
+---+  +---+  +---+  +---+  +---+  +---+.
		

Crossrefs

Cf. A243510.

Formula

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