TheAlgorithms / C-Sharp

All algorithms implemented in C#.
GNU General Public License v3.0
7.07k stars 1.51k forks source link

Add more OEIS sequences #222

Closed siriak closed 1 year ago

siriak commented 3 years ago

Feel free to propose and/or implement new sequences, I will add them to the list below :) List of some interesting OEIS sequences that would be great to see in this repo (but you can implement any one from OEIS, not only from this list):

deljohnson1 commented 1 year ago

I'm working on:

A000009 Strict Partition sequence A000041 Partition sequence A000110 Bell sequence A000111 Euler Zig Zag sequence A000129 Pell sequence A000166 Derangement sequence A000217 Triangular sequence A001003 Small Schröder sequence A001006 Motzkin sequence A001045 Jacobsthal sequence A002203 Companion Pell sequence A002378 Pronic sequence A002487 Sterns Diatomic sequence A002559 Markov sequence A002858 Ulam sequence A003261 Woodall sequence A003601 Arithmetic sequence A006318 Large Schröder sequence A138591 Polite sequence A328152 Squares on Grid sequence

siriak commented 1 year ago

The original list was implemented, feel free to open an issue for other sequences