OFFSET
1,2
COMMENTS
Iwan Jensen originally provided this sequence.
The sequence also describes the water patterns of lakes in the water retention model.
A lake is defined as a body of water with dimensions of n X n when the size of the square is (n+2) X (n+2). All other bodies of water are ponds.
The 3 X 3 square serves as a tutorial for the following three nomenclatures: (1) The total number of distinct water patterns is 102 and includes lakes and ponds. (2) The number of free lake-type polyominoes is 24. (3) The number of fixed lake-type polyominoes is 111. See the explanatory graphics in the link section.
John Mason has looked at free polyominoes in rectangles; see A268371.
Anna Skelt initiated the discussion on the definition of a lake.
LINKS
Andrew Howroyd, Table of n, a(n) for n = 1..15
Craig Knecht, 4x4 minimal lake area patterns
Craig Knecht, 5x5 minimal lake area patterns
Craig Knecht, 6x6 minimal lake area patterns
Craig Knecht, 7x7 minimal lake area patterns
Craig Knecht, 24 free lake-type polyominoes 3x3
Craig Knecht, Polyominoe enumeration
Craig Knecht, Walter Trump's 111 fixed lake-type polyominoes 3x3
Wikipedia, Water Retention on Mathematical Surfaces
EXAMPLE
There are many interesting ways to connect all boundaries of the square with the smallest number of edge-joined cells.
0 0 0 0 1 0
0 0 0 0 1 1
0 0 1 1 1 0
0 0 1 0 0 0
1 1 1 0 0 0
0 1 0 0 0 0
MATHEMATICA
a[n_] := A292357[[2n^2 - 2n + 1]];
Array[a, 15] (* Jean-François Alcover, Sep 10 2019 *)
CROSSREFS
KEYWORD
nonn
AUTHOR
Craig Knecht, Feb 03 2016
EXTENSIONS
a(12)-a(13) from Andrew Howroyd, Oct 02 2017
STATUS
approved