At line 655: "... In a sparse filesystem it will be the sequence of powers of 3, 5, and 7: ..." So I think this means three = pow(3, 0);
Doesn't explain why it's not 1, 1, 1 or 1, 5, 49.
It doesn't explain why it's not 3,1,7 or 3,5,1, but that's because there is no reason for that.