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.

Previous Showing 21-29 of 29 results.

A253882 Number of 3-connected planar triangulations of the sphere with n vertices up to orientation preserving isomorphisms.

Original entry on oeis.org

1, 1, 2, 6, 17, 73, 389, 2274, 14502, 97033, 672781, 4792530, 34911786, 259106122, 1954315346, 14949368524, 115784496932, 906736988527, 7171613842488, 57231089062625, 460428456484557, 3731572377382341, 30447133566946517, 249968326771680542, 2063931874299323140
Offset: 4

Views

Author

Danny Rorabaugh, Feb 27 2015

Keywords

Crossrefs

Cf. A000109 (full automorphism group), A000260 (rooted at an edge), A000944, A002709 (with a distinguished face).

Programs

  • PARI
    a(n)={if(n<3, 0, (2*binomial(4*(n-3)+1, n-3)/((n-2)*(3*n-7))
      + 3*sumdiv(n-2, d, if(d>=2, my(s=(n-2)/d); eulerphi(d)*binomial(4*s,s))/4)
      + if(n%2==1, my(s=(n-3)/2); 3*binomial(4*s,s)*(2*s+1)/(3*s+1))
      + if(n%3==1, my(s=(n-4)/3); 8*binomial(4*s,s)*(4*s+1)/(3*s+1))
      + if(n%3==0, my(s=(n-3)/3); 2*binomial(4*s,s)) )/(6*(n-2)))} \\ Andrew Howroyd, Mar 02 2021

Extensions

Name clarified and terms a(24) and beyond from Andrew Howroyd, Mar 02 2021

A119501 Number of isomorphism classes of 3-connected simple planar graphs (convex polytopes) where isomorphism does not allow reflection.

Original entry on oeis.org

0, 0, 0, 1, 2, 8, 45, 419, 4798, 62754, 872411, 12728018, 192324654, 2991463239, 47663036427, 775158142233, 12831576165782
Offset: 1

Views

Author

Brendan McKay, Jun 02 2006

Keywords

Comments

If reflection is allowed, the counts are A000944.

Crossrefs

Cf. A005470.

A140800 Total number of vertices in all finite n-dimensional convex regular polytopes, or 0 if the number is infinite.

Original entry on oeis.org

1, 2, 0, 50, 773, 48, 83, 150, 281, 540, 1055, 2082, 4133, 8232, 16427, 32814, 65585, 131124, 262199, 524346, 1048637, 2097216, 4194371, 8388678, 16777289, 33554508, 67108943, 134217810, 268435541, 536871000, 1073741915, 2147483742
Offset: 0

Views

Author

Jonathan Vos Post, Jul 15 2008

Keywords

Comments

Andrew Weimholt suggests a related sequence, namely "total number of vertices in all finite n-dimensional regular polytopes, or 0 if the number is infinite, includes both convex and non-convex, beginning: 1, 2, 0, 106, 2453, 48, 83, 150, 281, 540, ... and writes that the sequence of just the non-convex cases (0, 0, -1, 56, 1680, 0, 0, 0, ..., where "-1" indicates infinity as zero is otherwise employed) is not as interesting, since it's all zeros from a(5) on.

Examples

			a(0) = 1 because the 0-D regular polytope is the point.
a(1) = 2 because the only regular 1-D polytope is the line segment, with 2 vertices, one at each end.
a(2) = 0, indicating infinity, because the regular k-gon has k vertices.
a(3) = 50 (4 for the tetrahedron, 6 for the octahedron, 8 for the cube, 12 for the icosahedron, 20 for the dodecahedron) = the sum of A053016.
a(4) = 773 = 5 + 8 + 16 + 24 + 120 + 600 = sum of A063924.
For n>4 there are only the three regular n-dimensional polytopes, the simplex with n+1 vertices, the hypercube with 2^n vertices and the hyperoctahedron = cross polytope = orthoplex with 2*n vertices, for a total of A086653(n) + 1 = 2^n + 3*n + 1 (again restricted to n > 4).
		

References

  • H. S. M. Coxeter, Regular Polytopes, 3rd ed., Dover, NY, 1973.
  • Branko Grunbaum, Convex Polytopes, second edition (first edition (1967) written with the cooperation of V. L. Klee, M. Perles and G. C. Shephard; second edition (2003) prepared by V. Kaibel, V. L. Klee and G. M. Ziegler), Graduate Texts in Mathematics, Vol. 221, Springer 2003.
  • P. McMullen and E. Schulte, Abstract Regular Polytopes, Encyclopedia of Mathematics and its Applications, Vol. 92, Cambridge University Press, Cambridge, 2002.

