① Click the flag. ② Select the number of beads and click. ③ The cat sings and displays the combination of beads. Represent the placement of necklace permutation sequence from 1 to the maximum number in order of 1 or a series of natural numbers as a bead in the case where the number of beads is 4 to 7. In the case of seven it will not be displayed forever so if the program is not defective it may be that the correct answer does not exist. 【 数珠順列 】 ① 旗をクリック。 ② 珠の数を選んでクリック。 ③ 猫が鳴き、数珠の組み合わせを表示。 自然数の単独または一連の合計により 1から順番に最大数まで表す数珠順列の配置を 珠の個数が4~7個の場合のネックレスとして表す。 7個の場合はいつまでも表示されないので プログラムの不良でないとすれば 正解が存在しないのかも。
There are a necklace here. Each bead means any one of natural numbers starting from 1. In the case of three beads, [1] [2] [1+2] [4] [1+4] [2+4] [1+2+4] can represent numbers from 1 to 7. 1 4 2 Through the combination of beads connected in this way think of the arrangement of beads that can represent up to the maximum number from 1 to 4 in even more cases. ここに数珠がある。 それぞれの珠は、1から始まる自然数のどれか一つを意味する。 3個の珠の場合、[-1-2-4-]という配置なら 単独または一連の珠の組み合わせにより [1][2][1+2][4][1+4][2+4][1+2+4]として 1~7までの数が表せる。 1 4 2 このようにつながった珠の組み合わせにより 1から順番に最大数まで表せる数珠の配置を 4個以上の場合でも考える。