6: Difference between revisions
(Created page with "{{particular natural number}} ==Summary== ===Factorization=== The number 6 has the following factorization, with prime factors 2 and 3: <math>6 = 2^1 \cdot 3^1 = 2...") |
No edit summary |
||
Line 19: | Line 19: | ||
|- | |- | ||
| [[factorial]]: product of the first few natural numbers || product of the first three natural numbers (if we start the indexing from the zeroth factorial, which is an empty product and evaluates to 1, it is the ''fourth'' in the list) || {{#lst:factorial|list}} || <math>1 \cdot 2 \cdot 3 = 6</math> | | [[factorial]]: product of the first few natural numbers || product of the first three natural numbers (if we start the indexing from the zeroth factorial, which is an empty product and evaluates to 1, it is the ''fourth'' in the list) || {{#lst:factorial|list}} || <math>1 \cdot 2 \cdot 3 = 6</math> | ||
|} | |||
==Arithmetic functions== | |||
{| class="sortable" border="1" | |||
! Function !! Value !! Explanation | |||
|- | |||
| {{arithmetic function value|Euler totient function|2}} || The Euler totient function is <math>(2 - 1)(3 - 1) = (1)(2) = 2</math>. | |||
|- | |||
| {{arithmetic function value|universal exponent|2}} || The universal exponent is <math>\operatorname{lcm}\{(2 - 1),(3 - 1) \} = 2</math>. | |||
|- | |||
| {{arithmetic function value|divisor count function|4}} || <math>(1 + 1)(1 + 1)</math> where the first 1s in both factors are the multiplicities of the prime divisors. | |||
|- | |||
| {{arithmetic function value|divisor sum function|12}} || <math>(2^2-1)/(2-1)</math> times <math>(3^2 - 1)/(3 - 1)</math> equals <math>(3)(4) = 12</math>. | |||
|- | |||
| {{arithmetic function value|Mobius function|1}} || The number is square-free and has an even number of prime divisors (2 prime divisors). | |||
|} | |} |
Revision as of 17:32, 3 July 2012
This article is about a particular natural number.|View all articles on particular natural numbers
Summary
Factorization
The number 6 has the following factorization, with prime factors 2 and 3:
Properties and families
Property or family | Parameter values | First few members of the family | Proof of satisfaction/membership/containment |
---|---|---|---|
perfect number: number such that the divisor sum function of is | first perfect number | divisor sum is | |
primorial: product of the first few prime numbers | product of the first two prime numbers (if we start the indexing from the zeroth primorial, which is an empty product and evaluates to 1, it is the third in the list) | 1, 2, 6, 30, 210, 2310 View list on OEIS | The first two primes are 2 and 3, and their product is 6. |
factorial: product of the first few natural numbers | product of the first three natural numbers (if we start the indexing from the zeroth factorial, which is an empty product and evaluates to 1, it is the fourth in the list) | 1, 2, 6, 24, 120, 720, 5040, 40320, 362880, [SHOW MORE] View list on OEIS |
Arithmetic functions
Function | Value | Explanation |
---|---|---|
Euler totient function | 2 | The Euler totient function is . |
universal exponent | 2 | The universal exponent is . |
divisor count function | 4 | where the first 1s in both factors are the multiplicities of the prime divisors. |
divisor sum function | 12 | times equals . |
Mobius function | 1 | The number is square-free and has an even number of prime divisors (2 prime divisors). |