OFFSET
1,2
COMMENTS
EXAMPLE
The sequence of terms together with their prime signatures begins:
1: ()
12: (2,1)
20: (2,1)
24: (3,1)
28: (2,1)
40: (3,1)
44: (2,1)
45: (2,1)
48: (4,1)
52: (2,1)
56: (3,1)
60: (2,1,1)
63: (2,1)
68: (2,1)
72: (3,2)
76: (2,1)
80: (4,1)
84: (2,1,1)
88: (3,1)
90: (1,2,1)
92: (2,1)
MATHEMATICA
neckQ[q_]:=Array[OrderedQ[{q, RotateRight[q, #]}]&, Length[q]-1, 1, And];
Select[Range[100], #==1||!neckQ[Last/@FactorInteger[#]]&]
CROSSREFS
Complement of A329138.
Binary necklaces are A000031.
Non-necklace compositions are A329145.
Numbers whose reversed binary expansion is a necklace are A328595.
Numbers whose prime signature is a Lyndon word are A329131.
Numbers whose prime signature is periodic are A329140.
KEYWORD
nonn
AUTHOR
Gus Wiseman, Nov 09 2019
STATUS
approved