P831
projecteuler.net

Triple Product

ℹ️Published on Sunday, 26th February 2023, 01:00 am; Solved by 197;
Difficulty rating: 60%

Let $g(m)$ be the integer defined by the following double sum of products of binomial coefficients:

$$\sum_{j=0}^m\sum_{i = 0}^j (-1)^{j-i}\binom mj \binom ji \binom{j+5+6i}{j+5}.$$

You are given that $g(10) = 127278262644918$.
Its first (most significant) five digits are $12727$.
Find the first ten digits of $g(142857)$ when written in base $7$.



Soluzione

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