Oeis: Search By Sequence
Oeis via Parse · education
Identify sequences by providing known terms as a comma-separated string. Delegates to the OEIS search engine with the values as the query. Useful for identifying a sequence when you know some of its terms. API for searching and retrieving integer sequences from the On-Line Encyclopedia of Integer Sequences (OEIS). Supports keyword search, A-number lookup, sequence data retrieval, and searching by sequence values. Fulfilled by Parse from oeis.org.
- developer-tools
- education
- oeis
- oeis-org
- other
- parse
- platform-key
Price and execution
- Price
- $0.02 USD credits / call
- Trust tier
- Verified
- Execution
- Managed call
- Capability group
- education
Interface snapshot
- Protocol
- HTTP operation
- Operation
- GET /scraper/970d2964-672b-4fa3-ac30-0a50d22952e0/search_by_sequence
- Interface artifact
- sha256:43426fe220055d43893662ad4e377a42b184e4df6bc362a4fcaff54e195f87fc
- Manifest digest
- sha256:faf142998ba5c6d63232be811a00b0ef59b5139a444ff0afb4039d9bb1a6c945
Request fields
- limit (integer): Maximum number of results to return.
- sequence (string, required): Comma-separated sequence values (e.g., 1,1,2,3,5,8,13).
Example queries
- {"limit":"3","sequence":"1,1,2,3,5,8,13"}