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.

A328787 Number of distinct sizes of equilateral triangles with vertices in an equilateral triangular array of points with n rows.

Original entry on oeis.org

1, 2, 4, 6, 8, 11, 14, 17, 21, 25, 28, 33, 38, 43, 49, 54, 59, 66, 73, 80, 87, 93, 100, 109, 116, 124, 133, 142, 150, 161, 172, 181, 191, 201, 211, 224, 234, 246, 258, 271, 282, 295, 307, 319, 333, 346, 359, 375, 389, 403, 420, 435, 448, 465, 482, 499, 514
Offset: 2

Views

Author

Peter Kagey, Oct 27 2019

Keywords

Comments

a(n) <= A024610(n-1) - 1.

Examples

			For n = 4, the a(4) = 4 sizes of equilateral triangles are 1, sqrt(3), 2, and 3. For example,
     *         o         *              *
    * *       * o       o o            o o
   o o o     o o *     * o *          o o o
  o o o o,  o * o o,  o o o o,  and  * o o *.
For n = 7, the a(7) = 11 equilateral triangles have side lengths 1, sqrt(3), 2, sqrt(7), 3, sqrt(12), sqrt(13), 4, sqrt(21), 5, and 6.
		

Crossrefs

A108279 is the analog for squares on square grids.