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 A307788 #21 Jan 30 2020 21:29:18 %S A307788 1,1,1,2,5,12,29,72,182,466,1207,3158,8334,22158,59299,159614,431838, %T A307788 1173710,3203244,8774780,24118522,66497316,183858411,509670494, %U A307788 1416231616,3944027402,11006186760,30772507128,86191006746,241815195292 %N A307788 Number of valid hook configurations of permutations of [n] that avoid the patterns 231 and 321. %C A307788 Essentially the same as A217333 and A025273. - _R. J. Mathar_, May 17 2019 %H A307788 Colin Defant, <a href="http://arxiv.org/abs/1904.10451">Motzkin intervals and valid hook configurations</a>, arXiv preprint arXiv:1904.10451 [math.CO], 2019. %F A307788 G.f.: (1 - 2*x + 2*x^2 - sqrt(1 - 4*x + 4*x^2 - 4*x^3 + 4*x^4)) / (2*x^2). %F A307788 D-finite with recurrence: (n+2)*a(n) +2*(-2*n-1)*a(n-1) +4*(n-1)*a(n-2) +2*(-2*n+5)*a(n-3) +4*(n-4)*a(n-4)=0. - _R. J. Mathar_, May 17 2019 %o A307788 (PARI) my(x='x+O('x^35)); Vec((1 - 2*x + 2*x^2 - sqrt(1 - 4*x + 4*x^2 - 4*x^3 + 4*x^4))/(2*x^2)) \\ _Michel Marcus_, May 08 2019 %Y A307788 Cf. A307786, A307787. %K A307788 nonn %O A307788 0,4 %A A307788 _Colin Defant_, Apr 28 2019