For example, you can use this sequence to count the number of dogs in a park:
```
1 dog
2 dogs
3 dogs
4 dogs
5 dogs
6 dogs
7 dogs
8 dogs
9 dogs
10 dogs
```
Or you can use it to count the number of cats in a shelter:
```
1 cat
2 cats
3 cats
4 cats
5 cats
6 cats
7 cats
8 cats
9 cats
10 cats
```