← Complete problem index

PROJECT EULER · #0831

Triple Product

Statement only · UnsolvedOriginal problem ↗

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

j=0mi=0j(1)ji(mj)(ji)(j+5+6ij+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.

Write-up coming later

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