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-4 of 4 results.

A007174 Erroneous version of A182322.

Original entry on oeis.org

1, 1, 1, 3, 7, 20, 131, 815, 5142, 36800, 272093, 2077909, 16176607, 127997683, 1025727646, 8310377815, 68217725764, 560527576100, 4556993996246
Offset: 1

Views

Author

Keywords

A027610 The number of Apollonian networks (planar 3-trees) with n+3 vertices.

Original entry on oeis.org

1, 1, 1, 3, 7, 24, 93, 434, 2110, 11002, 58713, 321776, 1792133, 10131027, 57949430, 334970205, 1953890318, 11489753730, 68054102361, 405715557048, 2433003221232, 14668536954744, 88869466378593, 540834155878536, 3304961537938269, 20273202069859769
Offset: 1

Views

Author

Keywords

Comments

Previous name was: Number of chordal planar triangulations; also number of planar triangulations with maximal number of triangles; also number of graphs obtained from the tetrahedron by repeatedly inserting vertices of degree 3 into a triangular face; also number of uniquely 4-colorable planar graphs; also number of simplicial 3-clusters with n cells; also Apollonian networks with n+3 vertices.
Also arises in enumeration of spectral isomers of alkane systems (see Cyvin et al.). - N. J. A. Sloane, Aug 15 2006
Chordal planar triangulations: take planar triangulations on n nodes, divide them into classes according to how many triangles they contain (all have 2n-4 triangular faces but may have additional triangles); count triangulations in class with most triangles.
If mirror images are not taken as equivalent, A007173 is obtained instead. - Brendan McKay, Mar 08 2014
Number of unoriented polyominoes composed of n tetrahedral cells of the hyperbolic regular tiling with Schläfli symbol {3,3,oo}. For unoriented polyominoes, chiral pairs are counted as one. - Robert A. Russell, Mar 20 2024

References

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

Crossrefs

Cf. A007173 (oriented), A371350 (chiral), A371351 (achiral), A001764 (rooted), A000207 {3,oo}, A182322 {3,3,3,oo}.

Programs

Formula

From Robert A. Russell, Mar 20 2024: (Start)
a(n) = C(3n,n)/(6*(2n+1)*(2n+2)) + ([0==n mod 2]*7*C(3n/2,n) + [1==n mod 2]*9*C((3n-1)/2,n)) / (12(n+1)) + [1==n mod 3]*C(n-1,(n-1)/3)/(2n+1) + [2==n mod 3]*C(n-1,(n-2)/3)/(2n+2) + [1==n mod 4]*C((3n-3)/4,(n-1)/2)/(2n+2) + [2==n mod 6]*C(n/2-1,(n-2)/3)/(2n+2).
a(n) = A007173(n) - A371350(n) = (A007173(n) + A371351(n))/2 = A371350(n) + A371351(n).
a(n) = h(3,n) in Table 8 of Hering link.
G.f.: (-16 + 4*G(z) - 2*G(z)^2 + z*G(z)^4 + 14*G(z^2) + 9z*G(z^2)^2 + 8z*G(z^3) + 4z^2*G(z^3)^2 + 6z*G(z^4) + 4z^2*G(z^6))/24, where G(z) = 1 + z*G(z)^3 is the g.f. for A001764. (End)

Extensions

One additional term from Robert A. Russell, Apr 11 2012
Noted the name "Apollonian network" by Brendan McKay, Mar 08 2014
New name from Allan Bickle, Feb 21 2024

A182299 Number of achiral simplicial 4-clusters with n cells.

Original entry on oeis.org

1, 1, 1, 3, 6, 20, 51, 184, 550, 2009, 6487, 23875, 81724, 302954, 1078409, 4034373, 14771551, 55789188, 208526682, 794933818, 3017839193, 11604938152, 44590911769, 172833268057, 670520982414, 2617397888002, 10234831661388, 40204487779050, 158254659096516, 625142808049902
Offset: 1

Views

Author

Robert A. Russell, Apr 23 2012

Keywords

Comments

This sequence would be H_{4,n} subtracted from twice h_{4,n} in Table 8 of the Hering article if those numbers were correct, but some are not. In addition, the formula in the penultimate line of Table 5 of the article should not have an exponent for the second E_4.
The limit supremum as n approaches infinity of a(n+1)/a(n) is 16(2-sqrt(3)) or about 4.28719. - Robert A. Russell, Oct 21 2014

Examples

			For n=4 the a(4)=3 solutions are the three achiral (there are no chiral) clusters that can be formed from four simplexes in four-space.  One has three attached to a fourth, one has four sharing a common triangle, and the last has neither of these properties.
		

Crossrefs

Programs

  • Mathematica
    n = 30;
    e[d_,t_]:=Sum[Binomial[d k,k]/((d-1)k+1)t^k,{k,0,n}]
    CoefficientList[Series[(10e[4,t^2]e[2,e[4,t^2]t]^3t
       +30e[4,t^4]t(1+e[4,t^4]t)
       +20e[1,e[4,t^6] t^2]e[2,e[4,t^6]t^3]t)/60
       -(6(e[2,e[4,t^2]t]-1)^2+6e[4,t^4]^2t^2)/24
       +(4e[4,t^2]^4t^2+8e[1,e[4,t^6]t^2]e[4,t^6]t^2)/24,
       {t,0,n}]/t,t] (* Robert A. Russell, Apr 23 2012 *)

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-4 of 4 results.