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 A138015.
1

%I #4 Apr 02 2022 14:23:01

%S 1,2,4,6,10,14,24,34,68,102,256,410,1284,2158,8072,13986

%N Row sums of triangle A138015.

%F Repeat each nonzero term of A003422 once, then take partial sums.

%e a(5) = 10 = sum of row 5 terms of triangle A138015: (1 + 2 + 4 + 2 + 1).

%e a(5) = 10 = (1 + 1 + 2 + 2 + 4) since A003422 starting (1, 2, 4, 10, 34, 154, ...) then repeating each term = (1, 1, 2, 2, 4, 4, 10, 10, ...). Take partial sums of the first 5 terms.

%Y Cf. A003422, A138015.

%K nonn

%O 1,2

%A _Gary W. Adamson_, Feb 28 2008