Search found 2 matches

by dloser
Mon Aug 10, 2009 2:54 pm
Forum: Challenges Solved
Topic: Slim Image
Replies: 4
Views: 2971

Slim Image

So I guess the challenge is based on the premise that no image program can handle the 7-bit pixels. This seems plausible and my default viewers indeed failed. I probably did what most did and made a little program to read the 7-bit pixels and dump them in some "normal" format (I chose RAW)...
by dloser
Sun Aug 09, 2009 12:39 am
Forum: Challenges Solved
Topic: snake arithmetic
Replies: 16
Views: 2707

I have some doubt about the answer. I think it must be 3748893571890 instead of 3748893571891. I agree with tails. The program gives an approximation of the infinite sum, but there is still a small but relevant error (about 0.9). I used Mathematica's RSolve on a simplified version of the algorithm ...