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

A194088 The number of biconnected squaregraphs that contain n squares.

Original entry on oeis.org

1, 1, 2, 6, 18, 72, 318, 1601, 8417
Offset: 1

Views

Author

Don Knuth, Aug 15 2011

Keywords

Examples

			For n=5 the a(5)=18 solutions are the 12 pentominoes, plus the "5-cogwheel", plus five others obtained by "tearing" the P-pentomino or the 5-cogwheel apart at one edge.
		

References

  • V. Chepoi, F. Dragan, Y. Vaxès, Center and diameter problem in planar quadrangulations and triangulations, SODA 13 (2002), 346--355.
  • H.-J. Bandelt, V.Chepoi, and D. Eppstein, Combinatorics and geometry of finite and infinite squaregraphs, SIAM Journal on Discrete Mathematics 24 (2010), 1399--1440.

Crossrefs

Programs

  • CWEB
    @ See Knuth link.

A194090 The number of biconnected squaregraphs of perimeter 2*n.

Original entry on oeis.org

1, 1, 1, 3, 8, 35, 172, 1121, 8017, 63213
Offset: 1

Views

Author

Don Knuth, Aug 15 2011

Keywords

Comments

The CWEB program squaregraph.w cited below relates a(n) to the number of certain partitions of {1,2,...,2*n} into n pairs.

Examples

			For n=4 the a(4)=3 cases of perimeter 8 are the two trominoes and the square tetromino.
		

References

Crossrefs

Programs

  • CWEB
    (see Knuth link).

A194091 The number of labeled biconnected squaregraphs with perimeter 2*n.

Original entry on oeis.org

1, 1, 3, 14, 82, 554, 4132, 33154, 281459, 2499523
Offset: 1

Views

Author

Don Knuth, Aug 15 2011

Keywords

Comments

Conjecture: The next terms are 23031395, 218862682, 2134993642, 21301755122, 216752986922, 2243977451994, 23590001630055, 251411579942151. - Michael D. Weiner, Apr 07 2016
Conjecture: a(n) is also the number of connected 3-noncrossing perfect matchings on [2n] (compare to A005700). - Michael D. Weiner, Jun 09 2017

Examples

			[See A194090 for the definition of "labeled squaregraph".] For n=4 the a(4)=14 labeled biconnected squaregraphs of perimeter 8 are the straight tromino (with 4 labelings), the L tromino (with 8), and the square tetromino (with 2).
		

Crossrefs

Programs

  • CWEB
    (see Knuth link).

Formula

G.f.: A(x) satisfies A(x*T(x)^2) = T(x)-1 where T(x) is the o.g.f. for A005700 (conjectured). - Michael D. Weiner, Jun 09 2017

Extensions

Conjectured terms removed from data by Michael D. Weiner, Aug 03 2017

A194092 The number of biconnected squaregraphs with n vertices.

Original entry on oeis.org

1, 1, 0, 1, 0, 1, 0, 2, 1, 5, 2, 17, 11, 65, 54, 299, 333, 1508, 2041, 8215, 12971
Offset: 1

Views

Author

Don Knuth, Aug 15 2011

Keywords

Examples

			For n=11 the a(11)=2 solutions are the P pentomino and the 5-cogwheel.
The cases n=1 and n=2 are somewhat controversial, depending on whether the graphs K_1 and K_2 are considered to be "biconnected".
		

References

Crossrefs

Programs

  • CWEB
    (see Knuth link).

A194093 The number of labeled biconnected squaregraphs with n vertices.

Original entry on oeis.org

1, 1, 0, 1, 0, 3, 0, 12, 2, 55, 22, 278, 182, 1506, 1378, 8595, 10040, 51134, 71814, 314693, 509200
Offset: 1

Views

Author

Don Knuth, Aug 15 2011

Keywords

Examples

			[See A194089 for the definition of "labeling".] For n=11 the P-pentomino can be labeled in 20 ways; the 5-cogwheel in only 2; hence a(11)=22.
The values of a(1) and a(2) depend on whether or not one believes that
the small complete graphs K_1 and K_2 respectively are biconnected.
		

References

Crossrefs

Programs

  • CWEB
    (see Knuth link).
Showing 1-5 of 5 results.