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.

A046091 Number of connected planar graphs with n edges.

Original entry on oeis.org

1, 1, 1, 3, 5, 12, 30, 79, 227, 709, 2318, 8049, 29372, 112000, 444855, 1833072, 7806724, 34252145, 154342391, 712231465, 3357126655, 16119421175, 78580665333
Offset: 0

Views

Author

Keywords

Comments

Inverse Euler transform of A343872. - Andrew Howroyd, May 05 2021

Examples

			a(3) = 3 since the three connected graphs with three edges are a path, a triangle and a "Y".
The first difference between this sequence and A002905 is for n=9 edges where we see K_{3,3}, the "utility graph".
		

Crossrefs

Row sums of A343873.
Column sums of A049334.

Programs

  • nauty
    # count graphs for the sequence by number of vertices v, sum over v afterwards
    geng -c $v $n:$n | planarg -q | countg -q # Georg Grasegger, Jul 06 2023

Extensions

a(11)-a(19) from Martin Fuller using nauty by Brendan McKay, Mar 07 2015
a(20)-a(22) added by Georg Grasegger, Jul 06 2023

A003055 Number of connected graphs, up to homeomorphism, that can be drawn in the plane using unit-length edges.

Original entry on oeis.org

1, 1, 3, 5, 10, 19, 39, 84, 196, 479
Offset: 1

Views

Author

Keywords

Comments

K_4 can't be so drawn even though it is planar. Although a square with a tail of length 1 and a triangle with a tail of length 2 are nonisomorphic graphs with five edges, they are homeomorphic as topological spaces.

References

  • M. Gardner, The Unexpected Hanging and Other Mathematical Diversions. Simon and Schuster, NY, 1969, p. 80.
  • R. C. Read, From Forests to Matches, Journal of Recreational Mathematics, Vol. 1:3 (Jul 1968), 60-172.
  • N. J. A. Sloane and Simon Plouffe, The Encyclopedia of Integer Sequences, Academic Press, 1995 (includes this sequence).

Crossrefs

Cf. A066951.

Extensions

Corrected by Brendan McKay and Les Reid (les(AT)math.smsu.edu), May 25 2002
Reference and a(8) from Read's paper added by William Rex Marshall, Nov 16 2010
a(9) from Salvia's paper added by Brendan McKay, Apr 13 2013
a(9) corrected from version 5 [Jan 05 2015] of Salvia's paper; a(10) from Vaisse's webpage added by Raffaele Salvia, Jan 31 2015

A176425 Number of connected planar graphs with at most n edges.

Original entry on oeis.org

1, 2, 3, 6, 11, 23, 53, 132, 359, 1068, 3386, 11435, 40807, 152807, 597662, 2430734, 10237458, 44489603, 198831994, 911063459
Offset: 0

Views

Author

Jonathan Vos Post, Apr 17 2010

Keywords

Comments

Partial sums of number of connected planar graphs with n edges (A046091).

Crossrefs

Formula

a(n) = Sum_{i=0..n} A046091(i).

Extensions

New name from Bartlomiej Pawlik, May 31 2022
Showing 1-3 of 3 results.