Define an arithmetic function
I need help to define an arithmetic function f_k related to a non negative integer k. For example f_k(720)= 2^gcd(4,k) * 3^gcd(2,k).
I need help to define an arithmetic function f_k related to a non negative integer k. For example f_k(720)= 2^gcd(4,k) * 3^gcd(2,k).
Please start posting anonymously - your entry will be published after you log in or create a new account.
Asked: 2024-06-09 20:29:04 +0100
Seen: 111 times
Last updated: Jun 09
Do you need something like the following?
f_k(720)= 2^gcd(4,k) * 3^gcd(2,k)
is not a function definition. Please define what isf_k(n)
.