A373732 a(n) = floor(4*n^2/sqrt(3)).
0, 2, 9, 20, 36, 57, 83, 113, 147, 187, 230, 279, 332, 390, 452, 519, 591, 667, 748, 833, 923, 1018, 1117, 1221, 1330, 1443, 1561, 1683, 1810, 1942, 2078, 2219, 2364, 2514, 2669, 2829, 2992, 3161, 3334, 3512, 3695, 3882, 4073, 4270, 4471, 4676, 4886, 5101, 5320, 5544, 5773
Offset: 0
Examples
At most 9 unit equilateral triangles can fit into a square of side 2, so a(2) = 9.
Crossrefs
Cf. A120011.
Formula
a(n) = floor(4*n^2/sqrt(3)).
Comments