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.

A375860 In an n X n grid draw straight walls between cells, starting at a border, such that the resulting figure is connected and has only one-cell wide paths; a(n) is the number of solutions up to symmetries of the rectangle.

Original entry on oeis.org

1, 2, 19, 298, 6351, 152516, 3982186, 112862604, 3477324887, 116564337340, 4243247421102, 167133260332116, 7090692457208714, 322501850458391072, 15654927194390330084, 807745569631252715576, 44138380646303320082391, 2546015709197766295214940, 154576479598451154017930998
Offset: 1

Views

Author

Andrew Howroyd, Aug 31 2024

Keywords

Comments

See A375770 for additional information.

Examples

			a(3) = 19. The A375770(3) = 10 distinct solutions with their multiplicities are:
  ._._._.   ._._._.   ._._._.   ._._._.   ._._._.
  |     |   |   | |   |   | |   | | | |   |   ._|
  | | | |   | |   |   | | | |   |     |   | |   |
  |_|_|_|   |_|_|_|   |_|_._|   |_|_|_|   |_|_|_|
    (2)       (2)       (2)       (2)       (2)
  ._._._.   ._._._.   ._._._.   ._._._.   ._._._.
  | | ._|   |   | |   |   ._|   |_. ._|   |_. | |
  |     |   | | ._|   | | ._|   |     |   |   ._|
  |_|_|_|   |_|_._|   |_|_._|   |_|_|_|   |_|_._|
    (2)       (2)       (2)       (2)       (1)
		

Crossrefs

Main diagonal of A375861.

Programs