This document proposes an approximate encoding method for at-most-k constraints that reduces boolean expressions compared to conventional encodings, though it does not cover all possible solutions. It recursively applies at-most constraints by multiplying the number of variables. For a 2x2 recursive model, it achieves a 44% solution coverage using only 15% of the literals required by a sequential counter encoding. The approximate encoding is intended for use with soft constraints to efficiently search for better solutions, rather than finding all possible solutions.