A262232
Number of black and white n-bead necklaces with at least 3 white beads (turning over is not allowed); also number of clockwise arrangements of reflex and non-reflex angles that can form an n-gon.
Original entry on oeis.org
0, 0, 0, 1, 2, 4, 9, 15, 30, 54, 101, 181, 344, 624, 1173, 2183, 4106, 7702, 14591, 27585, 52476, 99868, 190733, 364711, 699238, 1342170, 2581413, 4971053, 9587564, 18512776, 35792551, 69273651, 134219778, 260301158
Offset: 0
Let 1's represent black beads and 0's represent white beads. For n=6, the a(6)=9 necklaces are 000000, 000001, 000011, 000101, 000111, 001001, 001011, 001101, 010101. Note that 001011 and 001101 would be equivalent if "turning over" were allowed.
A263768
Number of necklaces with n beads colored white or red, where the number of white beads is odd and at least three and turning over is allowed.
Original entry on oeis.org
1, 1, 3, 4, 8, 11, 22, 33, 62, 101, 189, 324, 611, 1087, 2055, 3770, 7154, 13363, 25481, 48174, 92204, 175791, 337593, 647325, 1246862, 2400841, 4636389, 8956059, 17334800, 33570815, 65108061, 126355335, 245492243, 477284181, 928772649, 1808538354, 3524337979, 6872209823
Offset: 3
For n=5 the a(5)=3 solutions are: five white beads (a 5-cycle), three white beads and two red beads with the two red beads adjacent (a triangle with two pendant vertices attached at one triangle vertex), and three white beads and two red beads with the two red beads separated (a triangle with two of its vertices having a single pendant vertex attached).
A298612
The number of concave polygon classes.
Original entry on oeis.org
0, 1, 3, 8, 14, 29, 53, 100, 180, 343, 623, 1172, 2182, 4105, 7701, 14590, 27584, 52475, 99867, 190732, 364710, 699237, 1342169, 2581412, 4971052, 9587563, 18512775, 35792550, 69273650, 134219777, 260301157, 505294108, 981706812
Offset: 3
-
Table[DivisorSum[n, EulerPhi[#] 2^(n/#) &]/n - Floor[n/2] - 3, {n, 3, 35}] (* Michael De Vlieger, Jan 28 2018 *)
Showing 1-3 of 3 results.
Comments