I have a square 800x800 and i need to fully cover it with the least number of circles possible, each circle has a radius of 150.
QUESTIONS: - What pattern would be the best to use? Clover, diamon or something different? - How should i dispose the circles, and how many of them are needed? - Is there a relation to the data above and the number of circles?




The following site has diagrams for $1$ to $12$ circles. Unfortunately, it stops when the square side is just less than five times the circle radius.
https://erich-friedman.github.io/packing/circovsqu/
Sixteen circles ranged in a regular, square pattern $200$ apart, at $(100,100),(100,300)$ and so on will cover the $800$ square.