Calculate a set of numbers from an initial number for the Nth difference.

Usage:
?n=... (The how manyth difference?)
&diff=... (How much should that difference be?)
Optional: &i=... (Number of iterations calculated, max. 1000)
Optional: &from=... (Initial value)
All arguments' values must be floats or integers.

?source to view the source code.