import Data.Fixed main = mapM_ print (go (369971733/5272566705 :: Rational)) where go n = d : go m where (d,m) = divMod' (59*n) 1