OFFSET
1,4
COMMENTS
Computed by Brendan McKay.
LINKS
Eric Weisstein's World of Mathematics, Circulant Graph
FORMULA
Moebius transform of A049287. - Andrew Howroyd, Nov 04 2017
MATHEMATICA
CountDistinct /@ Table[Select[CanonicalGraph[CirculantGraph[n, #]] & /@ Subsets[Range[Floor[n/2]]], ConnectedGraphQ], {n, 25}] (* Eric W. Weisstein, May 13 2017 *)
a[n_] := Sum[MoebiusMu[n/d] A049287[[d]], {d, Divisors[n]}];
a /@ Range[70] (* Jean-François Alcover, Jan 11 2020 *)
CROSSREFS
KEYWORD
nonn
AUTHOR
Eric W. Weisstein, Sep 22 2002
EXTENSIONS
a(1) changed to 1 by Andrew Howroyd, Apr 24 2017
a(41)-a(50) from Andrew Howroyd, Nov 04 2017
STATUS
approved