login
The OEIS is supported by the many generous donors to the OEIS Foundation.

 

Logo
Hints
(Greetings from The On-Line Encyclopedia of Integer Sequences!)
A363064 Number of connected Laplacian integral graphs on n vertices. 3
1, 1, 2, 5, 12, 37, 94, 280, 912, 3164 (list; graph; refs; listen; history; text; internal format)
OFFSET
1,3
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).
LINKS
R. Grone and R. Merris, Indecomposable Laplacian integral graphs, Linear Algebra and its Applications, 428 (2008), 1565-1570.
EXAMPLE
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).
Sequence in context: A267398 A267399 A267400 * A052302 A280275 A009598
KEYWORD
nonn,hard,more
AUTHOR
Nathaniel Johnston, May 16 2023
EXTENSIONS
a(10) from M. A. Achterberg, May 26 2023
STATUS
approved

Lookup | Welcome | Wiki | Register | Music | Plot 2 | Demos | Index | Browse | More | WebCam
Contribute new seq. or comment | Format | Style Sheet | Transforms | Superseeker | Recents
The OEIS Community | Maintained by The OEIS Foundation Inc.

License Agreements, Terms of Use, Privacy Policy. .

Last modified April 24 16:34 EDT 2024. Contains 371961 sequences. (Running on oeis4.)