An unofficial, open-source React Native mobile client for OEIS.org.
Search and browse the On-Line Encyclopedia of Integer Sequences (OEIS) easily from your iPhone, iPad, iPod, or Android device!
Features:
- Easy-to-use app tailored for a mobile experience while retaining the essence of the OEIS.
- Free to use within the end-user license agreement of the OEIS.
- Use advanced search techniques just like on the website (such as
id:A000045
to retrieve only the sequence with IDA000045
orkeyword:more
to find sequences that need more terms). - Tap the Share button to share a link to the sequence.
Neither this app nor the developer are affiliated with the Online Encyclopedia of Integers (https://oeis.org). All of the sequences and related information are retrieved from the OEIS. OEIS and THE ON-LINE ENCYCLOPEDIA OF INTEGER SEQUENCES are trademarks of The OEIS Foundation Inc. More information can be found at http://oeisf.org.
You should be able to build the app by cloning the repo and installing React Native + dependencies with npm
:
git clone https://github.com/mshmoustafa/oeisclient.git
npm install
react-native run-ios # or run-android to build the Android app