A268404 Number of fixed polyominoes that have a width and height of n.
1, 5, 111, 7943, 1890403, 1562052227, 4617328590967, 49605487608825311, 1951842619769780119767, 282220061839181920696642671, 150134849621798165832163223922131, 293909551918134914019004192289440616787, 2116817972794640259940977362779552773322908743
Offset: 1
Keywords
Examples
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
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
Crossrefs
Programs
-
Mathematica
A292357 = Cases[Import["https://oeis.org/A292357/b292357.txt", "Table"], {, }][[All, 2]]; a[n_] := A292357[[2n^2 - 2n + 1]]; Array[a, 15] (* Jean-François Alcover, Sep 10 2019 *)
Extensions
a(12)-a(13) from Andrew Howroyd, Oct 02 2017
Comments