本帖最后由 yangchuanju 于 2022-12-1 09:25 编辑
在OEIS网站搜索,没有搜索到末尾5位数都是1的光棍数,确无意之中搜索到一个末尾1-10000位都是1的数字列表,只不过这些数字的3次方才在末尾有1-10000个数字1。
A153042
a(n)...a(1) = digital representation of n-digit number m, the cube of which, m^3, ends with n 1's.
a(n)至a(1)是n位数字m的数字表示,其立方体 m^3 以n个1结尾。
1, 7, 4, 8, 8, 2, 8, 6, 3, 7, 3, 6, 6, 1, 7, 8, 5, 8, 9, 7, 2, 8, 7, 7, 5, 3, 8, 3, 9, 8, 9, 8, 7, 2, 7, 1, 7, 1, 1, 6, 3, 2, 9, 2, 2, 2, 7, 7, 3, 7, 3, 0, 0, 3, 1, 8, 6, 7, 8, 4, 5, 6, 2, 5, 2, 2, 3, 0, 3, 8, 5, 9, 7, 9, 0, 3, 6, 3, 3, 8, 0, 8, 0, 0, 2, 5, 0, 1, 1, 2, 2, 6, 9, 1, 2, 2, 1, 1, 9, 1, 8, 8, 5, 7, 7,……
例:1^3= 1; 71^3 = 357911; 471^3 = 104487111; 8471^3 = 607860671111.
88471^3=692472942511111,……
|