oeis吧 关注:26贴子:335
  • 8回复贴,共1

OEIS发表数列注意事项

只看楼主收藏回复

【Format】https://oeis.org/eishelp2.html
【Style Sheet】https://oeis.org/wiki/Style_Sheet


IP属地:湖南1楼2023-12-24 11:09回复
    1.data
    数列的前若干项,如果有能力算出,长度控制在internal format的3行左右,大约是260字符,最好粘贴在记事本上删减,最后一项后是没有“, ”的
    可以包含负数和0,但必须是整数,如果是分数需要把分子和分母分开
    即使计算困难,也需要至少有4项,否则需要换一种方式


    IP属地:湖南2楼2023-12-24 11:13
    回复
      2.keywords
      https://oeis.org/eishelp2.html#RK
      https://oeis.org/wiki/User:Charles_R_Greathouse_IV/Keywords
      这两个链接中介绍得很详细


      IP属地:湖南3楼2023-12-24 11:15
      回复
        3.b-file
        注意,b-file一般在数列批准后才能上传
        格式为
        1 2
        2 3
        3 5
        4 7
        5 11
        6 13
        7 17
        8 19
        9 23
        10 29
        (OEIS上的教程容易引起歧义,最后一行没有etc)
        一般b-file的长度为10000项,如果计算困难就不必要,如果数量较大可以适当缩减
        *最后必须有空行,否则最后一项会被屏蔽
        *数字的位数不能超过1000
        *文件大小不能超过10M
        https://oeis.org/wiki/B-files
        https://oeis.org/SubmitB.html


        IP属地:湖南4楼2023-12-24 11:18
        回复
          4.A-number
          由A后接六位数组成,如A064413,A353651;OEIS数列的绝对目录编号
          *"The Encyclopedia of Integer Sequences"收录的数列有4位M-number;
          *"A Handbook of Integer Sequences"收录的数列有4位N-number。


          IP属地:湖南来自Android客户端5楼2023-12-29 18:55
          回复
            5. name
            数列的精简准确定义;
            (1)a(n)有无需使用其他未知数的定义;e.g. a(n) = a(n-1) + a(n-3);
            (2)a(n)的定义需要引入其他参数,一般单参数使用k;e.g. Numbers k such that k and k+1 have the same number of divisors.
            a(n) is the least nonnegative integer k such that the 2-valuation of 3^k+5 is n, or -1 if no such number exists.
            *(3)a(n)是数组中的某项;e.g. Largest elements of triples (a, b, c) with a > b > c > 0 such that ab+c, ac+b and bc+a are perfect squares.
            *(4)a(n)为分数数列的分子或分母;e.g. Numerators of harmonic numbers H(n) = Sum_{i=1..n} 1/i.
            .


            IP属地:湖南来自Android客户端6楼2023-12-29 19:18
            回复
              *(5)数列为正方形(准确地说,任一行的项数不确定或无限大):此时data按照副对角线读取;
              如 1 2 3 4 …
              2 4 6 8 …
              4 8 12 16 …
              8 16 24 32…

              为1, 2, 2, 4, 4, 3, 8, 8, 6, 4, …
              name需要由"Table read by antidiagonals: T(n, k) is"开头,T(n, k)表示表格的第n行第k列;
              e.g. Table read by antidiagonals: T(n,k) is the number of tilings of the n X k torus up to 180-degree rotation by two tiles that are both fixed under 180-degree rotation.
              *(6)数列为三角形;即前若干行的项数有限。data此时逐行读取即可。
              name由"(Irregular) Triangle read by rows: T(n, k) is"开头,若三角形每行项数不是等差数列则为Irregular,T(n, k)表示第n行第k项。


              IP属地:湖南来自Android客户端7楼2023-12-29 19:28
              回复
                6. offset
                由2个数字组成;
                第一个数表示第一项的下标;
                第二个数系统自动填写,表示第一个大于1的项的下标(用于排序)。


                IP属地:湖南来自Android客户端8楼2023-12-29 19:31
                回复
                  一些补充:1.尽量不要纯手算data,提交之前先考虑能不能写出程序,如果可以就用程序验证;
                  2.格式有疑问要善用搜索,建议选Sort:created(最新发表的数列)


                  IP属地:湖南来自Android客户端9楼2025-01-28 15:43
                  回复