Use seq() to generate a sequence 1, 3, ..., 27. (b) Use log() to generate a new sequence where each element is log-transformed from the sequence in (a). (c) Remove the second to fifth elements in the resulting sequence in (b). (d) Use length() to obtain the length of the resulting sequence in (c). (e) Sort the resulting sequence in (c) from high to low using sort().