LNNBot/指令/oeis
外观
oeis
| ||
| 父级指令 | util.misc
| |
oeis 指令可查询整数数列在线百科全书(OEIS.org)。
search
oeis.search
| ||
| 属性 | 微指令、严格选项解析 | |
搜索整数数列在线百科全书。
oeis search <query:rawtext...>
选项
| 语法 | 说明 |
|---|---|
-i, --index <natural:natural> |
指定要返回的结果序号。 |
bfile
oeis.bfile
| ||
| 属性 | 微指令 | |
从整数数列在线百科全书获取 b-file(数列数值文件)。
oeis bfile <a-number>
使用 rpipeline 将本指令的结果输入给 eval 时,$ 的值是一个数组,包含数列各项的值(类型为 bigint),若数列项的序号不从 0 开始,开头的若干项会被 NaN 填充。