P322
projecteuler.net

Binomial Coefficients Divisible by 10

ℹ️Published on Sunday, 30th January 2011, 04:00 am; Solved by 523;
Difficulty rating: 70%

Let $T(m, n)$ be the number of the binomial coefficients $^iC_n$ that are divisible by $10$ for $n \le i \lt m$ ($i$, $m$ and $n$ are positive integers).
You are given that $T(10^9, 10^7-10) = 989697000$.

Find $T(10^{18}, 10^{12}-10)$.



Soluzione

Last modified: May 01, 2025. Website built with Franklin.jl and the lovely Julia programming language.