Sorry, I wrote a wrong function, the correct version is:

oddsFrom3 :: [Integer]
oddsFrom3 = 3 : map (+2) oddsFrom3

--

A GNU Linux Patron