Wolfram Function Repository
Instant-use add-on functions for the Wolfram Language
Function Repository Resource:
Look up a sequence of numbers on the Online Encyclopedia of Integer Sequences (OEIS)
ResourceFunction["OEISLookup"][seq] looks up the sequence of numbers seq on the Online Encyclopedia of Integer Sequences. |
Look up the sequence of prime numbers:
In[1]:= |
Out[1]= |
Query the first result:
In[2]:= |
Out[2]= |
Get the first matching sequence:
In[3]:= |
Out[3]= |
Get the names of all matching sequences returned:
In[4]:= |
Out[4]= |
An example from the page Hints for Using On-Line Encyclopedia of Integer Sequences (or OEIS). Lookup the sequence of integers:
In[5]:= |
Out[5]= |
If you know the A number you can use the resource functions OEISSequence and OEISSequenceData:
In[6]:= |
Out[6]= |
In[7]:= |
Out[7]= |
You can look up other properties with OEISSequenceData:
In[8]:= |
Out[8]= |
This work is licensed under a Creative Commons Attribution 4.0 International License