The OEIS mourns the passing of Jim Simons and is grateful to the Simons Foundation for its support of research in many branches of science, including the OEIS.
login
The OEIS is supported by the many generous donors to the OEIS Foundation.

 

Logo
Hints
(Greetings from The On-Line Encyclopedia of Integer Sequences!)
A369472 Number of achiral polyominoes composed of n pentagonal cells of the hyperbolic regular tiling with Schläfli symbol {5,oo}. 9
1, 1, 2, 4, 9, 22, 52, 140, 340, 969, 2394, 7084, 17710, 53820, 135720, 420732, 1068012, 3362260, 8579560, 27343888, 70068713, 225568798, 580034052, 1882933364, 4855986044, 15875338990, 41043559340, 134993766600 (list; graph; refs; listen; history; text; internal format)
OFFSET
1,3
COMMENTS
A stereographic projection of the {5,oo} tiling on the Poincaré disk can be obtained via the Christensson link.
LINKS
Malin Christensson, Make hyperbolic tilings of images, web page, 2019.
FORMULA
For n even, a(n) = C(2n,n/2)/(3n/2+1).
For n odd, a(n) = 4*C(2n-1,(n-1)/2)/(3n+1).
a(n+2)/a(n) ~ 256/27. a(2m+1)/a(2m) ~ 32/9; a(2m)/a(2m-1) ~ 8/3.
a(n) = 2*A005040(n) - A005038(n) = A005038(n) - 2*A369471(n) = A005040(n) - A369471(n).
G.f.: G(z^2)+z*G(z^2)^2, where G(z)=1+z*G(z)^4, the generating function for A002293.
MATHEMATICA
p=5; Table[If[EvenQ[n], Binomial[(p-1)n/2, n/2]/((p-2)n/2+1), If[OddQ[p], (p-1)Binomial[(p-1)n/2-1, (n-1)/2]/((p-2)n+1), p Binomial[(p-1)n/2-1/2, (n-1)/2]/((p-2)n+2)]], {n, 35}]
CROSSREFS
Column k=5 of A370060.
Polyominoes: A005038 (oriented), A005040 (unoriented), A369471 (chiral), A002293 (rooted), A047749 {4,oo}, A143546 {6,oo}.
Sequence in context: A057580 A129875 A055094 * A055729 A317735 A238826
KEYWORD
easy,nonn
AUTHOR
Robert A. Russell, Jan 23 2024
STATUS
approved

Lookup | Welcome | Wiki | Register | Music | Plot 2 | Demos | Index | Browse | More | WebCam
Contribute new seq. or comment | Format | Style Sheet | Transforms | Superseeker | Recents
The OEIS Community | Maintained by The OEIS Foundation Inc.

License Agreements, Terms of Use, Privacy Policy. .

Last modified May 22 10:24 EDT 2024. Contains 372745 sequences. (Running on oeis4.)