Sequences of Circles
Sequence[, , , , ]
Try out sequences of circles. Let the circles travel with center at point (n,5) or at (n,n) etc.
Here's one to get started:
Use: Sequence[<expression>, <variable>, <start>, <end>, <increment>]
with: Circle[<center>,<radius>]
Sequence[circle[(n,5),n], n, 1, 5, 0.1]
Now try your own!