This site is supported by donations to The OEIS Foundation.

User:Sean A. Irvine

From OeisWiki
Jump to navigationJump to search

Managing Editor

My role at the OEIS is that of Managing Editor. As such I am responsible for overseeing the editing process and together with the Editors-in-Chief ensure the overall quality of the database.

I'm also a Board member of the OEIS Foundation and one of the people that can approve new registrations to the OEIS.

You can email me with any question relating to the OEIS and I will do my best to answer or put you in contact with an appropriate person.

I live in Hamilton, New Zealand, so my morning is typically correspond to afternoon in the US.

jOEIS

Georg Fischer and I have implemented over 200000 OEIS sequences in Java as of May 2025. I just started at sequence A000001 and went forwards doing each one that I could (well with a few forays into other areas as the need arose). I try to verify the existing terms. For some of these, I believe it is the first time apart from the original paper that the sequences have been recomputed and this has led to the correction of a good number of errors. The errors I have discovered have been roughly balanced between transcription problems (something getting lost or modified in going from the original to the OEIS), tables in published articles not matching supplied formulas, and errors in the original calculations.

Java does not have a lot of direct support for doing arbitrary precision calculations, so we have had to build quite a large library of support functions in this process. Some of the highlights include classes for basic computation over arbitrary groups, rings, and fields. This includes support for polynomials and matrices. A system of computable real numbers is used to handle some of the sequences requiring computation in the reals.

The collection of programs is available on github: jOEIS

Other Activities