A234006 Free polyominoes with 2n squares, having reflectional symmetry on axis that coincides with edges.
1, 2, 4, 11, 35, 114, 392, 1381, 4998, 18292, 67791, 253182, 952527, 3603389, 13699516, 52300071, 200406183, 770424072, 2970400815, 11482442855, 44491876993, 172766491178, 672186631950, 2619995178793, 10228902801505, 39996341268584, 156612023001490, 614044347934591
Offset: 1
Keywords
Links
- John Mason, Table of n, a(n) for n = 1..50
Crossrefs
Programs
-
Mathematica
A151525 = Cases[Import["https://oeis.org/A151525/b151525.txt", "Table"], {, }][[All, 2]]; A182645 = Cases[Import["https://oeis.org/A182645/b182645.txt", "Table"], {, }][[All, 2]]; A001168 = Cases[Import["https://oeis.org/A001168/b001168.txt", "Table"], {, }][[All, 2]]; a[n_] := If[OddQ[n], A151525[[n]], A151525[[n]] + A182645[[n/2]] - A001168[[n/2]]]; Array[a, 28] (* Jean-François Alcover, Sep 10 2019, after Andrew Howroyd *)
Formula
Extensions
a(12)-a(28) from Andrew Howroyd, Dec 05 2018
Comments