Section 19.1 Exploring a New Sequence of Functions
ΒΆDefinition 19.1.1.
For n>0, let Οk(n) be defined as the sum of the kth power of the (positive) divisors of n, thus:
Remark 19.1.2.
Incidentally, very (very) often one will see Ο0(n) written as Ο(n), sometimes also as d(n). Usually Ο1(n) is written simply Ο(n), though Euler apparently used β«n in his writings (can you think why?).
Question 19.1.3.
Can you find some or all of the following for these functions?
A formula, at least for some input types.
See if at least a limited form of multiplicativity (recall Definition 18.1.2) holds.
You might also want to look at questions like these.
Can two different n yield the same Οk (for a given k)? If so, when β or when not? Can they be consecutive?
Is it possible to say anything about when one of these functions yields even results β or ones divisible by three, four, β¦ ?
Clearly the size of these functions somehow is related to the size of n β for instance, it is obvious that Ο0(n)=Ο(n) can't possibly be bigger than n itself! So how big can these functions get, relative to n? How small?
Can anything be said about congruence values of these functions? (This is a little harder.)
If you come up with a new idea, why not challenge someone else to prove it? See Exercise Group 19.6.2β4 for past examples.