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

A187883
Triangle by rows, A003983 * A000012 as infinite lower triangular matrices
0
1, 2, 1, 4, 3, 1, 6, 5, 3, 1, 9, 8, 6, 3, 1, 12, 11, 9, 6, 3, 1, 16, 15, 13, 10, 6, 3, 1, 20, 19, 17, 14, 10, 6, 3, 1, 25, 24, 22, 19, 15, 10, 6, 3, 1, 30, 29, 27, 24, 20, 15, 10, 6, 3, 1, 36, 35, 33, 30, 26, 21, 15, 10, 6, 3, 1
OFFSET
1,2
COMMENTS
Sum of n-th row terms = A034828(n+1).
FORMULA
Given the correlation triangle A003983, partial sums of terms starting from the right.
EXAMPLE
Row 4 = (6, 5, 3, 1), since row 4 of the A003983 triangle = (1, 2, 2, 1).
First few rows of the triangle =
1
2, 1
4, 3, 1
6, 5, 3, 1
9, 8, 6, 3, 1
12, 11, 9, 6, 3, 1
16, 15, 13, 10, 6, 3, 1
20, 19, 17, 14, 10, 6, 3, 1
25, 24, 22, 19, 15, 10, 6, 3, 1
30, 29, 27, 24, 20, 15, 10, 6, 3, 1
36, 35, 33, 30, 26, 21, 15, 10, 6, 3, 1
42, 41, 39, 36, 32, 27, 21, 15, 10, 6, 3, 1
...
CROSSREFS
Sequence in context: A378037 A093682 A344767 * A134543 A305540 A197871
KEYWORD
nonn,tabl
AUTHOR
Gary W. Adamson, Mar 15 2011
STATUS
approved