Simulated below is the single-wide case, where there is only one block at every given level (no counter-balancing). The maximum amount of overhang, in terms of book lengths, is given by half of the partial sum of the Harmonic series.
So, for a stack of n books, the largest possible distance from the edge of the table to the leading edge of the book is:
Why?
Let be the maximum overhang for a stack of n identical books.
The key to obtaining the largest overhang is to have the center of gravity of n books lie directly above the table's edge, while the center of gravity of the top books lies directly over the leading edge of the bottom book.
By assigning M to be the mass of a single book, we can compute the total moment of n books with respect to the leading edge (the right edge in this simulation):
Solving for , we obtain the following recurrence relation:
It is obvious that . Since the center of gravity of a single book lies at the center of its length, the optimal way to balance it would be to have one half rest on the table, while the other half hangs over the edge.
Now, we can see that:
and so on...
The general formula for this relation can be written as:
Recognizing the sum as the Harmonic series, we can simplify this formula:
, where is the Harmonic number
Since the Harmonic series diverges as , the maximum amount of overhang will become arbitrarily large as the number of books grows.