Partitions of [0,1]?
I can't explain what I think that means but it gave me an idea.
Let the sequence be something that does this
1, 0.9, 0.8, ...., 0.2, 0.1, 0, 0.05, 0.1, 0.15, ..., 0.9, 0.95, 1, 0.975, 0.95, ..., 0.05, 0.025, 0, 0.025, ..., etc
Is there an easy way to define a sequence like that? Something like, for the first 11 terms a_n = 1 - (n-1)(0.1), then for the next 20 a_n = (n-11)(0.05), and then try to generalise whats going on. Not the easiest thing to explain in an exam...