Creates geometric sequence (geometric progression) from start to max (open interval) with common ratio q.
1 | geometricSeq(start, max, q)
|
1 | geometricSeq(1, 10, 2)
|
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.