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!)
A329401 Numbers whose binary expansion without the most significant (first) digit is a co-Lyndon word. 4
2, 3, 6, 12, 14, 24, 28, 30, 48, 52, 56, 58, 60, 62, 96, 104, 112, 114, 116, 120, 122, 124, 126, 192, 200, 208, 212, 224, 226, 228, 232, 234, 236, 240, 242, 244, 246, 248, 250, 252, 254, 384, 400, 416, 420, 424, 448, 450, 452, 456, 458, 464, 466, 468, 472, 474 (list; graph; refs; listen; history; text; internal format)
OFFSET
1,1
COMMENTS
A co-Lyndon word is a finite sequence that is lexicographically strictly greater than all of its cyclic rotations.
LINKS
EXAMPLE
The sequence of terms together with their binary expansions begins:
2: (1,0)
3: (1,1)
6: (1,1,0)
12: (1,1,0,0)
14: (1,1,1,0)
24: (1,1,0,0,0)
28: (1,1,1,0,0)
30: (1,1,1,1,0)
48: (1,1,0,0,0,0)
52: (1,1,0,1,0,0)
56: (1,1,1,0,0,0)
58: (1,1,1,0,1,0)
60: (1,1,1,1,0,0)
62: (1,1,1,1,1,0)
96: (1,1,0,0,0,0,0)
104: (1,1,0,1,0,0,0)
112: (1,1,1,0,0,0,0)
114: (1,1,1,0,0,1,0)
116: (1,1,1,0,1,0,0)
120: (1,1,1,1,0,0,0)
MATHEMATICA
colynQ[q_]:=Array[Union[{RotateRight[q, #], q}]=={RotateRight[q, #], q}&, Length[q]-1, 1, And];
Select[Range[2, 100], colynQ[Rest[IntegerDigits[#, 2]]]&]
CROSSREFS
The version involving all digits is A275692.
Binary Lyndon/co-Lyndon words are A001037.
A ranking of binary co-Lyndon words is A329318
Sequence in context: A015771 A020492 A110590 * A291174 A281110 A252792
KEYWORD
nonn
AUTHOR
Gus Wiseman, Nov 16 2019
STATUS
approved

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 18 18:58 EDT 2024. Contains 371781 sequences. (Running on oeis4.)