P120
projecteuler.net

Square Remainders

ℹ️Published on Friday, 21st April 2006, 06:00 pm; Solved by 15235;
Difficulty rating: 25%

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.



Soluzione

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