Search: id:A006789 Results 1-1 of 1 results found. %I A006789 M1462 %S A006789 1,1,2,5,14,43,143,509,1922,7651,31965,139685,636712,3020203,14878176, %T A006789 75982829,401654560,2194564531,12377765239,71980880885,431114329728, %U A006789 2656559925883,16825918195484,109439943234749,730365368850192 %N A006789 Bessel numbers: the number of nonoverlapping partitions of an n-set into equivalence classes. %C A006789 Comment from Lara Pudwell (Lara.Pudwell(AT)valpo.edu), Oct 23 2008 (Start): %C A006789 A permutation p avoids a pattern q if it has no subsequence that is order-isomorphic to q. For example, p avoids the pattern 132 if it has no subsequence abc with a Enumeration Schemes for Pattern-Avoiding Words and Permutations, Ph. D. Dissertation, Math. Dept., Rutgers University, May 2008. %H A006789 M. Klazar, Bell numbers, their relatives and algebraic differential equations %H A006789 A. Claesson and T. Mansour, Permutations avoiding a pair of generalized patterns.... %H A006789 P. Flajolet and R. Schott, Non-overlapping Partitions, Continued Fractions, Bessel Functions and a Divergent Series In European Journal of Combinatorics, Vol. 11, 1990, pp. 412-432. %H A006789 Index entries for sequences related to Bessel functions or polynomials %F A006789 G.f. 1/(1-x-x^2/(1-2x-x^2/(1-3x-x^2/...))) (a continued fraction). %o A006789 (PARI) {a(n)=local(A); if(n<0, 0, A=O(x^0); for(i=0,n\2, A=subst((1+x)/ (1-x^2*A),x,x/(1-x))); polcoeff(A,n))} /* Michael Somos Sep 22 2005 */ %o A006789 (PARI) {a(n)=local(m); if(n<0, 0, m=contfracpnqn(matrix(2, n\2, i, k, if(i==1, -x^2, 1-(k+1)*x))); polcoeff(1/(1-x+m[2,1]/m[1,1])+x*O(x^n), n))} %Y A006789 Cf. A000110. %Y A006789 A153197 [From Gary W. Adamson (qntmpkt(AT)yahoo.com), Dec 20 2008] %Y A006789 Sequence in context: A005425 A035349 A155888 this_sequence A098569 A137549 A014327 %Y A006789 Adjacent sequences: A006786 A006787 A006788 this_sequence A006790 A006791 A006792 %K A006789 nonn %O A006789 0,3 %A A006789 N. J. A. Sloane (njas(AT)research.att.com), Simon Plouffe (simon.plouffe(AT)gmail.com) %E A006789 Edited by Michael Somos, Oct 06, 2003 Search completed in 0.001 seconds