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

A064731 Number of connected integral graphs on n vertices.

Original entry on oeis.org

1, 1, 1, 2, 3, 6, 7, 22, 24, 83, 113, 325
Offset: 1

Views

Author

Gordon F. Royle, Oct 17 2001

Keywords

Comments

An integral graph is defined by the property that all of the eigenvalues of its adjacency matrix are integral.

Examples

			The three integral graphs on five vertices are the star K1,4, the complete graph K5 and the complete join (K2 join 3K1).
		

Crossrefs

Cf. A077027 (number of simple not necessarily connected integral graphs).
Cf. A287154 (number of simple disconnected integral graphs).
Cf. A363064 (number of connected Laplacian integral graphs).

Formula

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

Extensions

a(11) = 236 and a(12) = 325 (from the BCRSS paper) sent by Felix Goldberg (felixg(AT)tx.technion.ac.il), Oct 06 2003; however, it appears that those numbers were incorrect
a(11) = 113 from Gordon F. Royle, Dec 30 2003; confirmed by Krystyna Balinska, Apr 19 2004
a(12) = 325 from the BKSK 2001 paper added by Dragan Stevanovic, Jan 29 2020

A363065 Number of Laplacian integral graphs on n vertices.

Original entry on oeis.org

1, 2, 4, 10, 24, 70, 188, 553, 1721, 5716
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 A077027.
Since every cograph is Laplacian integral, a(n) >= A000084(n).

Examples

			For n <= 3, all graphs are Laplacian integral, so a(n) = A000088(n) when n <= 3.
There is exactly one 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. A000084, A000088, A077027, A363064 (connected graphs only).

Extensions

a(10) from M. A. Achterberg, May 26 2023

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).
Showing 1-3 of 3 results.