How to Use
Enter n:
- Practical?: Can represent all 1..n
- Criterion: Srinivasan test
- Examples: Show representations
Srinivasan's Criterion
n = p₁^a₁ · p₂^a₂ ·...· pₖ^aₖ (primes in order). n is practical iff for each i: pᵢ ≤ 1 + σ(p₁^a₁ · ... · pᵢ₋₁^aᵢ₋₁). This gives an O(log n) test!
Properties
- Density ~c·n/√(ln n) for constant c
- Even practical numbers have same density as primes asymptotically
- Goldbach-like: every even ≥ 2 = sum of two practical numbers
Step-by-Step Instructions
- 1Enter number.
- 2Check practical.
- 3See criterion.
- 4View representations.
- 5Browse sequence.