← Complete problem index

PROJECT EULER · #0322

Binomial Coefficients Divisible by 10

Statement only · UnsolvedOriginal problem ↗

Let T(m,n) be the number of the binomial coefficients iCn that are divisible by 10 for ni<m (i, m and n are positive integers).
You are given that T(109,10710)=989697000.

Find T(1018,101210).

Write-up coming later

The complete problem is available here. An approach, code, and answer will be added later.