I was given a sequnce and have to identify maximum and minimum of this sequence:

And I think that maximum is 1 and minimum -1/2
*Speaking about maximum -> every other number of this sequence is equal or smaller and 1 is a part of sequence = OK
*Speaking about minimum -> every other number of this sequence is equal or larger and -1/2 is a part of sequence = OK
I am right?