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.

A271907 Size of the largest subset S of the points of an n X n square grid such that no three of the points of S form an isosceles triangle.

Original entry on oeis.org

1, 2, 4, 6, 8, 10, 12, 14, 16, 18
Offset: 1

Views

Author

Giovanni Resta and N. J. A. Sloane, Apr 22 2016

Keywords

Comments

S must not contain 3 points A,B,C such that |AB| = |BC|.
For example, this configuration is forbidden:
O O O B
O O O O
A O O O
O C O O
It appears that this is simply a(n) = 2n-2 for n>1, and if so this entry may be replaced by a comment in A271914 and A271906, and this A-number recycled.

Examples

			Illustration for a(3) = 4:
   O X X
   X O O
   X O O
Illustration for a(8) = 14:
   O X X X X X O X
   X O O O O O O X
   X O O O O O O O
   X O O O O O O O
   X O O O O O O O
   X O O O O O O O
   O O O O O O O O
   X X O O O O O O
		

Crossrefs

Main diagonal of A271914.