A369314 Number of chiral pairs of polyominoes composed of n triangular cells of the hyperbolic regular tiling with Schläfli symbol {3,oo}.
1, 2, 7, 22, 68, 214, 691, 2240, 7396, 24702, 83469, 284928, 981814, 3410990, 11939752, 42075308, 149180356, 531866972, 1905872189, 6861162880, 24805796984, 90035940942, 327988261992, 1198853954688, 4395798528850
Offset: 4
Examples
________ ________ ________ ________ ________ ________ \ /\ /\ /\ /\ / \ /\ /\ /\ /\ / \ /\ /\ /\ /\ / \/__\/__\ /__\/__\/ \/__\/__\ /__\/__\/ \/__\/__\ /__\/__\/ \ / \ / \ / \ / a(4)=1; a(5)=2. \/ \/ \/ \/
Links
- Malin Christensson, Make hyperbolic tilings of images, web page, 2019.
Programs
-
Mathematica
Table[Binomial[2n,n]/(2(n+1)(n+2))-If[OddQ[n],Binomial[n,(n+1)/2]/n,Binomial[n,n/2]/(n+2)]/2+If[Divisible[n-1,3],Binomial[(2n+1)/3,(n-1)/3]/(2n+1),0],{n,4,20}]
Comments