Visualizing a Sequence of Numbers

Description

see_seq (L, b, c) is a maple procedure that takes as its 1st argument a sequence of integers in a list which must be bracketized with square brackets, for example, [3,4,7,11]. By default, see_seq reduces the integer sequence modulo 10, or optionally, by the modulo of the second argument. This argument also also controls the number of colors (10 by default).

The default grid is approximately square but this can be changed by means of the fourth argument which is the number of columns of the first row. Note that unlike the other 3 procedures, see_seq does not require the number of digits to compute since this is the number of elements in the sequence (list).