Skip to content

Instantly share code, notes, and snippets.

@callerobertsson
callerobertsson / LucasCarmichaelNumbers.hs
Created January 21, 2015 13:34
Haskell: Lucas Carmichael number generator
-- Lucas Carmichael Numbers
--
-- inspired by the Youtube channel Numberphile
-- episode https://www.youtube.com/watch?v=yfr3BIk6KFc
-- "Something special about 399 (and 2015)"
--
-- by calle@upset.se, jan 2015
import Data.Numbers.Primes