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.

Showing 1-3 of 3 results.

A371351 Number of achiral polyominoes composed of n tetrahedral cells of the hyperbolic regular tiling with Schläfli symbol {3,3,oo}.

Original entry on oeis.org

1, 1, 1, 2, 4, 8, 15, 37, 73, 182, 364, 952, 1944, 5169, 10659, 28842, 60115, 164450, 345345, 953814, 2016144, 5609760, 11920740, 33378072, 71250060, 200553733, 429757960, 1215177680, 2612635888, 7416503776
Offset: 1

Views

Author

Robert A. Russell, Mar 19 2024

Keywords

Comments

Also number of achiral simplicial 3-clusters or stack polytopes with n tetrahedral cells. An achiral polyomino is identical to its reflection.

Crossrefs

Sum of achiral symmetry types (A047775, A047773, A047760, A047754, A047753, A047751, A047771, A047766 [type N], A047765, A047764) in Beineke link.
Cf. A007173 (oriented), A027610 (oriented), A371350 (chiral), A001764 (rooted), A208355(n-1) {3,oo}, A182299 {3,3,3,oo}.

Programs

  • Mathematica
    Table[(If[OddQ[n],3Binomial[(3n-1)/2,n],2Binomial[3n/2,n]]+If[1==Mod[n,4],3Binomial[(3n-3)/4,(n-1)/2],0]+If[2==Mod[n,6],3Binomial[n/2-1,(n-2)/3],0])/(3n+3),{n,30}]

Formula

a(n) = ([0==n mod 2]*2*C(3n/2,n) + [1==n mod 2]*3*C((3n-1)/2,n) + [1==n mod4]*3*C((3n-3)/4,(n-1)/2) + [2==n mod6]*3*C(n/2-1,(n-2)/3)) / (3n+3).
a(n) = 2*A027610(n) - A007173(n) = A007173(n) - 2*A371350(n) = A027610(n) - A371350(n).
a(n) = 2*H(3,n) - h(3,n) in Table 8 of Hering link.
G.f.: (-4 + 4*G(z^2) + 3z*G(z^2)^2 + 3z*G(z^4) + 2z^2*G(z^6)) / 6, where G(z) = 1 + z*G(z)^3 is the g.f. for A001764.

A182322 Number of simplicial 4-clusters with n cells. (Formerly M2679).

Original entry on oeis.org

1, 1, 1, 3, 7, 30, 131, 795, 5152, 36800, 272093, 2077909, 16176607, 127996683, 1025727646, 8310377720, 67967600763, 560527576100, 4656993996246, 38949328897318, 327718211568300, 2772480181758683, 23571996461405321, 201327668784954950, 1726755218246463325
Offset: 1

Views

Author

Robert A. Russell, Apr 24 2012

Keywords

Comments

Some of the terms in the Hering article are in error, including the 6th, 8th and 9th.

References

  • N. J. A. Sloane and Simon Plouffe, The Encyclopedia of Integer Sequences, Academic Press, 1995 (includes this sequence).

Crossrefs

This is the average of A007175 and A182299, both of which have Mathematica programs.

Formula

a(n) = (A007175(n) + A182299(n))/2.

A369474 Number of chiral pairs of polyominoes composed of n pentachoral cells of the hyperbolic regular tiling with Schläfli symbol {3,3,3,oo}.

Original entry on oeis.org

0, 0, 0, 0, 1, 10, 80, 611, 4602, 34791, 265606, 2054034, 16094883, 127693729, 1024649237, 8306343347, 67952829212, 560471786912, 4656785469564, 38948533963500, 327715193729107, 2772468576820531
Offset: 1

Views

Author

Robert A. Russell, Mar 20 2024

Keywords

Comments

Also number of chiral pairs of simplicial 4-clusters or stack polytopes with n pentachoral cells. Each member of a chiral pair is a reflection but not a rotation of the other. Some of the h(4,n) terms in the Hering article are in error, including the 6th, 8th and 9th.

Crossrefs

Cf. A007175 (oriented), A182322 (oriented), A182299 (achiral), A002293 (rooted), A371350 {3,3,oo}.
This is the half the difference of A007175 and A182299, both of which have Mathematica programs.

Formula

a(n) = A007175(n) - A182322(n) = (A007175(n) - A182299(n))/2 = A182322(n) - A182299(n).
a(n) = h(4,n) - H(4,n) in Table 8 of Hering link.
Showing 1-3 of 3 results.