OFFSET
1,6
REFERENCES
P. J. Hanlon, personal communication.
R. W. Robinson, Numerical implementation of graph counting algorithms, AGRC Grant, Math. Dept., Univ. Newcastle, Australia, 1980.
N. J. A. Sloane and Simon Plouffe, The Encyclopedia of Integer Sequences, Academic Press, 1995 (includes this sequence).
LINKS
R. W. Robinson, Table of n, a(n) for n = 1..30
Phil Hanlon, Counting interval graphs, Trans. Amer. Math. Soc. 272 (1982), no. 2, 383-426.
PROG
(Sage) def a(n) : return sum(G.is_connected() and G.is_interval() and G.automorphism_group().order()==1 for G in graphs(n)) # Eric M. Schmidt, Mar 25 2015
CROSSREFS
KEYWORD
nonn,nice
AUTHOR
EXTENSIONS
a(21) onwards added by N. J. A. Sloane, Oct 19 2006 from the Robinson reference
Definition edited by Eric M. Schmidt, Mar 25 2015
STATUS
approved