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.

A090359 Self-convolution equals the binomial transform of A090358: A^2 = BINOMIAL(A090358), where A090358^6 = BINOMIAL(A090358^5).

This page as a plain text file.
%I A090359 #6 Nov 19 2014 09:59:04
%S A090359 1,1,4,40,640,13816,374636,12229364,466769330,20391705290,
%T A090359 1003264704212,54885373562372,3304609250020008,217139910688424400,
%U A090359 15461303963210314980,1185856988993966140380,97466557932008735970465
%N A090359 Self-convolution equals the binomial transform of A090358: A^2 = BINOMIAL(A090358), where A090358^6 = BINOMIAL(A090358^5).
%C A090359 See comments in A090358.
%H A090359 Vaclav Kotesovec, <a href="/A090359/b090359.txt">Table of n, a(n) for n = 0..310</a>
%F A090359 a(n) ~ (n-1)! / (50 * (log(6/5))^(n+1)). - _Vaclav Kotesovec_, Nov 19 2014
%o A090359 (PARI) {a(n)=local(A); if(n<1,0,A=1+x+x*O(x^n); for(k=1,n,B=subst(A^5,x,x/(1-x))/(1-x)+x*O(x^n); A=A-A^6+B);B=subst(A,x,x/(1-x))/(1-x)+x*O(x^n); polcoeff(B^(1/2),n,x))}
%Y A090359 Cf. A090358.
%K A090359 nonn
%O A090359 0,3
%A A090359 _Paul D. Hanna_, Nov 26 2003