Calculator User Manual
8-8 Lists
SEQ(
 (sequence, 
LIST OPS
, item 4) requires five arguments:
an expression, a variable to be incremented, a beginning
value, an ending value, and an increment. 
SEQ(
 returns a list
in which each element is the result of the evaluation of
expression
 with regard to 
variable
 for values ranging from
begin
 to 
end
 at steps of 
increment
.
SEQ(
expression
,
variable
,
begin
,
end
,
increment
)
The variable need not be defined in memory. The increment
can be negative.
SEQ(
 can be used to generate a list of index numbers. This
kind of list can be useful in data analysis.
SEQ(










