P484
projecteuler.net

Arithmetic Derivative

ℹ️Published on Saturday, 11th October 2014, 01:00 pm; Solved by 442;
Difficulty rating: 100%

The arithmetic derivative is defined by

  • p=1 for any prime p
  • (ab)=ab+ab for all integers a,b (Leibniz rule)

For example, 20=24.

Find gcd(k,k) for 1<k5×1015.

Note: gcd(x,y) denotes the greatest common divisor of x and y.



Soluzione

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