登录
A356681型
字典上最早的非负整数的无限平方树序列,以1,3开头。
6
1, 3, 0, 1, 0, 2, 0, 1, 0, 3, 0, 1, 0, 2, 0, 1, 2, 0, 2, 1, 0, 1, 2, 0, 1, 0, 2, 0, 1, 2, 0, 2, 1, 0, 1, 3, 0, 1, 0, 2, 0, 1, 0, 3, 0, 1, 0, 2, 0, 1, 2, 0, 2, 1, 0, 1, 2, 0, 1, 0, 2, 0, 1, 2, 0, 2, 1, 2, 0, 1, 0, 2, 0, 1, 2, 0, 3, 0, 1, 0, 2, 0, 1, 0, 3, 0, 1
抵消
1,2
链接
乔伊·雷克达斯·盖尔,n=1..10000时的n,a(n)表
Siddharth Berera、Andrs Gómez-Colunga、Joey Lakerdas-Gayle、John López、Mauditra Matin、Daniel Roebuck、Eric Rowland、Noam Scully和Juliet Whidden,具有给定前缀的词典编纂最小平方自由词,arXiv:2210.00508[math.CO],2022年。
黄体脂酮素
(Python)
#检查在单词末尾追加字母是否引入正方形
def makes_square(单词,字母):
new_word=单词+[字母]
对于范围(1,len(new_word)//2+1)中的l:
如果new_word[-l:]==new_word[-2*l:-l]:
return True
返回False
#返回L(单词)的前n个字母的列表
def build_square_free(单词,n):
new_word=单词[:]
对于范围内的i(n-len(单词)):
next_letter=0
而makes_square(new_word,next_letter):
next_letter+=1
new_word+=[下一个字母]
返回新单词
#返回的前n项列表A356681型
定义A356681型_列表(n):
返回build_square_free([1,3],n)
打印(A356681型_列表(87))
交叉参考
其他单词开头:A007814号(w=0),A356677型(w=1),A356678(w=2),A356679型(w=3),A356680型(w=1,2),该序列(w=1.3),A356682型(w=2.1)。
关键词
非n
作者
状态
经核准的