Discussion about this post

User's avatar
Sameer G's avatar

For the generic braille case, I found it easier to reason about the formula as:

Total number of patterns

- Patterns that could be translated up

- Patterns that could be translated left

+ Patterns that could be translated both left and up (that got subtracted twice so far)

= ((2^mn) - 1)

- ((2^(m-1)n) - 1)

- ((2^m(n-1)) - 1)

+ ((2^(m-1)(n-1)) - 1)

= 2^mn - 2^(m-1)n - 2^m(n-1) + 2^(m-1)(n-1)

Expand full comment
Peter Breyfogle's avatar

Does the field of vision from 0,0 assume that it viewer is fixed at the exact center and only able to rotate? No accomodation for binocular vision like humans have with eyes slightly off the center on both sides? I think this is relevant in how many trees one can see past the blocking trees.

Expand full comment
6 more comments...

No posts