%I A058364
%S A058364 1,1,1,1,1,1,1,1,10,11,12,13,14,15,16,17,18,28,39,51,64,78,93,109,126,
%T A058364 144,172,211,262,326,404,497,606,732,876,1048,1259,1521,1847,2251,2748,
%U A058364 3354,4086,4962,6010,7269,8790,10637,12888,15636,18990,23076,28038
%N A058364 Number of ways to cover (without overlapping) a ring lattice (necklace)
of n sites with molecules that are 9 sites wide.
%C A058364 This comment covers a family of sequences which satisfy a recurrence
of the form a(n) = a(n-1) + a(n-m), with a(n) = 1 for n = 1...m-1,
a(m) = m+1. The generating function is (x+m*x^m)/(1-x-x^m). Also
a(n) = 1 + n*sum(binomial(n-1-(m-1)*i, i-1)/i, i=1..n/m). This gives
the number of ways to cover (without overlapping) a ring lattice
(or necklace) of n sites with molecules that are m sites wide. Special
cases: m=2: A000204, m=3: A001609, m=4: A014097, m=5: A058368, m=6:
A058367, m=7: A058366, m=8: A058365, m=9: A058364.
%D A058364 E. Di Cera and Y. Kong, Theory of multivalent binding in one and two-dimensional
lattices, Biophysical Chemistry, Vol. 61 (1996), pp. 107-124.
%D A058364 Y. Kong, General recurrence theory of ligand binding on a three-dimensional
lattice, J. Chem. Phys. Vol. 111 (1999), pp. 4790-4799.
%F A058364 a(n) = 1 + n*sum(binomial(n-1-8*i, i-1)/i, i=1..n/9). a(n) = a(n-1) +
a(n-9), a(n) = 1 for n = 1..8, a(9) = 10. generating function = (x+9*x^9)/
(1-x-x^9).
%e A058364 a(9) = 10 because there is one way to put zero molecule to the necklace
and 9 ways to put one molecule.
%Y A058364 Cf. A000079, A003269, A003520, A005708, A005709, A005710.
%Y A058364 Sequence in context: A008715 A115844 A008714 this_sequence A162790 A008713
A008712
%Y A058364 Adjacent sequences: A058361 A058362 A058363 this_sequence A058365 A058366
A058367
%K A058364 nonn
%O A058364 1,9
%A A058364 Yong Kong (ykong(AT)curagen.com), Dec 17 2000
|