Difference Visualizer

This visualizer prints a row of sequence entries, followed by a row of differences between entries, followed by a row of differences between differences, and so on, for as many rows as you like. The rows are shifted so that each difference appears between and below the two numbers it's the difference of.

Parameters

  • Entries in top row: How many sequence entries to display in the top row. (Positive integer or zero. Zero means all available entries.)
  • Number of rows: How many rows to produce. (Positive integer, no larger than 'Entries in top row.')