oeis: Integer Sequences

These are the first several terms of 176 integer sequences given in the list of core sequences on the On-Line Encyclopedia of Integer Sequences. The number of terms varies per sequence, based on what is recorded in the OEIS.

Sequence definitions should be readily available via OEIS search.

Download the wordlist.

Leaderboard

rankbytesentryauthorURL
19066a000040Hasegawa Sayurihttp://sayuri.tx0.org/golfhorse/#a000040
218039a100000Hasegawa Sayurihttp://sayuri.tx0.org/golfhorse/
336959defaultixhttps://github.com/ixchow/gh-default-solution

Submit A New Program

You may submit your program to the leaderboard for oeis by using the form below. Programs must be shorter than the default solution (in this case, 36959 bytes). Program names should pass /[A-Za-z0-9_.-]{1,20}/.test() in order to facilitate compact URLs. (Note, also, that programs don't have access to their own names in the testing environment, so stop scheming.)

Submitted files are not made available for download, so please include a URL (e.g., for a git repository) if you would like to share the source of your program.

Programs are tested in batches; generally daily. You will be sent to a URL upon submitting your program that will allow you to check testing progress. Hang on to this URL! Only tested, correct programs will appear on the leaderboard.

Correctness: Programs should output (via console.log) each word in the target wordlist, on a line by itself, exactly once. However, these words may be output in any order or capitalization. The program should require no more than two gigabytes of memory and 100 seconds of runtime.

Please check your code before submitting it. The testing code is available, as is an easier-to-use simple tester.