Possible Duplicate:
Programming Logic: Finding the smallest equation to a large number.
I'm looking for an algorithm that will take an arbitrary number from the Aleph-Null set (all positive integers)(likely to be absolutely enormous) and attempt to simplify it into a computable number (if the computable number takes up less space than the integer value it is trying to represent)(specifically not floating point). Involving tetration/hyperoperators would be optimal.
Does anyone know if anything like this exists? I've looked around quite a bit this morning, but have been unable to find anything. C# code would be optimal, but really, it could be in any language
Edit: http://stackoverflow.com/questions/3409363 : http://mrob.com/pub/ries/index.html looks promising, but I wonder how well it will deal with large numbers, and if it's capable of implementing hyperoperators. I'll try it out.
gzipsolves it partially, and far enough to be useful in practice :-) – Steve Jessop Aug 9 '10 at 18:14