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

A212434
Triangle read by rows, related to Stern's diatomic series A002487, or fusc(n). See Comments for precise definition.
0
1, 1, 0, 1, 1, 0, 0, 1, 0, 0, 0, 1, 2, 0, 0, 0, 0, 2, 0, 0, 0, 0, 0, 2, 1, 0, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 1, 3, 0, 0, 0, 0, 0, 0, 0, 0, 3, 0, 0, 0, 0, 0, 0, 0, 0, 0, 3, 2, 0, 0, 0, 0, 0
OFFSET
1,13
COMMENTS
The n-th column of the triangle consists of three terms of A002487(n) preceded by (n-1) zeros; with the rest zeros.
Row sums are A002487 starting with offset 1: (1, 1, 2, 1, 3, 2,...).
EXAMPLE
First few rows of the triangle =
1;
1, 0;
1, 1, 0;
0, 1, 0, 0;
0, 1, 2, 0, 0;
0, 0, 2, 0, 0, 0;
0, 0, 2, 1, 0, 0, 0;
0, 0, 0, 1, 0, 0, 0, 0;
0, 0, 0, 1, 3, 0, 0, 0, 0;
0, 0, 0, 0, 3, 0, 0, 0, 0, 0;
0, 0, 0, 0, 3, 2, 0, 0, 0, 0, 0;
0, 0, 0, 0, 0, 2, 0, 0, 0, 0, 0, 0;
0, 0, 0, 0, 0, 2, 3, 0, 0, 0, 0, 0, 0;
0, 0, 0, 0, 0, 0, 3, 0, 0, 0, 0, 0, 0, 0;
...
CROSSREFS
Sequence in context: A354059 A187081 A369308 * A227186 A037134 A254612
KEYWORD
nonn,tabl
AUTHOR
Gary W. Adamson, Jun 21 2012
EXTENSIONS
Edited by N. J. A. Sloane, Jun 22 2012
STATUS
approved