← Complete problem index

PROJECT EULER · #0120

Square Remainders

Statement only · SolvedOriginal problem ↗

Let r be the remainder when (a1)n+(a+1)n is divided by a2.

For example, if a=7 and n=3, then r=42: 63+83=72842mod49. And as n varies, so too will r, but for a=7 it turns out that rmax=42.

For 3a1000, find rmax.

Write-up coming later

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