首页 | 主题 | 图库 | 问答 | 文摘 | 原创 | 百科

历史 | 地理 | 人物 | 艺术 | 体育 | 科学 | 音乐 | 电影 | 信息技术 | 世界遗产

 开放、中立,源自维基百科

Personal tools

Practical number

From Wikipedia, the free encyclopedia

Jump to: navigation, search
Divisibility-based
sets of integers
Form of factorization:
Prime number
Composite number
Powerful number
Square-free number
Achilles number
Constrained divisor sums:
Perfect number
Almost perfect number
Quasiperfect number
Multiply perfect number
Hyperperfect number
Unitary perfect number
Semiperfect number
Primitive semiperfect number
Practical number
Numbers with many divisors:
Abundant number
Highly abundant number
Superabundant number
Colossally abundant number
Highly composite number
Superior highly composite number
Other:
Deficient number
Weird number
Amicable number
Friendly number
Sociable number
Solitary number
Sublime number
Harmonic divisor number
Frugal number
Equidigital number
Extravagant number
See also:
Divisor function
Divisor
Prime factor
Factorization
This box: view  talk  edit

A practical number or panarithmic number is a positive integer n such that all smaller positive integers can be represented as sums of distinct divisors of n. For example, 12 is a practical number because all the numbers from 1 to 11 can be expressed as sums of its divisors 1, 2, 3, 4, and 6: as well as these divisors themselves, we have 5=3+2, 7=6+1, 8=6+2, 9=6+3, 10=6+3+1, and 11=6+3+2. Any even perfect number and any power of two is also a practical number.

The sequence of practical numbers (sequence A005153 in OEIS) begins

1, 2, 4, 6, 8, 12, 16, 18, 20, 24, 28, 30, 32, 36, 40, 42, 48, 54, ...

Practical numbers were used by Fibonacci in his Liber Abaci (1202) in connection with the problem of representing rational numbers as Egyptian fractions. Fibonacci does not formally define practical numbers, but he gives a table of Egyptian fraction expansions for fractions with practical denominators (Sigler 2002). The first occurrence of practical numbers in the modern mathematical literature appears to be by Srinivasan (1948).

Contents

Characterization of practical numbers

As Stewart (1954) showed, it is straightforward to determine whether a number is practical from its prime factorization. A positive integer Failed to parse (Missing texvc executable; please see math/README to configure.): n=p_1^{\alpha_1}...p_k^{\alpha_k}

with Failed to parse (Missing texvc executable; please see math/README to configure.): n>1
and Failed to parse (Missing texvc executable; please see math/README to configure.): p_1<p_2<\dots<p_k
primes is practical if and only if Failed to parse (Missing texvc executable; please see math/README to configure.): p_1=2
and for Failed to parse (Missing texvc executable; please see math/README to configure.): i=2,\dots,k
Failed to parse (Missing texvc executable; please see math/README to configure.): p_i\leq1+\sigma(p_1^{\alpha_1}\dots p_{i-1}^{\alpha_{i-1}})=1+\prod_{j=1}^{i-1}\frac{p_j^{\alpha_j+1}-1}{p_j-1},

where Failed to parse (Missing texvc executable; please see math/README to configure.): \sigma(x)

denotes the sum of the divisors of x.

In one direction, this condition is clearly necessary in order to be able to represent Failed to parse (Missing texvc executable; please see math/README to configure.): p_i-1

as a sum of divisors of n. In the other direction, the condition is sufficient, as can be shown by induction. More strongly, one can show that, if the factorization of n satisfies the condition above, then any Failed to parse (Missing texvc executable; please see math/README to configure.): m \le \sigma(n)
can be represented as a sum of divisors of n, by the following sequence of steps:
  • Let Failed to parse (Missing texvc executable; please see math/README to configure.): q = \min\{\lfloor m/p_k^{\alpha_k}\rfloor, \sigma(n/p_k^{\alpha_k})\}

, and let Failed to parse (Missing texvc executable; please see math/README to configure.): r = m - qp_k^{\sigma_k} .

  • Since Failed to parse (Missing texvc executable; please see math/README to configure.): q\le\sigma(n/p_k^{\alpha_k})
