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

A131307
(A127701 * A000012 + A000012(signed) * A127701) - A000012.
0
1, 2, 3, 3, 2, 5, 4, 5, 2, 7, 5, 4, 7, 2, 9, 6, 7, 4, 9, 2, 11, 7, 6, 9, 4, 11, 2, 13, 8, 9, 6, 11, 4, 13, 2, 15, 9, 8, 11, 6, 13, 4, 15, 2, 17, 10, 11, 8, 13, 6, 15, 4, 17, 2, 19
OFFSET
1,2
COMMENTS
Row sums = A035608: (1, 5, 10, 18, 27, 39, 52, ...).
FORMULA
(A127701 * A000012 + A000012(signed) * A127701) - A000012; as infinite lower triangular matrices, where A000012(signed) = (1; -1,1; 1,-1,1; -1,1,-1,1; ...).
EXAMPLE
First few rows of the triangle:
1;
2, 3;
3, 2, 5;
4, 5, 2, 7;
5, 4, 7, 2, 9;
6, 7, 4, 9, 2, 11;
7, 6, 9, 4, 11, 2, 13;
8, 9, 6, 11, 4, 13, 2, 15;
9, 8, 11, 6, 13, 4, 15, 2, 17;
10, 11, 8, 13, 6, 15, 4, 17, 2, 19;
...
CROSSREFS
KEYWORD
nonn,tabl,more
AUTHOR
Gary W. Adamson, Sep 30 2007
STATUS
approved