Location via proxy:   [ UP ]  
[Report a bug]   [Manage cookies]                
Erroneous version of A002539.
0

%I #7 Mar 30 2012 18:38:43

%S 1,22,328,4400,58140,785256

%N Erroneous version of A002539.

%C More generally the main diagonal of the array defined by T(0,j)=j+1 j>=0, T(i,0)=i+1 i>=0, T(i,j)=T(i-1,j-1)+T(i-1,j)+ A, is given by T(n,n)=2^(n-1)*(n+2A+2)-A - _Benoit Cloitre_, Jun 17 2003

%F Main diagonal of the array defined by T(0, j)=j+1 j>=0, T(i, 0)=i+1 i>=0, T(i, j)=T(i-1, j-1)+T(i-1, j)+ 6; a(n)=2^(n-1)*(n+14)-6 - _Benoit Cloitre_, Jun 17 2003

%K dead

%O 1,2