let n = stdin.ReadLine() |> int [ 1..2..n ] |> List.map string |> String.concat " " |> printfn "%s"