p prime ∑ k = 1 ∑ ∞ 2 p k − 1 1 = n = 1 ∑ ∞ f ( n ) 2 − n
Let f ( n ) be an additive function satisfying the equation above.
Find f ( 1 0 1 2 3 ) .
This section requires Javascript.
You are seeing this because something didn't load right. We suggest you, (a) try
refreshing the page, (b) enabling javascript if it is disabled on your browser and,
finally, (c)
loading the
non-javascript version of this page
. We're sorry about the hassle.
Although, you only really need to determine f ( 2 ) and f ( 5 ) , and 2 − 2 , 2 − 5 are only found once in 2 − 2 1 1 , 2 − 5 1 1 respectively.
Problem Loading...
Note Loading...
Set Loading...
2 p i k − 1 1 = 2 − p i k 1 − 2 − p i k 1 = 2 − p i k ( 1 + 2 − p i k + 2 − 2 p i k + . . . ) for some p i , k .
This includes 2 − n iff p i k ∣ n .
Summing over all k , we get a amounts of 2 − n where p i divides into n a times.
Summing over all primes, for n = p 1 α 1 p 2 α 2 . . . , we get α 1 + α 2 + . . . lots of 2 − n .
Hence f ( n ) = Ω ( n ) the total number of prime factors of n , which is trivially additive.
f ( 1 0 1 2 3 ) = 1 2 3 f ( 1 0 ) = 1 2 3 ( f ( 2 ) + f ( 5 ) ) = 2 ∗ 1 2 3 = 3 4 5 6 .