This is a front-end for the Online Encyclopedia of Integer Sequences, made by Christian Perfect. The idea is to provide OEIS entries in non-ancient HTML, and then to think about how they're presented visually. The source code is on GitHub.
%I A162985 #10 Jul 22 2022 12:51:19 %S A162985 1,1,2,3,6,12,25,53,114,249,550,1227,2760,6253,14256,32682,75293, %T A162985 174224,404741,943622,2207135,5177817,12179904,28722736,67890481, %U A162985 160812128,381671061,907529504,2161622683,5157014539,12321750366,29482362166 %N A162985 Number of Dyck paths with no UUU's and no DDD's of semilength n and having no UUDUDD's (U=(1,1), D=(1,-1)). %C A162985 a(n) = A162984(n,0). %H A162985 Paul Barry, <a href="https://arxiv.org/abs/1910.00875">Generalized Catalan recurrences, Riordan arrays, elliptic curves, and orthogonal polynomials</a>, arXiv:1910.00875 [math.CO], 2019. %F A162985 G.f. = G(z) satisfies G = 1 + zG + z^2*G + z^3*G(G-1). %F A162985 D-finite with recurrence (n+3)*a(n) +(-2*n-3)*a(n-1) -n*a(n-2) +(-n+3)*a(n-4) +(-2*n+9)*a(n-5) +(n-6)*a(n-6)=0. - _R. J. Mathar_, Jul 22 2022 %e A162985 a(3)=3 because we have UDUDUD, UDUUDD, and UUDDUD. %p A162985 G := ((1-z-z^2+z^3-sqrt(1-2*z-z^2-z^4-2*z^5+z^6))*1/2)/z^3: Gser := series(G, z = 0, 36): seq(coeff(Gser, z, n), n = 0 .. 31); %Y A162985 Cf. A162984. %K A162985 nonn %O A162985 0,3 %A A162985 _Emeric Deutsch_, Oct 11 2009