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!)
A075545 Number of connected circulant graphs on n nodes. 4

%I #22 Jan 11 2020 09:00:26

%S 1,1,1,2,2,5,3,8,6,16,7,38,13,43,40,72,35,178,59,314,195,407,187,1256,

%T 420,1385,920,3054,1181,8702,2191,8280,6759,16423,11138,46552,14601,

%U 58227,44409,135784,52487,354951,99879,432158,351374,762419,364723,2121560,798948,3355968

%N Number of connected circulant graphs on n nodes.

%C Computed by _Brendan McKay_.

%H Jean-François Alcover, <a href="/A075545/b075545.txt">Table of n, a(n) for n = 1..70</a> [after _Andrew Howroyd_ for A049287 data]

%H Eric Weisstein's World of Mathematics, <a href="http://mathworld.wolfram.com/CirculantGraph.html">Circulant Graph</a>

%F Moebius transform of A049287. - _Andrew Howroyd_, Nov 04 2017

%t CountDistinct /@ Table[Select[CanonicalGraph[CirculantGraph[n, #]] & /@ Subsets[Range[Floor[n/2]]], ConnectedGraphQ], {n, 25}] (* _Eric W. Weisstein_, May 13 2017 *)

%t A049287 = Cases[Import["https://oeis.org/A049287/b049287.txt", "Table"], {_, _}][[All, 2]];

%t a[n_] := Sum[MoebiusMu[n/d] A049287[[d]], {d, Divisors[n]}];

%t a /@ Range[70] (* _Jean-François Alcover_, Jan 11 2020 *)

%Y Cf. A049287.

%K nonn

%O 1,4

%A _Eric W. Weisstein_, Sep 22 2002

%E a(1) changed to 1 by _Andrew Howroyd_, Apr 24 2017

%E a(41)-a(50) from _Andrew Howroyd_, Nov 04 2017

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 23 13:41 EDT 2024. Contains 371914 sequences. (Running on oeis4.)