Year-end appeal: Please make a donation to the OEIS Foundation to support ongoing development and maintenance of the OEIS. We are now in our 61st year, we have over 378,000 sequences, and we’ve reached 11,000 citations (which often say “discovered thanks to the OEIS”).
%I #14 May 10 2022 10:28:49
%S 1,2,3,4,5,6,7,8,9,10,11,12,13,14,15,17,18,19,20,21,22,23,26,28,29,30,
%T 31,33,34,35,37,38,39,41,42,43,44,46,47,51,52,53,55,57,58,59,60,61,62,
%U 65,66,67,68,69,70,71,73,74,76,77,78,79,82,83,84,85,86,87,89,91,92,93,94,95,97
%N Union of {8, 9, 18}, S, 2S and 4S, where S = odd squarefree numbers (A056911).
%C Numbers n such that the cyclic group Z_n is a CI-group.
%C The asymptotic density of this sequence is 7/Pi^2. - _Amiram Eldar_, May 10 2022
%H Amiram Eldar, <a href="/A121684/b121684.txt">Table of n, a(n) for n = 1..10000</a>
%H B. Alspach and M. Mishna, <a href="http://dx.doi.org/10.1016/S0012-365X(02)00319-9">Enumeration of Cayley graphs and digraphs</a>, Discr. Math., 256 (2002), 527-539.
%H M. Mishna, <a href="http://people.math.sfu.ca/~mmishna/">Home Page</a>
%H M. Muzychuk, <a href="http://dx.doi.org/10.1016/S0012-365X(97)81804-3">On Adam's conjecture for circulant graphs</a>, Discr. Math. 167 (1997), 497-510.
%t With[{upto=100},Select[Sort[Join[{8,9,18},Flatten[{#,2#,4#}&/@ Select[ Range[1,upto,2],SquareFreeQ]]]],#<=upto&]] (* _Harvey P. Dale_, Sep 03 2015 *)
%Y Cf. A056911, A078779, A121176.
%K nonn
%O 1,2
%A _N. J. A. Sloane_, Sep 13 2006