Content deleted Content added
+sum of (the distinct) primes dividing n |
No edit summary |
||
Line 2:
The most important arithmetic functions are the [[additive function|additive]] and the [[multiplicative function|multiplicative]] ones.
An important operation on arithmetic functions is the [[Dirichlet convolution]].
=== Examples ===
The articles on additive and multiplicative functions contain several important examples. ▼
▲The articles on additive and multiplicative functions contain several
* ''c''<sub>''4''</sub>(''n'') - the number of ways that ''n'' can be expressed as the sum of four squares of nonnegative integers, where we distinguish between different orders of the summands. For example:▼
▲* ''c''<sub>
::1 = 1<sup>2</sup>+0<sup>2</sup>+0<sup>2</sup>+0<sup>2</sup> = 0<sup>2</sup>+1<sup>2</sup>+0<sup>2</sup>+0<sup>2</sup> = 0<sup>2</sup>+0<sup>2</sup>+1<sup>2</sup>+0<sup>2</sup> = 0<sup>2</sup>+0<sup>2</sup>+0<sup>2</sup>+1<sup>2</sup>,
:hence ''c''<sub>4</sub>(1)=4
* ''P''(''n''), the [[Partition function]] - the number of representations of ''n'' as a sum of positive integers, where we don't distinguish between different orders of the summands. For instance: ''P''(2 · 5) = ''P''(10) = 42 and ''P''(2)''P''(5) = 2 · 7 = 14 ≠ 42.
* π (''n''), the [[Prime number theorem|Prime counting function]] - the number of [[prime number|primes]] less than or equal to a given number ''n''. We have π(1) = 0
* ''a''<sub>
* ''a''<sub>
|