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 A341853 #17 Jul 31 2024 10:03:07 %S A341853 5,21,105,595,3675,24150,166257,1186680,8717940,65572325,502957455, %T A341853 3922142574,31021294850,248377859100,2010068042625,16421073515280, %U A341853 135277629836412,1122788441510820,9381874768828100,78871575753345375,666727830129370275 %N A341853 Number of triangulations of a fixed pentagon with n internal nodes. %C A341853 These may be called rooted [n,2] triangulations. %H A341853 Andrew Howroyd, <a href="/A341853/b341853.txt">Table of n, a(n) for n = 0..500</a> %H A341853 K. A. Penson, K. Górska, A. Horzela, and G. H. E. Duchamp, <a href="https://arxiv.org/abs/2209.06574">Hausdorff moment problem for combinatorial numbers of Brown and Tutte: exact solution</a>, arXiv:2209.06574 [math.CO], 2022. %F A341853 a(n) = 210*binomial(4*n+5, n)/((3*n+6)*(3*n+7)). %F A341853 D-finite with recurrence 3*n*(3*n+5)*(3*n+7)*(n+2)*a(n) -8*(4*n+5)*(2*n+1)*(4*n+3)*(n+1)*a(n-1)=0. - _R. J. Mathar_, Jul 31 2024 %e A341853 The a(0) = 5 triangulations correspond with the dissections of a pentagon by nonintersecting diagonals into 3 triangles. Although there is only one essentially different dissection, each rotation is counted separately here. %t A341853 Array[210 Binomial[4 # + 5, #]/((3 # + 6)*(3 # + 7)) &, 21, 0] (* _Michael De Vlieger_, Feb 22 2021 *) %o A341853 (PARI) a(n) = {210*binomial(4*n+5, n)/((3*n+6)*(3*n+7))} %Y A341853 Column k=2 of A146305. %K A341853 nonn %O A341853 0,1 %A A341853 _Andrew Howroyd_, Feb 21 2021