A344710 a(n)/2 is the smallest possible area of a non-obtuse triangle with coordinates in Z^2 and no side shorter than sqrt(n).
1, 2, 4, 4, 5, 8, 8, 8, 9, 10, 12, 12, 12, 15, 15, 15, 15, 18, 20, 20, 23, 23, 23, 23, 23, 24, 28, 28, 28, 30, 30, 30, 30, 30, 34, 34, 34, 38, 38, 38, 39, 42, 42, 42, 42, 45, 45, 45, 45
Offset: 1
Examples
[a(n)]: For n=4, a triangle with the minimal area of 4/2 = 2 can be placed at A=(0,0), B=(2,0), and C=(0,2). Alternatively, C can be placed at (1,2) or (2,2). [b(n)]: For n=1, n=2, and n=3, the following repeating patterns (X for dots, O for empty spaces) achieve the highest possible densities of 1, 1/2, and 1/4 respectively: XXXXXX OXOXOX OXOXOX XXXXXX XOXOXO OOOOOO XXXXXX OXOXOX OXOXOX XXXXXX XOXOXO OOOOOO
Links
- Jonathan F. Waldmann, An algorithm for the upright triangle sequence
- Jonathan F. Waldmann, A more nuanced upright triangle sequence
- Jonathan F. Waldmann, Proofs for the first few terms in the discrete circle packing sequence
- Jonathan F. Waldmann, More proofs for the discrete circle packing sequence
Comments