### Motivation TypeScript (and JavaScript) has the capability of using Generator functions, which can help us in generating sequences. There already exists a category for [`Sequences`](https://the-algorithms.com/category/sequences), which was made for `C#` to make use of the existence of generator methods in C# (from what was told to me by one of the maintainers of the C# repository). Since TypeScript also has generators, we could also add implementations for those sequences on the Website under this category. We could also add many more entries under this category, for there are many sequences whose implementations are non-trivial but not added there yet. ### Examples We could add this to increase coverage of the entries under the cateogry of `Sequences`, which would also look less confusing, for when someone may look at the website, it can be confusing so as to why there's only C# implementations under those sequences. ### Possible workarounds _No response_