If you need a true sequence (i.e. IEnumerable, elements of which are created lazily), this seq { yield <expr> }is probably the most concise syntax.
If you do not need an element that will be evaluated only when it is consumed (the expected rating is in order), you can use the function Seq.singleton.
, IEnumerable, : [ <expr> ] [| <expr> |], , , , .
{ <expr> } , (, , generator Python) . seq { yield <stuff> } , , , , (seq , ). seq, F # , , , (, , , ).