Crossrefs

Programs

  • Mathematica
    LinearRecurrence[{4, -5, 2}, {1, 2, 0, 50, 773, 48, 83, 150}, 32] (* Georg Fischer, May 03 2019 *)

Formula

For n > 4, a(n) = A086653(n) + 1 = 2^n + 3*n + 1.
G.f.: -(1488*x^7 - 3656*x^6 + 2794*x^5 - 569*x^4 - 58*x^3 + 3*x^2 + 2*x - 1)/((1-x)^2*(1-2*x)). [Colin Barker, Sep 05 2012]

Extensions

a(14)-a(15) corrected by Georg Fischer, May 02 2019

A308489 Number of 5-regular polyhedra with 2n nodes.

Original entry on oeis.org

1, 0, 1, 1, 6, 14, 96, 518, 3917, 29821, 240430, 1957382, 16166596
Offset: 6

Views

Author

Jan Kristian Haugland, Jun 12 2019

Keywords

Comments

Number of simple 5-regular 3-connected planar graphs with 2n nodes.

Crossrefs

A361578 Number of 5-connected polyhedra (or 5-connected simple planar graphs) with n nodes.

Original entry on oeis.org

1, 0, 1, 1, 5, 8, 30, 85, 382, 1550, 7352
Offset: 12

Views

Author

Manfred Scheucher, Mar 16 2023

Keywords

Comments

The icosahedral graph is the smallest 5-connected planar graph.

References

  • M. Kirchweger, M. Scheucher, and S. Szeider, SAT-Based Generation of Planar Graphs, in preparation.

Crossrefs

Cf. A049373 (planar graphs with minimum degree~5) and A111358 (5-connected planar trianguations)

A378074 Number of embeddings on the sphere of 2-connected homeomorphically irreducible planar graphs with n nodes.

Original entry on oeis.org

0, 0, 0, 1, 2, 9, 47, 420, 4673, 63253, 927238, 14342093, 229607392, 3776227106, 63482545872, 1087322656758, 18927037827561
Offset: 1

Views

Author

Andrew Howroyd, Nov 15 2024

Keywords

Comments

Homeomorphically irreducible means each vertex has a degree of at least 3.

Crossrefs

Row sums of A378075.

Formula

a(n) = A000944(n) + A187927(n).

A006867 Number of irreducible polyhedral graphs with n faces.

Original entry on oeis.org

1, 2, 5, 20, 107, 826, 7703, 81231, 914973, 10772406
Offset: 4

Views

Author

Keywords

Comments

A polyhedral graph is irreducible if it ceases to be 3-connected upon removal of any edge. - Andrey Zabolotskiy, Feb 28 2024

References

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

Crossrefs

Extensions

a(13) from Dillencourt (1996) added by Andrey Zabolotskiy, Feb 28 2024

A006869 Number of distinct vertex-degree sequences of n-faced polyhedral graphs.

Original entry on oeis.org

1, 2, 7, 18, 52, 133, 330, 762, 1681
Offset: 4

Views

Author

Keywords

Examples

			From _Andrey Zabolotskiy_, Jun 15 2022: (Start)
All A000944(6) = 7 topologically distinct hexahedra have distinct vertex-degree sequences, so a(6) = 7.
There are A000944(7) = 34 heptahedra (polyhedral graphs with 7 faces), but some of them have identical vertex-degree sequences. See Wikipedia for these a(7) = 18 vertex-degree sequences (or, equivalently by polyhedron duality, sets of faces). (End)
		

References

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

Crossrefs

Cf. A000944.

Extensions

Name edited by Michel Marcus and Andrey Zabolotskiy, Jun 15 2022

A361371 Number of weakly 3-connected simple planar digraphs with n unlabeled nodes.

Original entry on oeis.org

42, 2688, 316208
Offset: 4

Views

Author

Manfred Scheucher, Mar 09 2023

Keywords

References

  • M. Kirchweger, M. Scheucher, and S. Szeider, SAT-Based Generation of Planar Graphs, in preparation.

Crossrefs

Directed variant of A000944.
Previous Showing 21-29 of 29 results.