login

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”).

Row sums of triangle A178568
1

%I #2 Mar 30 2012 17:25:35

%S 1,2,5,8,16,27,45,69,109,171,268,404,597,860,1215

%N Row sums of triangle A178568

%F a(n) = sum of n-th row terms of triangle A178568

%e a(6) = 27 = (1 + 5 + 5 + 9 + 5 + 2)

%Y Cf. A178568

%K nonn

%O 1,2

%A _Gary W. Adamson_, May 29 2010