Perhaps NULL would come close:
NULL + 50 = NULL
NULL * 50 = NULL
etc.
Of course, adding n+1 an infinite number of times won't get you to NULL. But then again, I don't think it would work for INFINITY either.
If you are doing arithmetic, then some kind of number is a good choice. If integers won't work, then by all means a floating point number is the way to go.
For about the fourth time in this thread, what -exactly - are you trying to do?