and Failed to parse (Missing texvc executable; please see math/README to configure.): n/p_k^{\alpha_k}
can be shown by induction to be practical, we can find a representation of q as a sum of divisors of Failed to parse (Missing texvc executable; please see math/README to configure.): n/p_k^{\alpha_k}

.

  • Since Failed to parse (Missing texvc executable; please see math/README to configure.): r\le \sigma(n) - p_k^{\alpha_k}\sigma(n/p_k^{\alpha_k}) = \sigma(n/p_k)

, and since Failed to parse (Missing texvc executable; please see math/README to configure.): n/p_k

can be shown by induction to be practical, we can find a representation of r as a sum of divisors of Failed to parse (Missing texvc executable; please see math/README to configure.): n/p_k

.

  • The divisors representing r, together with Failed to parse (Missing texvc executable; please see math/README to configure.): p_k^{\alpha_k}
times each of the divisors representing q, together form a representation of m as a sum of divisors of n.

For example, 3 ≤ σ(2)+1 = 4, 29 ≤ σ(2 × 32)+1 = 40, and 823 ≤ σ(2 × 32 × 29)+1=1171, so 2 × 32 × 29 × 823 = 429606 is practical.

Analogies with prime numbers

One reason for interest in practical numbers is that many of their properties are similar to properties of the prime numbers. For example, if Failed to parse (Missing texvc executable; please see math/README to configure.): p(x)

is the enumerating function of practical numbers, i.e., the number of practical numbers not exceeding Failed to parse (Missing texvc executable; please see math/README to configure.): x

, Saias (1997) proved that for suitable constants Failed to parse (Missing texvc executable; please see math/README to configure.): c_1

and Failed to parse (Missing texvc executable; please see math/README to configure.): c_2

Failed to parse (Missing texvc executable; please see math/README to configure.): c_1\frac x{\log x}<p(x)<c_2\frac x{\log x},


a formula which resembles the prime number theorem. This result largely resolved a conjecture of Margenstern (1991) that p(x) is asymptotic to Failed to parse (Missing texvc executable; please see math/README to configure.): cx/\log x

for some constant c.

Theorems analogous to Goldbach's conjecture and the twin prime conjecture are also known for practical numbers: every positive even integer is the sum of two practical numbers, and there exist infinitely many triples of practical numbers Failed to parse (Missing texvc executable; please see math/README to configure.): x-2,x,x+2

(Melfi 1996). Melfi also showed that there are infinitely many practical Fibonacci numbers (sequence A124105 in OEIS); the analogous question of the existence of infinitely many Fibonacci primes is open. Hausman and Shapiro (1984) showed that there always exists a practical number in the interval Failed to parse (Missing texvc executable; please see math/README to configure.): [x^2,(x+1)^2]
for any positive real x, a result analogous to Legendre's conjecture for primes.

Practical numbers and Egyptian fractions

If n is practical, then any rational number of the form m/n may be represented as a sum ∑di/n where each di is a distinct divisor of n. Each term in this sum simplifies to a unit fraction, so such a sum provides a representation of m/n as an Egyptian fraction. For instance,

Failed to parse (Missing texvc executable; please see math/README to configure.): \frac{13}{20}=\frac{10}{20}+\frac{2}{20}+\frac{1}{20}=\frac12+\frac1{10}+\frac1{20}.


Fibonacci, in his 1202 book Liber Abaci (Sigler 2002) lists several methods for finding Egyptian fraction representations of a rational number. Of these, the first is to test whether the number is itself already a unit fraction, but the second is to search for a representation of the numerator as a sum of divisors of the denominator, as described above; this method is only guaranteed to succeed for denominators that are practical. Fibonacci provides tables of these representations for fractions having as denominators the practical numbers 6, 8, 12, 20, 24, 60, and 100.

References

  • Sigler, Laurence E. (trans.) (2002). Fibonacci's Liber Abaci. Springer-Verlag, 119–121. ISBN 0-387-95419-8. 

External links

fr:Nombre pratique it:Numero pratico scn:Nùmmuru pràticu

AD Links