Shorter but, "ad hoc" like everything in Python (the reason I never liked it). The Ruby version looks like math, if you know the concepts of map and reduce it's trivial to understand what's going on.
Compare this with sum() + "for n" and "xrange". Also if I remember some Python correctly "xrange" is almost like "range" but it's something like a lazy version, another ad-hoc stuff.
People who aren't mathmos often find the list comprehensions more comprehensible, hence the version I wrote not as a competitor, but as an alternative, to yours.
Horses for courses. Personally, I've found the Python version to look more like math when I choose to express it like math, but I'm programming, so why not make it look like what I'm doing? Golf is a stupid game in programming. Understandability is the goal, but different readers find different things natural.
I guess it's really a matter of tastes indeed. My point is that, no matter the fact that I can try to mimic the Python idiomatic way or the reverse, there is a real difference between this languages, and is a difference that I see in many other languages, splitting them into two families: the "tools" languages that try to provide already build abstractions able to solve common problems, and the "concepts" languages where there are just a few rules you can combine to solve problems. I love the latter approach.
People often need to solve the problem of finding a house where the number is readily apparent.
In some/many places, one could find that house by interpolation. (In the US, even numbers tend to be on one side of the street and odd numbers on the other. And they're almost always in-order.) With an apartment, things can be more complicated.
That said, there are instances of "vanity addresses", where "<some number> 5th Ave" appears to not be on 5th Ave.
I don't know what one does in Japan, where the numbers are supposedly assigned chronologically. (Hmm - I wonder what triggers number generation and if they ever reuse or allow transfers.)
I'm not sure what you mean by the double inversion. You inverting a sum of invertions - that can't be undone in any sensible way. Can you explain a little more what you mean?
Congratulations, now I'll never find your address if you invite me over. Last math I took was "advanced" algebra & trigonometry my junior year of high school.