Skip to main content

Constant sequence

Returns a sequence of a single element of the desired length.

Syntax

constant_sequence(Integer, Expression)

Description

Given an integer n and an expression e, returns a sequence with the expression ee repeated nn times.

arithmetic.constant_sequence.calc.png