Year-end appeal: Please make a donation to the OEIS Foundation to support ongoing development and maintenance of the OEIS. We are now in our 61st year, we have over 378,000 sequences, and we’ve reached 11,000 citations (which often say “discovered thanks to the OEIS”).
%I #9 Dec 18 2017 22:42:11
%S 1,2,4,10,26,80,262,950
%N Row sums of triangle A116672, in which the binomial transform of the n-th row lists the Euler transform of the n-th sequence in A007318 (Pascal's Triangle).
%C A116673 is to A096807 as Table A116672 is to Table A096806. The difference between the two tables is of historical interest. (cf. A096751 and A007326).
%e A116672 begins
%e 1; 1,1; 1,2,1; 1,4,4,1; 1,6,11,7,1; 1,10,27,29,12,1; 1,14,57,96,72,21,1; 1,21,117,277,319,176,38,1; . . . so
%e A116673 begins 1 2 4 10 26 80 262 950 ...
%Y Cf. A007318, A007326, A096751, A096806, A096807, A116672.
%K nonn
%O 1,2
%A _Alford Arnold_, Feb 22 2006