Geometric progression
Returns a geometric progression: a sequence of numbers where each term after the first is found by multiplying the previous one by a fixed non-zero number called the common ratio: .
Syntax
geometric_progression(Expression, Integer)
geometric_progression(Expression, List | Vector | Range)
Description
Given an expression and a positive integer , returns a vector .
Given an expression and a list, vector or range with elements , returns a vector .