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!)
A138904 Number of rotational symmetries in the binary expansion of a number. 17

%I #15 Apr 20 2020 00:28:02

%S 1,1,1,2,1,1,1,3,1,1,2,1,1,1,1,4,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,5,1,1,

%T 1,1,2,1,1,1,1,1,3,1,1,2,1,1,1,1,1,1,1,1,2,1,1,1,1,1,1,1,1,6,1,1,1,1,

%U 1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1

%N Number of rotational symmetries in the binary expansion of a number.

%C Mersenne numbers of form (2^n - 1) have n rotational symmetries.

%C For prime length binary expansions these are the only nontrivial symmetries.

%C For composite length expansions it seems that when the number of symmetries is nontrivial it is equal to a factor of the length. We're working on an explicit formula.

%C Discovered in the context of random circulant matrices, examining if there's a correlation between degrees of freedom and number of symmetries in the first row.

%C When combined with A138954, these two sequences should give a full account of the number of redundant rows in a circulant square matrix with at most two distinct values, where a(n) is the encoding of the first row of the matrix into binary such that value a = 1 and value b = 0.

%C Discovered on the night of Apr 02, 2008 by Maxwell Sills and Gary Doran.

%C Conjecture: For binary expansions of length n, there are d(n) distinct values that will show up as symmetries, where d is the divisor function. The symmetry values will be precisely the divisors of n.

%C Example: for binary expansions of length 12, one sees that d(12) = 6 distinct values show up as symmetries (1, 2, 3, 4, 6, 12).

%C Conjecture: For numbers whose binary expansion has length n which has proper divisors which are all coprime: There will be only one number of length n with n symmetries. That number is 2^n - 1. For each proper divisor d (excluding 1), you can generate all numbers of length n that have n/d symmetries like so: (2^0 + 2^d + 2^2d ... 2^(n-d)) * a, where 2^(d-1) <= a < (2^d) - 1. The rest of the expansions of length n will have only the trivial symmetry.

%C Also the number of rotational symmetries of the n-th composition in standard order (graded reverse-lexicographic). This composition (row n of A066099) is obtained by taking the set of positions of 1's in the reversed binary expansion of n, prepending 0, taking first differences, and reversing again. - _Gus Wiseman_, Apr 19 2020

%C From _Gus Wiseman_, Apr 19 2020: (Start)

%C Aperiodic compositions are counted by A000740.

%C Aperiodic binary words are counted by A027375.

%C The orderless period of prime indices is A052409.

%C Numbers whose binary expansion is periodic are A121016.

%C Periodic compositions are counted by A178472.

%C Period of binary expansion is A302291.

%C Compositions by sum and number of distinct rotations are A333941.

%C All of the following pertain to compositions in standard order (A066099):

%C - Length is A000120.

%C - Necklaces are A065609.

%C - Sum is A070939.

%C - Runs are counted by A124767.

%C - Strict compositions are A233564.

%C - Constant compositions are A272919.

%C - Lyndon compositions are A275692.

%C - Co-Lyndon compositions are A326774.

%C - Aperiodic compositions are A328594.

%C - Reversed co-necklaces are A328595.

%C - Rotational period is A333632.

%C - Co-necklaces are A333764.

%C - Reversed necklaces are A333943.

%C Cf. A000031, A001037, A008965, A019536, A211100, A328595, A328596, A329312, A329313, A329326.

%C (End).

%H Maxwell Sills and Gary Doran, <a href="/A138904/b138904.txt">Table of n, a(n) for n = 0..99</a>

%F a(n) = A070939(n)/A302291(n) = A000120(n)/A333632(n). - _Gus Wiseman_, Apr 19 2020

%e a(10) = 2 because the binary expansion of 10 is 1010 and it has two rotational symmetries (including identity).

%t Table[IntegerLength[n,2]/Length[Union[Array[RotateRight[IntegerDigits[n,2],#]&,IntegerLength[n,2]]]],{n,100}] (* _Gus Wiseman_, Apr 19 2020 *)

%Y Cf. A136441, A138954.

%K base,easy,nonn

%O 0,4

%A _Max Sills_, Apr 03 2008, Apr 04 2008

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 20 00:26 EDT 2024. Contains 371798 sequences. (Running on oeis4.)