A093305
Number of binary necklaces of length n with no subsequence 000.
Original entry on oeis.org
1, 2, 3, 4, 5, 9, 11, 19, 29, 48, 75, 132, 213, 369, 627, 1083, 1857, 3244, 5619, 9844, 17205, 30229, 53115, 93701, 165313, 292464, 517831, 918578, 1630933, 2900109, 5161443, 9197251, 16402841, 29283026, 52319379, 93558968, 167427845, 299846737, 537358107, 963651447, 1729192433
Offset: 1
- Miklos Bona, editor, Handbook of Enumerative Combinatorics, CRC Press, 2015, page 500.
- Michael De Vlieger, Table of n, a(n) for n = 1..500
- P. Flajolet and M. Soria, The Cycle Construction, SIAM J. Discr. Math., vol. 4 (1), 1991, pp. 58-60.
- P. Flajolet and M. Soria, The Cycle Construction, SIAM J. Discr. Math., vol. 4 (1), 1991, pp. 58-60.
- Petros Hadjicostas, Cyclic Compositions of a Positive Integer with Parts Avoiding an Arithmetic Sequence, Journal of Integer Sequences, 19 (2016), #16.8.2.
- Silvana Ramaj, New Results on Cyclic Compositions and Multicompositions, Master's Thesis, Georgia Southern Univ., 2021. See p. 57.
- L. Zhang and P. Hadjicostas, On sequences of independent Bernoulli trials avoiding the pattern '11..1', Math. Scientist, 40 (2015), 89-96.
-
Table[1/n * Sum[EulerPhi[n/d] (d Sum[Sum[Binomial[j, d - 3 k + 2 j] Binomial[k, j], {j, d - 3 k, k}]/k, {k, d}]), {d, Divisors@ n}], {n, 41}] (* Michael De Vlieger, Dec 28 2016, after Vladimir Joseph Stephan Orlovsky at A001644 *)
-
N=66; x='x+O('x^N);
B(x)=x*(1+x+x^2);
A=sum(k=1, N, eulerphi(k)/k*log(1/(1-B(x^k))));
Vec(A)
/* Joerg Arndt, Aug 06 2012 */
A280218
Number of binary necklaces of length n with no subsequence 0000.
Original entry on oeis.org
1, 2, 3, 5, 6, 11, 15, 27, 43, 75, 125, 228, 391, 707, 1262, 2285, 4119, 7525, 13691, 25111, 46033, 84740, 156123, 288529, 533670, 989305, 1835983, 3412885, 6351031, 11834623, 22074821, 41222028, 77048131, 144148859, 269913278, 505826391, 948652695, 1780473001, 3343960175, 6284560319, 11818395345
Offset: 1
a(5)=6 because we have six binary cyclic sequences of length 5 that avoid four consecutive zeros: 00011, 00101, 00111, 01101, 01111, 11111.
- Alois P. Heinz, Table of n, a(n) for n = 1..3521
- P. Flajolet and M. Soria, The Cycle Construction, SIAM J. Discr. Math., vol. 4 (1), 1991, pp. 58-60.
- P. Flajolet and M. Soria, The Cycle Construction, SIAM J. Discr. Math., vol. 4 (1), 1991, pp. 58-60.
- Silvana Ramaj, New Results on Cyclic Compositions and Multicompositions, Master's Thesis, Georgia Southern Univ., 2021. See p. 57.
- F. Ruskey, Necklaces, Lyndon words, De Bruijn sequences, etc.
- F. Ruskey, Necklaces, Lyndon words, De Bruijn sequences, etc. [Cached copy, with permission, pdf format only]
- F. Ruskey, Necklaces, Lyndon words, De Bruijn sequences, etc. [Cached copy, with permission, pdf format only]
- L. Zhang and P. Hadjicostas, On sequences of independent Bernoulli trials avoiding the pattern '11..1', Math. Scientist, 40 (2015), 89-96.
-
Table[(1/n) Sum[EulerPhi[n/d] SeriesCoefficient[(4 - 3 x - 2 x^2 - x^3)/(1 - x - x^2 - x^3 - x^4), {x, 0, d}], {d, Divisors@ n}], {n, 41}] (* Michael De Vlieger, Dec 30 2016 *)
-
N=44; x='x+O('x^N);
B(x)=x*(1+x+x^2+x^3);
Vec(sum(k=1, N, eulerphi(k)/k * log(1/(1-B(x^k))))) \\ Joerg Arndt, Dec 29 2016
A212634
Triangle read by rows: T(n,k) is the number of dominating subsets with cardinality k of the cycle C_n (n >= 1, 1 <= k <= n).
Original entry on oeis.org
1, 2, 1, 3, 3, 1, 0, 6, 4, 1, 0, 5, 10, 5, 1, 0, 3, 14, 15, 6, 1, 0, 0, 14, 28, 21, 7, 1, 0, 0, 8, 38, 48, 28, 8, 1, 0, 0, 3, 36, 81, 75, 36, 9, 1, 0, 0, 0, 25, 102, 150, 110, 45, 10, 1, 0, 0, 0, 11, 99, 231, 253, 154, 55, 11, 1
Offset: 1
Row 4 is [0,6,4,1] because the cycle A-B-C-D-A has dominating subsets AB, AC, AD, BC, BD, CD, ABC, ABD, ACD, BCD, and ABCD.
Triangle starts:
1;
2, 1;
3, 3, 1;
0, 6, 4, 1;
0, 5, 10, 5, 1;
0, 3, 14, 15, 6, 1;
...
From _Petros Hadjicostas_, Jan 27 2019: (Start)
Let n=6 and 1 <= k <= 6. Then T(n, k) is the number of (n-k)-combinations of the integers 1, 2, 3, 4, 5, 6 displaced on a circle with no K=3 consecutive integers (assuming 6 and 1 are consecutive). Equivalently, T(n, k) is the number of marked cyclic sequences consisting of n-k ones and k zeros with no K=3 consecutive ones.
For each k below we give the corresponding (n-k)-combinations and the equivalent marked sequences of 0's and 1's.
k=1, n-k = 5: none; T(n=6, k=1) = 0.
k=2, n-k = 4: 1245 <-> 110110, 2356 <-> 011011, 1346 <-> 101101; T(n=6, k=2) = 3.
k=3, n-k = 3: 124 <-> 110100, 125 <-> 110010, 134 <-> 101100, 135 <-> 101010, 136 <-> 101001, 145 <-> 100110, 146 <-> 100101, 235 <-> 011010, 236 <-> 011001, 245 <-> 010110, 246 <-> 010101, 256 <-> 010011, 346 <-> 001101, 356 <-> 001011; T(n=6, k=3) = 14.
k=4, n-k=2: all 2-combinations of the integers 1,2,3,4,5,6 and all marked cyclic sequences with exactly 2 ones and 4 zeros; hence, T(n=6, k=4) = binomial(6, 2) = 15.
k=5, n-k=1: all 1-combinations of the integers 1,2,3,4,5,6 and all marked cyclic sequences with exactly 1 one and 5 zeros; hence, T(n=6, k=5) = binomial(6, 1) = 6.
k=6, n-k=0: empty combination <-> 000000; T(n=6, k=6) = 1.
(End)
- S. Alikhani and Y. H. Peng, Introduction to domination polynomial of a graph, arXiv:0905.2251 [math.CO], 2009.
- S. Alikhani and Y. H. Peng, Dominating sets and domination polynomials of paths, International J. Math. and Math. Sci., Vol. 2009, Article ID542040.
- S. Alikhani and Y. H. Peng, Dominating sets and domination polynomials of certain graphs, II, Opuscula Math., 30, No. 1, 2010, 37-51.
- J. L. Arocha, B. Llano, The number of dominating k-sets of paths, cycles and wheels, arXiv preprint arXiv:1601.01268 [math.CO], 2016.
- C. A. Charalambides, Lucas numbers and polynomials of order k and the length of the longest circular success run, The Fibonacci Quarterly, 29 (1991), 290-297.
- W. O. J. Moser and M. Abramson, Enumeration of combinations with restricted differences and cospan, J. Combin. Theory, 7 (1969), 162-170.
- Eric Weisstein's World of Mathematics, Cycle Graph
- Eric Weisstein's World of Mathematics, Domination Polynomial
-
p := proc (n) if n = 1 then x elif n = 2 then x^2+2*x elif n = 3 then x^3+3*x^2+3*x else sort(expand(x*(p(n-1)+p(n-2)+p(n-3)))) end if end proc: for n to 15 do seq(coeff(p(n), x, k), k = 1 .. n) end do; # yields sequence in triangular form
-
CoefficientList[LinearRecurrence[{x, x, x}, {1, 2 + x, 3 + 3 x + x^2}, 10], x] // Flatten (* Eric W. Weisstein, Apr 06 2017 *)
A280303
Number of binary necklaces of length n with no subsequence 00000.
Original entry on oeis.org
1, 2, 3, 5, 7, 12, 17, 31, 51, 91, 155, 287, 505, 930, 1695, 3129, 5759, 10724, 19913, 37239, 69643, 130745, 245715, 463099, 873705, 1651838, 3126707, 5927817, 11251031, 21382558, 40679233, 77475673, 147694719, 281822847, 538213671, 1028714071, 1967728553
Offset: 1
a(5)=7 because we have seven binary cyclic sequences (necklaces) of length 5 that avoid five consecutive zeros: 00001, 00011, 00101, 00111, 01101, 01111, 11111.
- Andrew Howroyd, Table of n, a(n) for n = 1..1000
- P. Flajolet and M. Soria, The Cycle Construction, SIAM J. Discr. Math., vol. 4 (1), 1991, pp. 58-60.
- Petros Hadjicostas, Proof of the formula for the generating function from the formula for a(n)
- F. Ruskey, Necklaces, Lyndon words, De Bruijn sequences, etc.
- F. Ruskey, Necklaces, Lyndon words, De Bruijn sequences, etc. [Cached copy, with permission, pdf format only]
- L. Zhang and P. Hadjicostas, On sequences of independent Bernoulli trials avoiding the pattern '11..1', Math. Scientist, 40 (2015), 89-96.
Showing 1-4 of 4 results.
Comments