Programmatic access to On-Line Encyclopedia of Integer Sequences

前端 未结 5 1033
自闭症患者
自闭症患者 2020-12-24 06:10

Is there a way to search and retrieve the results from On-Line Encyclopedia of Integer Sequences (http://oeis.org) programmatically?

I have searched their site and t

5条回答
  •  既然无缘
    2020-12-24 07:15

    A URL of the form http://oeis.org/search?fmt=text&q=2,5,14,50,233 gives a nicely formatted text output.

    But it seems there is no way to get a single sequence in text form.

提交回复
热议问题