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

A243048 Number of simple graphs on n nodes having a non-unique Tutte polynomial.

Original entry on oeis.org

0, 0, 0, 4, 15, 84, 548, 5629, 90776, 2493299
Offset: 1

Views

Author

Eric W. Weisstein, May 29 2014

Keywords

Comments

Graphs on different numbers of nodes can have identical Tutte polynomials; the numbers here represent counts of non-unique polynomials among other n-node graphs only.

Examples

			On 4 nodes,
  P_3 \cup K_1 and 2P_2 both have Tutte polynomial x^2
  P_4 and K_1,3 both have Tutte polynomial x^3
so there are a(4) = 2 + 2 = 4 graphs with non-unique Tutte polynomials.
		

Crossrefs

Cf. A243049 (number of Tutte-unique graphs).
Cf. A000088 (number of simple graphs on n nodes).

Formula

a(n) = A000088(n) - A243049(n).

Extensions

a(10) from Eric W. Weisstein, Jun 09 2014

A245881 Number of distinct Tutte polynomials among all connected graphs on n nodes.

Original entry on oeis.org

1, 1, 2, 5, 16, 73, 532, 7245, 192605, 9717156
Offset: 1

Views

Author

Travis Hoppe and Anna Petrone, Aug 05 2014

Keywords

Crossrefs

Cf. A243049 (simple graphs, including disconnected ones, with unique Tutte polynomials).

Extensions

Terms corrected by Eric M. Schmidt, Mar 20 2015
Showing 1-2 of 2 results.