Exercise C.

For each of the following lists, write a Maple expression that uses seq() to generate the given output list (note that the output is a list, not a sequence):
(a) [ 1/3, 1/5, 1/7, 1/9, 1/11, 1/13, 1/15, 1/17, 1/19, 1/21, 1/23, 1/25, 1/27, 1/29 ]
(b) [ 1, 4, 9, 16, 25, 36, 49, 64, 81, 100, 121, 144 ]

>

>