Babbage problem: Difference between revisions

Content deleted Content added
Hout (talk | contribs)
→‎Haskell Suffixes and integer roots: The root must end in one of [0264, 5264, 9736, 4736]. A pencil suffices :-)
Hout (talk | contribs)
Line 971: Line 971:
main = do
main = do
let arrowed = intercalate " ^ 2 -> " . fmap show
let arrowed = intercalate " ^ 2 -> " . fmap show
mapM_ putStrLn (arrowed <$> take 200 babbagePairs)</lang>
mapM_ putStrLn (arrowed <$> take 4000 babbagePairs)</lang>


=={{header|J}}==
=={{header|J}}==