← Complete problem index

PROJECT EULER · #0830

Binomials and Powers

Statement only · UnsolvedOriginal problem ↗

Let S(n)=k=0n(nk)kn.

You are given, S(10)=142469423360.

Find S(1018). Submit your answer modulo 833893973.

Write-up coming later

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