cp's OEIS Frontend

This is a front-end for the Online Encyclopedia of Integer Sequences, made by Christian Perfect. The idea is to provide OEIS entries in non-ancient HTML, and then to think about how they're presented visually. The source code is on GitHub.

A172049 Irregular triangle T(n,k) = 2k-1 with A008794(n+2) values in row n.

Original entry on oeis.org

1, 1, 1, 3, 5, 7, 1, 3, 5, 7, 1, 3, 5, 7, 9, 11, 13, 15, 17, 1, 3, 5, 7, 9, 11, 13, 15, 17, 1, 3, 5, 7, 9, 11, 13, 15, 17, 19, 21, 23, 25, 27, 29, 31, 1, 3, 5, 7, 9, 11, 13, 15, 17, 19, 21, 23, 25, 27, 29, 31, 1, 3, 5, 7, 9, 11, 13, 15, 17, 19, 21, 23, 25, 27, 29, 31, 33, 35, 37, 39, 41, 43
Offset: 1

Views

Author

Paul Curtz, Jan 24 2010

Keywords

Comments

These are the values A172002(2*n)-A172002(2*n-1) arranged in a table by adding line breaks.
The last (and largest) numbers in the lines are in A056220(floor(n+1)/2).

Examples

			1;
1;
1, 3, 5, 7;
1, 3, 5, 7;
1, 3, 5, 7, 9, 11, 13, 15, 17;
1, 3, 5, 7, 9, 11, 13, 15, 17;
1, 3, 5, 7, 9, 11, 13, 15, 17, 19, 21, 23, 25, 27, 29, 31;
1, 3, 5, 7, 9, 11, 13, 15, 17, 19, 21, 23, 25, 27, 29, 31;
1, 3, 5, 7, 9, 11, 13, 15, 17, 19, 21, 23, 25, 27, 29, 31, 33, 35, 37, 39, 41, 43,...
		

Crossrefs

Cf. A158405.