cp's OEIS Frontend

This is a front-end for the Online Encyclopedia of Integer Sequences, made by Christian Perfect. The idea is to provide OEIS entries in non-ancient HTML, and then to think about how they're presented visually. The source code is on GitHub.

A369472 Number of achiral polyominoes composed of n pentagonal cells of the hyperbolic regular tiling with Schläfli symbol {5,oo}.

Original entry on oeis.org

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
Offset: 1

Views

Author

Robert A. Russell, Jan 23 2024

Keywords

Comments

A stereographic projection of the {5,oo} tiling on the Poincaré disk can be obtained via the Christensson link.

Crossrefs

Column k=5 of A370060.
Polyominoes: A005038 (oriented), A005040 (unoriented), A369471 (chiral), A002293 (rooted), A047749 {4,oo}, A143546 {6,oo}.

Programs

  • 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}]

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.
a(2m) = A002293(m) ~ (4^4/3^3)^m*sqrt(4/(2*Pi*(3*m)^3)). - Robert A. Russell, Jul 15 2024