login
A243332
Number of simple connected graphs with n nodes that are integral and triangle-free.
1
1, 1, 0, 1, 1, 3, 1, 3, 0, 14, 8, 18, 33, 75
OFFSET
1,6
LINKS
Travis Hoppe and Anna Petrone, Encyclopedia of Finite Graphs.
Travis Hoppe and Anna Petrone, Integer sequence discovery from small graphs, arXiv:1408.3644 [math.CO], 2014.
PROG
(SageMath) a243332 = lambda n: sum(1 for g in graphs.nauty_geng(f'-c -t {n}') if sum(m for _, m in g.charpoly().roots(ZZ))==n) # Max Alekseyev, Jan 31 2024
CROSSREFS
Cf. A064731 (integral graphs), A024607 (triangle-free graphs).
Sequence in context: A233931 A280725 A243328 * A156872 A263526 A132301
KEYWORD
nonn,more
AUTHOR
Travis Hoppe and Anna Petrone, Jun 03 2014
EXTENSIONS
a(11)-a(14) from Max Alekseyev, Feb 02 2024
STATUS
approved