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 A102224 #12 Jul 09 2017 17:22:25 %S A102224 1,2,14,200,4814,174752,8909168,606818060,53211837134,5838211285616, %T A102224 783434682568664,126221710572107900,24043148814317769584, %U A102224 5344827109234104188348,1371307353540074156012828 %N A102224 Column 0 of the matrix square of A102220, which equals the lower triangular matrix: [2*I - A008459]^(-1). %C A102224 A102221 is column 0 of A102220. %C A102224 Triangle A008459 consists of the squared binomial coefficients. %F A102224 a(n) = Sum_{k=0..n} C(n, k)^2*A102221(k)*A102221(n-k). %F A102224 Sum_{n>=0} a(n)*x^n/n!^2 = 1/(2-BesselI(0,2*sqrt(x)))^2. - _Vladeta Jovovic_, Jul 17 2006 %e A102224 Given A102221 = [1,1,5,55,1077,32951,1451723,87054773,...], then this sequence results from a type of self-convolution of A102221: %e A102224 a(2) = 14 = 1^2*1*5 + 2^2*1*1 + 1^2*5*1, %e A102224 a(3) = 200 = 1^2*1*55 + 3^2*1*5 + 3^2*5*1 + 1^2*55*1. %o A102224 (PARI) {a(n)=(matrix(n+1,n+1,i,j,if(i==j,2,0)-binomial(i-1,j-1)^2)^-2)[n+1,1]} %Y A102224 Cf. A102220, A102221, A008459. %K A102224 nonn %O A102224 0,2 %A A102224 _Paul D. Hanna_, Dec 31 2004