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

A162618
Triangle read by rows in which row n lists n consecutive natural numbers A000027, starting with A008578(n-1) - n + 1.
3
1, 1, 2, 1, 2, 3, 2, 3, 4, 5, 3, 4, 5, 6, 7, 6, 7, 8, 9, 10, 11, 7, 8, 9, 10, 11, 12, 13, 10, 11, 12, 13, 14, 15, 16, 17, 11, 12, 13, 14, 15, 16, 17, 18, 19, 14, 15, 16, 17, 18, 19, 20, 21, 22, 23, 19, 20, 21, 22, 23, 24, 25, 26, 27, 28, 29, 20, 21, 22, 23, 24, 25, 26, 27, 28, 29, 30
OFFSET
1,3
COMMENTS
Note that the last term of the n-th row is the noncomposite number A008578(n-1).
EXAMPLE
Contribution from Omar E. Pol, Jul 15 2009: (Start)
Triangle begins:
1;
1, 2;
1, 2, 3;
2, 3, 4, 5;
3, 4, 5, 6, 7;
6, 7, 8, 9, 10, 11;
7, 8, 9, 10, 11, 12, 13;
10, 11, 12, 13, 14, 15, 16, 17;
11, 12, 13, 14, 15, 16, 17, 18, 19;
14, 15, 16, 17, 18, 19, 20, 21, 22, 23;
19, 20, 21, 22, 23, 24, 25, 26, 27, 28, 29;
20, 21, 22, 23, 24, 25, 26, 27, 28, 29, 30, 31;
(End)
CROSSREFS
KEYWORD
easy,nonn,tabl
AUTHOR
Omar E. Pol, Jul 10 2009
STATUS
approved