You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
It could be cool to have an endpoint to get a random fact about a sequence of numbers, eg. /v2/sequences?nums=1,2,7,10 would get a random sequence containing the numbers 1, 2, 7, and 10, and return info about it to the user
The text was updated successfully, but these errors were encountered:
This website has random facts about sequences of integers: https://oeis.org/
looks like they have some json api endpoints too: https://stackoverflow.com/questions/5991756/programmatic-access-to-on-line-encyclopedia-of-integer-sequences
It could be cool to have an endpoint to get a random fact about a sequence of numbers, eg. /v2/sequences?nums=1,2,7,10 would get a random sequence containing the numbers 1, 2, 7, and 10, and return info about it to the user
The text was updated successfully, but these errors were encountered: