Find url to search in OEIS a given text
Arguments
- txt
A string with the text to search in OEIS web
Value
A string with the search url in OEIS
Examples
search_txt <- "Numbers n with property that in base 4 representation"
OEIS_search_url(search_txt)
#> [1] "https://oeis.org/search?q=Numbers+n+with+property+that+in+base+4+representation"