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!)
A066313 Number of aperiodic necklaces with n red or blue beads such that two necklaces are equivalent under the operation of simultaneously turning the necklace over and switching the two colors. 3

%I #11 Jun 16 2021 15:35:21

%S 1,1,1,2,3,6,9,18,28,57,93,181,315,612,1091,2100,3855,7392,13797,

%T 26436,49929,95790,182361,350440,671088,1292445,2485504,4797261,

%U 9256395,17903316,34636833,67124160,130150493,252675975,490853403,954498874,1857283155,3616938738

%N Number of aperiodic necklaces with n red or blue beads such that two necklaces are equivalent under the operation of simultaneously turning the necklace over and switching the two colors.

%C Also number of aperiodic cyclic graphs with oriented edges on n nodes that can be turned over.

%H Andrew Howroyd, <a href="/A066313/b066313.txt">Table of n, a(n) for n = 1..1000</a>

%H N. J. A. Sloane, <a href="/transforms.txt">Transforms</a>

%H <a href="/index/Br#bracelets">Index entries for sequences related to bracelets</a>

%F Moebius transform of A053656.

%e The equivalence requires the "turning over" operation and the "switching colors" operation to be simultaneous; thus rrrbbrrb is equivalent to rbbrrbbb, but not to bbbrrbbr.

%o (PARI) \\ here b(n) is A053656.

%o b(n)={(sumdiv(n, d, eulerphi(d)*2^(n/d))/n + if(n%2==0, 2^(n/2-1)))/2}

%o a(n)={sumdiv(n, d, moebius(d)*b(n/d))} \\ _Andrew Howroyd_, Jun 14 2021

%Y Cf. A053656.

%K nonn

%O 1,4

%A _Christian G. Bower_, Dec 13 2001; revised Apr 25 2006

%E Terms a(36) and beyond from _Andrew Howroyd_, Jun 14 2021

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 25 10:41 EDT 2024. Contains 371967 sequences. (Running on oeis4.)