# Greetings from The On-Line Encyclopedia of Integer Sequences! http://oeis.org/ Search: id:a225029 Showing 1-1 of 1 %I A225029 #47 Jan 31 2024 10:32:37 %S A225029 1,4,19,103,616,3949,26545,184120,1303135,9341191,67490044,489978217, %T A225029 3567727441,26024391436,190036459099,1388593185079,10150390743088, %U A225029 74215146065461,542704850311009,3968914608295360,29026988765886535,212297824609934455,1552734183515322436 %N A225029 Non-crossing, non-nesting, 3-colored set partitions. %H A225029 Muniru A Asiru, Table of n, a(n) for n = 0..1145 (first 100 terms from Lily Yen) %H A225029 Eric Marberg, Crossings and nestings in colored set partitions, arXiv preprint arXiv:1203.5738 [math.CO], 2012-2013. %H A225029 Lily Yen, Crossings and Nestings for Arc-Coloured Permutations, arXiv:1211.3472 [math.CO], 2012-2013; and Arc-coloured permutations, PSAC 2013, Paris, France, June 24-28, Proc. DMTCS (2013) 743-754 %H A225029 Lily Yen, Crossings and Nestings for Arc-Coloured Permutations and Automation, Electronic Journal of Combinatorics, 22(1) (2015), #P1.14. %H A225029 Index entries for linear recurrences with constant coefficients, signature(14,-59,74,-1). %F A225029 G.f.: (1 - 10*x + 22*x^2 - x^3)/(1 - 14*x + 59*x^2 - 74*x^3 + x^4). %F A225029 a(n) = 14*a(n-1) -59*a(n-2) +74*a(n-3) -a(n-4), with a(0) = 1, a(1) = 4, a(2) = 19 and a(3) = 103. - _Muniru A Asiru_, Dec 18 2018 %e A225029 a(3) = 103 is the number of non-crossing, non-nesting, 3-colored set partitions on {1,2,3,4}. %p A225029 seq(coeff(series((1-10*x+22*x^2-x^3)/(1-14*x+59*x^2-74*x^3+x^4),x,n+1), x, n), n = 0 .. 25); # _Muniru A Asiru_, Dec 18 2018 %t A225029 LinearRecurrence[{14, -59, 74, -1}, {1, 4, 19, 103}, 23] (* _Jean-François Alcover_, Dec 14 2018 *) %t A225029 CoefficientList[Series[(1 - 10 x + 22 x^2 - x^3) / (1 - 14 x + 59 x^2 - 74 x^3 + x^4), {x, 0, 25}], x] (* _Vincenzo Librandi_, Dec 20 2018 *) %o A225029 (PARI) Vec((1-10*x+22*x^2-x^3)/(1-14*x+59*x^2-74*x^3+x^4)+O(x^66)) \\ _Joerg Arndt_, Apr 24 2013 %o A225029 (GAP) a:=[1,4,19,103];; for n in [5..25] do a[n]:=14*a[n-1]-59*a[n-2]+74*a[n-3]-a[n-4]; od; a; # _Muniru A Asiru_, Dec 18 2018 %o A225029 (Magma) I:=[1,4,19,103]; [n le 4 select I[n] else 14*Self(n-1)-59*Self(n-2)+74*Self(n-3)-Self(n-4): n in [1..30]]; // _Vincenzo Librandi_, Dec 20 2018 %K A225029 nonn %O A225029 0,2 %A A225029 _Lily Yen_, Apr 24 2013 # Content is available under The OEIS End-User License Agreement: http://oeis.org/LICENSE