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 A291822 #8 Jul 24 2023 18:41:21 %S A291822 1,7,38,189,904,4242,19723,91366,423124,1963169,9138416,42718416, %T A291822 200656644,947423923,4497458118,21465533955,103001236168,496832195860, %U A291822 2408570061810,11732479621260,57410235742920,282124153996425,1391949415580256,6893204658852960,34254642268407820,170769192927927532,853864581906454264,4281167768111675732,21519922572920909984 %N A291822 A diagonal of triangle A291820. %C A291822 An adjacent diagonal of triangle A291820 equals the Catalan numbers (A000108). %H A291822 Paul D. Hanna, <a href="/A291822/b291822.txt">Table of n, a(n) for n = 1..70</a> %F A291822 a(n) = A291820(n+2, n-1) for n >= 1. %F A291822 a(n) = A277297(n) / 2 for n >= 1. - _Paul D. Hanna_, Jul 24 2023 %o A291822 (PARI) /* As a diagonal of triangle A291820 */ %o A291822 {A291820(n, k) = my(A=x); for(i=1, n, A = x + subst(x*A, x, y*A + (1-y)*x +x*O(x^n)) ); polcoeff(polcoeff(A, n, x), k, y)} %o A291822 for(n=1, 20, print1(A291820(n+2, n-1), ", ")); %Y A291822 Cf. A291820, A291821, A277297. %K A291822 nonn %O A291822 1,2 %A A291822 _Paul D. Hanna_, Sep 01 2017