0%

Problem 812


Problem 812


Dynamical Polynomials

A dynamical polynomial is a monic polynomial f(x) with integer coefficients such that f(x) divides f(x22).

For example, f(x)=x2x2 is a dynamical polynomial because f(x22)=x45x2+4=(x2+x2)f(x).

Let S(n) be the number of dynamical polynomials of degree n.

For example, S(2)=6, as there are six dynamical polynomials of degree 2:
x24x+4x2x2x24x21x2+x1x2+2x+1
Also, S(5)=58 and S(20)=122087.

Find S(10 000). Give your answer modulo 998244353.


动态多项式

若首一整系数多项式f(x)整除f(x22),则称之为动态多项式

例如,f(x)=x2x2是动态多项式,因为f(x22)=x45x2+4=(x2+x2)f(x)

S(n)为最高次数为n的动态多项式的数目。

例如,S(2)=6,因为共有六个最高次数为2的动态多项式:
x24x+4x2x2x24x21x2+x1x2+2x+1
已知S(5)=58S(20)=122087

S(10 000),并将你的答案对998244353取余。


Gitalking ...