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.

A226239 Minimum m such that there exists an n-row subtractive triangle with distinct integers in 1..m.

Original entry on oeis.org

1, 3, 6, 10, 15, 22, 33, 44, 59, 76, 101, 125, 158
Offset: 1

Views

Author

Yi Yang, Jun 01 2013

Keywords

Comments

In an n-row subtractive triangle, there are n-i+1 integers in the i-th row. The integers in the first row are arbitrary. From the next row, the integers are the absolute difference between adjacent integers in the previous row.

Examples

			a(6)=22 because there is a 6-row subtractive triangle with distinct integers in [1..22] as follows:
1:  6 20 22  3 21 13
2: 14  2 19 18  8
3: 12 17  1 10
4:  5 16  9
5: 11  7
6:  4
However, there is no such triangle with distinct integers in [1..21].
		

Crossrefs

Extensions

a(12) from Yi Yang, Mar 04 2015
a(13) from Denis Cazor, Aug 01 2022