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-10 of 19 results. Next

A241842 Number of simple connected graphs on n nodes that are non-integral.

Original entry on oeis.org

0, 0, 1, 4, 18, 106, 846, 11095, 261056, 11716488, 1006700452
Offset: 1

Views

Author

Travis Hoppe and Anna Petrone, Apr 29 2014

Keywords

Crossrefs

Formula

a(n) = A001349(n) - A064731(n).

A077027 Number of simple integral graphs on n nodes.

Original entry on oeis.org

1, 2, 3, 6, 10, 20, 33, 71, 121, 269, 492
Offset: 1

Views

Author

Eric W. Weisstein, Oct 18 2002

Keywords

Comments

Generated at the suggestion of Ed Pegg Jr.

Crossrefs

Cf. A064731 (number of simple connected integral graphs).
Cf. A287154 (number of simple disconnected integral graphs).
Cf. A363065 (number of Laplacian integral graphs).

Formula

Euler transform of A064731. - Eric M. Schmidt, Mar 23 2015
a(n) = A287154(n) + A064731(n).

Extensions

a(1) corrected and a(10)-a(11) added (using A064731) by Eric M. Schmidt, Mar 23 2015

A363064 Number of connected Laplacian integral graphs on n vertices.

Original entry on oeis.org

1, 1, 2, 5, 12, 37, 94, 280, 912, 3164, 8424
Offset: 1

Views

Author

Nathaniel Johnston, May 16 2023

Keywords

Comments

A (simple, undirected) graph is called Laplacian integral if all eigenvalues of its Laplacian matrix are integers. The corresponding sequence that uses the adjacency matrix instead of the Laplacian matrix is A064731.
Since every cograph is Laplacian integral, a(n) >= A000669(n).

Examples

			For n <= 3, all connected graphs are Laplacian integral, so a(n) = A001349(n) when n <= 3.
There is exactly one connected graph on 4 vertices that is not Laplacian integral: the path P_4, which has Laplacian matrix
   1 -1  0  0
  -1  2 -1  0
   0 -1  2 -1
   0  0 -1  1
which has eigenvalues 0, 2, 2-sqrt(2), and 2+sqrt(2), which are not all integers.
		

Crossrefs

Cf. A000669, A001349, A064731, A363065 (include disconnected graphs).

Extensions

a(10) from M. A. Achterberg, May 26 2023
a(11) from Luis M. B. Varona, Apr 27 2025

A287154 Number of simple disconnected integral graphs on n vertices.

Original entry on oeis.org

0, 1, 2, 4, 7, 14, 26, 49, 97, 186, 379
Offset: 1

Views

Author

Eric W. Weisstein, May 20 2017

Keywords

Crossrefs

Cf. A077027 (number of simple not necessarily connected integral graphs).
Cf. A064731 (number of simple connected integral graphs).

Formula

a(n) = A077027(n) - A064731(n).

A242952 Number of connected graphs on n vertices whose spectrum has n distinct eigenvalues.

Original entry on oeis.org

1, 1, 1, 3, 11, 54, 539, 7319, 209471, 10000304
Offset: 1

Views

Author

Travis Hoppe and Anna Petrone, May 27 2014

Keywords

Comments

The spectrum refers to the eigenvalues of the adjacency matrix.

Crossrefs

Cf. A064731 (integral graphs), A242953 (non-distinct spectrum graphs).

Extensions

Corrected, original description as the "real spectrum" was incorrect, by Travis Hoppe, Mar 23 2015

A242953 Number of connected graphs on n vertices whose spectrum has fewer than n distinct eigenvalues.

Original entry on oeis.org

0, 0, 1, 3, 10, 58, 314, 3798, 51609, 1716267
Offset: 1

Views

Author

Travis Hoppe and Anna Petrone, May 27 2014

Keywords

Comments

The spectrum refers to the eigenvalues of the adjacency matrix.

Crossrefs

Cf. A064731 (integral graphs), A242952 (distinct spectrum graphs).

Extensions

Corrected, original description as the "non-real spectrum" was incorrect, by Travis Hoppe, Mar 23 2015

A243332 Number of simple connected graphs with n nodes that are integral and triangle-free.

Original entry on oeis.org

1, 1, 0, 1, 1, 3, 1, 3, 0, 14, 8, 18, 33, 75
Offset: 1

Views

Author

Travis Hoppe and Anna Petrone, Jun 03 2014

Keywords

Crossrefs

Cf. A064731 (integral graphs), A024607 (triangle-free graphs).

Programs

Extensions

a(11)-a(14) from Max Alekseyev, Feb 02 2024

A243786 Number of unlabeled simple connected graphs with n nodes that are chordal and integral.

Original entry on oeis.org

1, 1, 1, 1, 3, 2, 5, 9, 2, 14
Offset: 1

Views

Author

Travis Hoppe and Anna Petrone, Jun 27 2014

Keywords

Crossrefs

Cf. A048192 (connected chordal graphs), A064731 (integral graphs).
Cf. A243785.

Formula

a(n) = A048192(n) - A243785(n).

A243273 Number of unlabeled simple graphs with n nodes that are Hamiltonian and integral.

Original entry on oeis.org

0, 0, 0, 1, 7, 43, 379, 6185, 177071, 9305068
Offset: 1

Views

Author

Travis Hoppe and Anna Petrone, Jun 02 2014

Keywords

Crossrefs

Cf. A003216 (Hamiltonian graphs), A064731 (integral graphs).

A243274 Number of graphs with n nodes that are Hamiltonian and non-integral.

Original entry on oeis.org

1, 0, 1, 2, 1, 5, 4, 11, 12, 50
Offset: 1

Views

Author

Travis Hoppe and Anna Petrone, Jun 02 2014

Keywords

Crossrefs

Cf. A003216 (Hamiltonian graphs), A064731 (integral graphs), A241842 (non-integral graphs).
Showing 1-10 of 19 results. Next