Are there good arguments for using the modified Fibonacci series (0, 1, 2, 3, 5, 8, 13, 20, 40, etc) instead of a geometric progression (1, 2, 4, 8, 16, 32, etc) when estimating story points in Scrum (or any agile methodology, really)?
I know that Scrum does not specify Fibonacci, or any specific system, but it is definitely the most popular.
I also see that there are good reasons the either of these systems would be better than a linear progression - increasing uncertainty, removing time consuming - and meaningless - arguments (is this a 6 or a 7?).
So is it just by convention and history that Fibonacci is (almost) all that is mentioned when talking about story point scales or are there specific arguments for it over geometric?