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.

A234349 Maximal number of points that can be placed on a triangular grid of side n so that no three points are collinear.

Original entry on oeis.org

1, 3, 4, 6, 7, 8, 10, 11, 12, 13, 15, 16, 17, 19, 20, 22, 23, 24, 25, 27, 28
Offset: 1

Views

Author

Heinrich Ludwig, Dec 24 2013

Keywords

Comments

Length of the n-th row in triangle A194136 and triangle A234350.
Differs from A007401 first at n=14.

Examples

			In a triangular grid of side 5 at most 7 points (x) can be placed so that no three of them are on a straight line. (There are exactly 2 ways to do it, rotations and reflections ignored.)
        .              x
       . x            . .
      x . x          x . x
     x . x .        . x x .
    . x . x .      . x . x .
		

Crossrefs

Extensions

a(13)-a(14) from Heinrich Ludwig, Jan 10 2014
a(15)-a(16) from Heinrich Ludwig, Jan 28 2014
a(17)-a(21) from Rob Pratt, Jul 27 2015