A071718 Expansion of (1+x^2*C)*C^3, where C = (1-(1-4*x)^(1/2))/(2*x) is g.f. for Catalan numbers, A000108.
1, 3, 10, 32, 104, 345, 1166, 4004, 13936, 49062, 174420, 625328, 2258416, 8209045, 30008790, 110255100, 406923360, 1507973610, 5608843020, 20931740640, 78354322800, 294127079610, 1106939020044, 4175827174152, 15787544777504
Offset: 0
Keywords
Links
- M. Bruce, M. Dougherty, M. Hlavacek, R. Kudo, I. Nicolas, A Decomposition of Parking Functions by Undesired Spaces, The Electronic Journal of Combinatorics 23(3), 2016.
- H. Mühle, Two Posets of Noncrossing Partitions Coming From Undesired Parking Spaces, arXiv:1701.02109 [math.CO], 2017.
Programs
-
Mathematica
{1, 3}~Join~Table[(5/(n + 3) + 9/(n - 1))*Binomial[2 n, n - 2], {n, 2, 24}] (* Michael De Vlieger, Jan 10 2017 *)
Formula
D-finite with recurrence (n+3)*a(n) + 2*(-2*n-3)*a(n-1) + 2*(-n+1)*a(n-2) + 4*(2*n-5)*a(n-3) = 0. - R. J. Mathar, Aug 25 2013
Comments