Highest power of given primen number in all binomial coefficients of n [closed]
Clash Royale CLAN TAG#URR8PPP
up vote
0
down vote
favorite
Given prime number p and integer n, for what value of i where 0$leq$i$leq$n, the highest of p in $n choose i$ occurs.
prime-numbers binomial-coefficients combinations
closed as off-topic by Nosrati, Leucippus, max_zorn, José Carlos Santos, amWhy Aug 31 at 9:41
This question appears to be off-topic. The users who voted to close gave this specific reason:
- "This question is missing context or other details: Please improve the question by providing additional context, which ideally includes your thoughts on the problem and any attempts you have made to solve it. This information helps others identify where you have difficulties and helps them write answers appropriate to your experience level." â Nosrati, Leucippus, max_zorn, José Carlos Santos, amWhy
add a comment |Â
up vote
0
down vote
favorite
Given prime number p and integer n, for what value of i where 0$leq$i$leq$n, the highest of p in $n choose i$ occurs.
prime-numbers binomial-coefficients combinations
closed as off-topic by Nosrati, Leucippus, max_zorn, José Carlos Santos, amWhy Aug 31 at 9:41
This question appears to be off-topic. The users who voted to close gave this specific reason:
- "This question is missing context or other details: Please improve the question by providing additional context, which ideally includes your thoughts on the problem and any attempts you have made to solve it. This information helps others identify where you have difficulties and helps them write answers appropriate to your experience level." â Nosrati, Leucippus, max_zorn, José Carlos Santos, amWhy
add a comment |Â
up vote
0
down vote
favorite
up vote
0
down vote
favorite
Given prime number p and integer n, for what value of i where 0$leq$i$leq$n, the highest of p in $n choose i$ occurs.
prime-numbers binomial-coefficients combinations
Given prime number p and integer n, for what value of i where 0$leq$i$leq$n, the highest of p in $n choose i$ occurs.
prime-numbers binomial-coefficients combinations
prime-numbers binomial-coefficients combinations
asked Aug 31 at 5:08
Sai Satwik Kuppili
66
66
closed as off-topic by Nosrati, Leucippus, max_zorn, José Carlos Santos, amWhy Aug 31 at 9:41
This question appears to be off-topic. The users who voted to close gave this specific reason:
- "This question is missing context or other details: Please improve the question by providing additional context, which ideally includes your thoughts on the problem and any attempts you have made to solve it. This information helps others identify where you have difficulties and helps them write answers appropriate to your experience level." â Nosrati, Leucippus, max_zorn, José Carlos Santos, amWhy
closed as off-topic by Nosrati, Leucippus, max_zorn, José Carlos Santos, amWhy Aug 31 at 9:41
This question appears to be off-topic. The users who voted to close gave this specific reason:
- "This question is missing context or other details: Please improve the question by providing additional context, which ideally includes your thoughts on the problem and any attempts you have made to solve it. This information helps others identify where you have difficulties and helps them write answers appropriate to your experience level." â Nosrati, Leucippus, max_zorn, José Carlos Santos, amWhy
add a comment |Â
add a comment |Â
1 Answer
1
active
oldest
votes
up vote
0
down vote
accepted
Kummer's theorem on binomial coefficients tells you that the exponent of $p$ occurring in $n choose i$ is the number of carries when adding $n-i$ to $i$ in base $p$. So you want to choose $i$ to maximize this number of carries. The maximum number of carries will occur with $i = p^m-1$
where $p^m le n < p^m+1$ (this generally won't be the only solution).
add a comment |Â
1 Answer
1
active
oldest
votes
1 Answer
1
active
oldest
votes
active
oldest
votes
active
oldest
votes
up vote
0
down vote
accepted
Kummer's theorem on binomial coefficients tells you that the exponent of $p$ occurring in $n choose i$ is the number of carries when adding $n-i$ to $i$ in base $p$. So you want to choose $i$ to maximize this number of carries. The maximum number of carries will occur with $i = p^m-1$
where $p^m le n < p^m+1$ (this generally won't be the only solution).
add a comment |Â
up vote
0
down vote
accepted
Kummer's theorem on binomial coefficients tells you that the exponent of $p$ occurring in $n choose i$ is the number of carries when adding $n-i$ to $i$ in base $p$. So you want to choose $i$ to maximize this number of carries. The maximum number of carries will occur with $i = p^m-1$
where $p^m le n < p^m+1$ (this generally won't be the only solution).
add a comment |Â
up vote
0
down vote
accepted
up vote
0
down vote
accepted
Kummer's theorem on binomial coefficients tells you that the exponent of $p$ occurring in $n choose i$ is the number of carries when adding $n-i$ to $i$ in base $p$. So you want to choose $i$ to maximize this number of carries. The maximum number of carries will occur with $i = p^m-1$
where $p^m le n < p^m+1$ (this generally won't be the only solution).
Kummer's theorem on binomial coefficients tells you that the exponent of $p$ occurring in $n choose i$ is the number of carries when adding $n-i$ to $i$ in base $p$. So you want to choose $i$ to maximize this number of carries. The maximum number of carries will occur with $i = p^m-1$
where $p^m le n < p^m+1$ (this generally won't be the only solution).
answered Aug 31 at 5:37
Robert Israel
307k22201443
307k22201443
add a comment |Â
add a comment |Â