東京大学 情報理工学系研究科 創造情報学専攻 2007年8月実施 筆記試験 第1問
标签:
Author
Description
Let be the number of divisors of a positive integer . Let us compute the smallest for a given . Note that and are included among the divisors of .
(1) Calculate the smallest each for and .
(2) Let be prime factorized as where s are mutually different prime numbers and s are positive integers for . Describe in a mathematical formula.
(3) When is odd, what kind of number is ?
(4) Based on (2), describe the outline of a method to compute the smallest given . Moreover, describe ways to decrease computational complexity.
(5) Calculate the smallest for .
题目描述
设正整数 的正因数个数为 ,其中 和 本身也计入。现要对给定的 求满足条件的最小 。
-
分别在 和 时求最小的 。
-
若
其中 是两两不同的素数, 对 均为正整数,写出 的数学表达式。
-
当 为奇数时, 必须是哪一类数?
-
根据第 2 问,概述由给定 求最小 的方法,并说明如何降低计算复杂度。
-
求 时最小的 。