| Code Figure | Meaning |
|---|---|
| 0 | Undefined Sequence |
| 1 | Geometric Sequence (see Note 1) |
| 2 | Arithmetic Sequence (see Note 2) |
| 3-191 |
Reserved |
| 192-254 |
Reserved for Local Use |
| 255 | Missing |
| Notes:
(1) Geometric sequence: x_n = x_0 * r(n-1) with 'x_0' first parameter and 'r' second parameter. |