Practical Number Calculator

Input a number to check if it is practical, or specify a start and end range to generate all practical numbers within that range.

Practical Number Check or Generate

What Is a Practical Number?

A practical number is a positive integer \( n \) such that every positive integer less than \( n \) can be expressed as a sum of distinct proper divisors of \( n \). In other words, practical numbers have abundant divisors, and their combinations cover all integers less than \( n \).

How to Check if a Number Is Practical

  1. Find Proper Divisors: Calculate all the proper divisors of \( n \).
  2. Validate Combinations: Check if every positive integer less than \( n \) can be expressed as a sum of distinct proper divisors.
  3. Result: If all integers less than \( n \) can be represented, \( n \) is practical; otherwise, it is not.

Examples

Example 1: Is 6 a Practical Number?

Solution:

Proper divisors of 6: 1, 2, 3.

Positive integers less than 6: 1, 2, 3, 4, 5.

Verification:

1 = 1

2 = 2

3 = 3

4 = 1 + 3

5 = 2 + 3

Result: 6 is a practical number.

Example 2: Is 8 a Practical Number?

Solution:

Proper divisors of 8: 1, 2, 4.

Positive integers less than 8: 1, 2, 3, 4, 5, 6, 7

Verification:

1 = 1

2 = 2

3 = 1 + 2

4 = 4

5 = 1 + 4

6 = 2 + 4

7 = 1 + 2 + 4

Result: 8 is a practical number.

Example 3: Is 10 a Practical Number?

Solution:

Proper divisors of 10: 1, 2, 5.

Positive integers less than 10: 1, 2, 3, 4, 5, 6, 7, 8, 9.

Verification:

1 = 1

2 = 2

3 = 1 + 2

4 = 2 + 2 (repetition of the same divisor is not allowed)

5 = 5

6 = 1 + 5

7 = 2 + 5

8 = 1 + 2 + 5

9 = 2 + 2 + 5

Result: Since 4 cannot be expressed using distinct proper divisors, 10 is not a practical number.

First 100 Practical Numbers

  • 1
  • 2
  • 4
  • 6
  • 8
  • 12
  • 16
  • 18
  • 20
  • 24
  • 28
  • 30
  • 32
  • 36
  • 40
  • 42
  • 48
  • 54
  • 56
  • 60
  • 64
  • 66
  • 72
  • 78
  • 80
  • 84
  • 88
  • 90
  • 96
  • 100
  • 104
  • 108
  • 112
  • 120
  • 126
  • 128
  • 132
  • 140
  • 144
  • 150
  • 156
  • 160
  • 162
  • 168
  • 176
  • 180
  • 192
  • 196
  • 198
  • 200
  • 204
  • 208
  • 210
  • 216
  • 220
  • 224
  • 228
  • 234
  • 240
  • 252
  • 256
  • 260
  • 264
  • 270
  • 272
  • 276
  • 280
  • 288
  • 294
  • 300
  • 304
  • 306
  • 308
  • 312
  • 320
  • 324
  • 330
  • 336
  • 340
  • 342
  • 348
  • 352
  • 360
  • 364
  • 368
  • 378
  • 380
  • 384
  • 390
  • 392
  • 396
  • 400
  • 408
  • 414
  • 416
  • 420
  • 432
  • 440
  • 448
  • 450