Wolfram Function Repository
Instant-use add-on functions for the Wolfram Language
Function Repository Resource:
Generate an association of information containing a qualifying sequence, its start position and its digit path
ResourceFunction["FindNumberSequence"][n,len,crit] generates an association of information containing a qualifying sequence, its start position, and its digit path for the number n of length len for which crit[ei] is True. | |
ResourceFunction["FindNumberSequence"][{n,b},len,crit] generates an association of information containing a qualifying sequence, its start position and its digit path for the number n in base b. |
Find the first 10-digit Prime that appears in the sequence of digits of E:
In[1]:= |
|
Out[1]= |
|
Find the first 5-digit prime number that appears in the sequence of digits of Pi:
In[2]:= |
|
Out[2]= |
|
Find the first 10-digit odd number that appears in the sequence of digits of E in base 5:
In[3]:= |
|
Out[3]= |
|
This work is licensed under a Creative Commons Attribution 4.0 International License