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!)
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 (list; graph; refs; listen; history; text; internal format)
OFFSET
1,6
LINKS
Travis Hoppe and Anna Petrone, Encyclopedia of Finite Graphs
T. Hoppe and A. Petrone, Integer sequence discovery from small graphs, arXiv preprint arXiv:1408.3644, 2014
FORMULA
(Sage) 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

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 19 12:14 EDT 2024. Contains 371792 sequences. (Running on oeis4.)