This is a collection of sequence generators ordered by their OEIS number. Said generators, which are all in a separate file in the a
folder, should:
- Return a function with n as a parameter
- Be golfed, as in, optimize the size
- Calculate the sequence according to its definition in the OEIS and not just hardcoding it
- n lower than the offset defined in the OEIS can lead to undefined behaviour
A=require('.')
A(OEISnumber, n)