login
The OEIS is supported by the many generous donors to the OEIS Foundation.

 

Logo
Hints
(Greetings from The On-Line Encyclopedia of Integer Sequences!)
A105641 Number of hill-free Dyck paths of semilength n, having no UUDD's, where U=(1,1) and D=(1,-1) (a hill in a Dyck path is a peak at level 1). 1

%I #10 Jul 24 2022 11:25:05

%S 0,1,2,5,14,39,111,322,947,2818,8470,25677,78420,241061,745265,

%T 2315794,7228702,22656505,71273364,224965675,712249471,2261326010,

%U 7197988973,22966210236,73437955105,235307698544,755395560220,2429293941019

%N Number of hill-free Dyck paths of semilength n, having no UUDD's, where U=(1,1) and D=(1,-1) (a hill in a Dyck path is a peak at level 1).

%C a(n) = A105640(n,0).

%H E. Deutsch and L. Shapiro, <a href="https://doi.org/10.1016/S0012-365X(01)00121-2">A survey of the Fine numbers</a>, Discrete Math., 241 (2001), 241-265.

%F G.f.: [(1+z)^2-sqrt((1+z^2)^2-4z)]/[2z(2+z+z^2)]-1.

%F D-finite with recurrence 2*(n+1)*a(n) +(-7*n+5)*a(n-1) +(n-5)*a(n-2) +2*(-n-1)*a(n-3) +2*(2*n-7)*a(n-4) +(n-5)*a(n-5) +(n-5)*a(n-6)=0. - _R. J. Mathar_, Jul 24 2022

%e a(4)=2 because we have UUDUDUDD and UUUDUDDD.

%p G:=((1+z)^2-sqrt((1+z^2)^2-4*z))/2/z/(2+z+z^2)-1: Gser:=series(G,z=0,36): seq(coeff(Gser,z^n),n=2..32);

%Y Cf. A118995.

%K nonn

%O 2,3

%A _Emeric Deutsch_, May 08 2006

Lookup | Welcome | Wiki | Register | Music | Plot 2 | Demos | Index | Browse | More | WebCam
Contribute new seq. or comment | Format | Style Sheet | Transforms | Superseeker | Recents
The OEIS Community | Maintained by The OEIS Foundation Inc.

License Agreements, Terms of Use, Privacy Policy. .

Last modified April 25 09:28 EDT 2024. Contains 371967 sequences. (Running on oeis4.)