cp's OEIS Frontend

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.

A127087 Convolution square-root of column 1 (A127084) of triangle A127082.

This page as a plain text file.
%I A127087 #6 Jan 30 2020 22:03:10
%S A127087 1,1,3,11,48,244,1420,9318,68019,545984,4772890,45079020,456958589,
%T A127087 4943710161,56809133108,690510011727,8845800877774,119052630071419,
%U A127087 1678622651280617,24733730857289108,379989034049167269
%N A127087 Convolution square-root of column 1 (A127084) of triangle A127082.
%H A127087 G. C. Greubel, <a href="/A127087/b127087.txt">Table of n, a(n) for n = 0..80</a>
%t A127087 T[n_, k_]:= T[n, k]= If[k==n, 1, Coefficient[(1 + x*Sum[x^(r-k)*Sum[T[r, c], {c, k, r}], {r, k, n-1}] + x^(n+1))^(k+1), x, n-k]]; CoefficientList[Series[ (Sum[T[n, 1]*x^n, {n,0,25}]/x)^(1/2), {x,0,20}], x] (* _G. C. Greubel_, Jan 30 2020 *)
%Y A127087 Cf. A127082, A127083, A127084, A127085, A127086, A127088, A127089, A127090, A127091.
%K A127087 nonn
%O A127087 0,3
%A A127087 _Paul D. Hanna_, Jan 04 2007