跳到主要内容

東京大学 情報理工学系研究科 創造情報学専攻 2007年8月実施 筆記試験 第1問

Author

itsuitsuki

Description

Let NN be the number of divisors of a positive integer JJ. Let us compute the smallest JJ for a given NN. Note that JJ and 11 are included among the divisors of JJ.

(1) Calculate the smallest JJ each for N=5N=5 and N=8N=8.

(2) Let JJ be prime factorized as J=i=0k1piaiJ=\prod_{i=0}^{k-1}p_i^{a_i} where pip_is are mutually different prime numbers and aia_is are positive integers for 0i<k0\le i<k. Describe NN in a mathematical formula.

(3) When NN is odd, what kind of number is JJ?

(4) Based on (2), describe the outline of a method to compute the smallest JJ given NN. Moreover, describe ways to decrease computational complexity.

(5) Calculate the smallest JJ for N=24N=24.

题目描述

设正整数 JJ 的正因数个数为 NN,其中 11JJ 本身也计入。现要对给定的 NN 求满足条件的最小 JJ

  1. 分别在 N=5N=5N=8N=8 时求最小的 JJ

  2. J=i=0k1piai,J=\prod_{i=0}^{k-1}p_i^{a_i},

    其中 pip_i 是两两不同的素数,aia_i0i<k0\le i<k 均为正整数,写出 NN 的数学表达式。

  3. NN 为奇数时,JJ 必须是哪一类数?

  4. 根据第 2 问,概述由给定 NN 求最小 JJ 的方法,并说明如何降低计算复杂度。

  5. N=24N=24 时最小的 JJ