A permutation of is a rearrangement of these numbers. A coprime permutation is a rearrangement such that all pairs of adjacent numbers are coprime.
Let be the number of coprime permutations of .
For example, as there are two coprime permutations, and . You are also given .
Find and give your answer modulo .
886. 互质排列
将 重新排列得到的数列称为该集合的一个排列。如果该排列满足:任意两个相邻的元素互质,则称该排列是一个 互质排列。
记 为 的互质排列的数量。已知 ,因为只有 、 这两个互质排列。你还知道 。
求 模 的值。
点 这个链接 回到源站。
点 这个链接 回到详细版题目目录。