Expected number of upward steps
You read the numbers in a uniformly random order, left to right. Call position an ascent if the value at position is larger than the value at position (the sequence steps up there).
What is the expected number of ascents?