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!)
A217214 G.f.: (P-Q*(sqrt(1-4*x)))/(x*(1-4*x)^3) where P=(1-4*x)^3*(1-x-x^2), Q=1-11*x+39*x^2-40*x^3-22*x^4. 1
0, 0, 0, 2, 38, 322, 2112, 12210, 65494, 334334, 1647776, 7910916, 37216060, 172263652, 786879680, 3554999370, 15912092070, 70656410550, 311584194240, 1365760098780, 5954667085620, 25839361664220, 111651277670400, 480603648082740, 2061623609421948, 8815899506583852, 37590408710959552 (list; graph; refs; listen; history; text; internal format)
OFFSET
0,4
LINKS
Luca Ferrari and Emanuele Munarini, Enumeration of saturated chains in Dyck lattices, arXiv preprint arXiv:1203.6807, 2012
FORMULA
Conjecture D-finite with recurrence: -(n+1)*(423*n-1718)*a(n) +(-423*n^2+4779*n+1718)*a(n-1) +(17801*n^2-84527*n+75390)*a(n-2) -2*(9341*n-20828)*(2*n-7)*a(n-3)=0. - R. J. Mathar, Jan 25 2020
MATHEMATICA
gf = (P-Q(Sqrt[1 - 4x]))/(x (1 - 4x)^3) /. P -> (1 - 4x)^3 (1 - x - x^2) /. Q -> 1 - 11x + 39x^2 - 40x^3 - 22x^4;
CoefficientList[gf + O[x]^27, x] (* Jean-François Alcover, Oct 08 2018 *)
CROSSREFS
Cf. A217215.
Sequence in context: A098456 A214909 A226402 * A303618 A179503 A126731
KEYWORD
nonn
AUTHOR
N. J. A. Sloane, Oct 03 2012
STATUS
approved

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 24 00:30 EDT 2024. Contains 371917 sequences. (Running on oeis4.)