返回题库

HMMT 二月 2005 · 冲刺赛 · 第 5 题

HMMT February 2005 — Guts Round — Problem 5

专题
Discrete Math / 离散数学
难度
L3
来源
HMMT

题目详情

  1. [6] For how many integers n between 1 and 2005, inclusive, is 2 · 6 · 10 · · · (4 n − 2) divisible by n !?
解析
  1. For how many integers n between 1 and 2005, inclusive, is 2 · 6 · 10 · · · (4 n − 2) divisible by n !? Solution: 2005 Note that n 2 · 6 · 10 · · · (4 n − 2) = 2 · 1 · 3 · 5 · · · (2 n − 1) 1 · 2 · 3 · · · 2 n n = 2 · 2 · 4 · 6 · · · 2 n 1 · 2 · 3 · · · 2 n = , 1 · 2 · 3 · · · n ( ) 2 n 2 that is, it is just (2 n )! /n !. Therefore, since (2 n )! / ( n !) = is always an integer, the n answer is 2005.