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.

A001430 Number of graphs with n nodes and n-2 edges.

Original entry on oeis.org

0, 1, 1, 2, 4, 9, 21, 56, 148, 428, 1305, 4191, 14140, 50159, 185987, 720298, 2905512, 12180208, 52951701, 238253067, 1107432714, 5308573473, 26202267612, 132977762151, 692996060768
Offset: 1

Views

Author

Keywords

Examples

			There are 4 graphs with 5 nodes and 3 edges.
		

References

  • J. Riordan, An Introduction to Combinatorial Analysis, Wiley, 1958, p. 146.
  • N. J. A. Sloane, A Handbook of Integer Sequences, Academic Press, 1973 (includes this sequence).
  • N. J. A. Sloane and Simon Plouffe, The Encyclopedia of Integer Sequences, Academic Press, 1995 (includes this sequence).

Crossrefs

Cf. A008406, where this is a diagonal.

Programs

  • Mathematica
    (* first do *) Needs["Combinatorica`"] (* then *) Table[ NumberOfGraphs[n, n-2], {n, 2, 25}] (* Robert G. Wilson v *)

Extensions

More terms from Vladeta Jovovic, Jan 13 2000