Блог пользователя Everule

Автор Everule, история, 7 месяцев назад, По-английски

Lucas theorem deals with analyzing the structure of $$$\binom{n}{r} \mod p$$$ for prime $$$p$$$. $$$\binom{n}{r}$$$ is odd if and only if $$$r$$$ is a submask of $$$n$$$. If that doesn't catch your attention probably this blog isn't for you ...

Case 1: $$$n = p$$$

Combinatorial interpretation
Algebraic interpretation

Case 2: $$$n = p^t$$$

Combinatorial Interpretation
Algebraic Interpretation

Case 3: $$$n = \sum_t d_t \times p^t$$$

Combinatorial Interpretation
Algebraic Interpretation
Example problem to use the internal operation instead of the final result
  • Проголосовать: нравится
  • +155
  • Проголосовать: не нравится

»
7 месяцев назад, # |
  Проголосовать: нравится -12 Проголосовать: не нравится

is p prime?

»
7 месяцев назад, # |
Rev. 3   Проголосовать: нравится +6 Проголосовать: не нравится

Yet another geniosity blog

Btw, for anyone interested, here is the object that is actually described in case 1

»
7 месяцев назад, # |
  Проголосовать: нравится +8 Проголосовать: не нравится

Thanks for posting.