Skip to content

Latest commit

 

History

History
132 lines (95 loc) · 4.65 KB

README.md

File metadata and controls

132 lines (95 loc) · 4.65 KB

Contributors Forks Stargazers Issues MIT License


Logo

View Demo · Report Bug · Request Feature · Changelog

Table of Contents

About The Project

Web File Uploader Screenshot

A conventional dictionary is a collection of words, together with explanations of their meanings, hints for their pronunciation, pictures illustrating particular words, examples showing how the words have been used in books and newspapers, and so on.

The OEIS is a collection of sequences of numbers (such as 1, 2, 4, 8, 16, 32, 64, 128, …) together with, for each sequence, a list of items such as:

  • The first 10, or 10,000, or sometimes 500,000 terms of the sequence
  • A definition or description of the sequence
  • Comments explaining further properties of the sequence
  • Formulas for generating the sequence
  • Computer programs for generating the sequence
  • References to books and articles where the sequence has appeared
  • Links to web pages on the Internet where the sequence has appeared

The OEIS stores over 350,000 entries as of 2023, and is growing rapidly. These sequences come from many sources - books, journals, articles, letters and emails from thousands of contributors.

Built With

Getting Started

This guide assumes you have git, node and npm installed. No other dependencies are required.

git clone https://github.com/popey456963/pretty-oeis && cd pretty-oeis
npm install
npm run dev

Roadmap

See the open issues for a list of proposed features (and known issues).

Contributing

Contributions are what make the open source community such an amazing place to be learn, inspire, and create. Any contributions you make are greatly appreciated.

  1. Fork the Project
  2. Create your Feature Branch (git checkout -b feature/AmazingFeature)
  3. Commit your Changes (git commit -m 'Add some AmazingFeature')
  4. Push to the Branch (git push origin feature/AmazingFeature)
  5. Open a Pull Request

License

Distributed under the MIT License. See LICENSE for more information.

Contact

Alexander Craggs - oeis@femto.dev
Tom Emmerson - tom@carefully.codes

Project Link: https://github.com/popey456963/pretty-oeis

Acknowledgements