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.

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).