Skip to main content
Speclore

Factorials

Reference data and engineering information about factorials for miscellaneous applications.

factorialsCalculator

Overview

Engineering reference data for Factorials in miscellaneous.

Key Formulas

Unit Conversion

y=xky = x \cdot k

Multiply by conversion factor.

Linear Interpolation

y=y1+(xx1)(y2y1)x2x1y = y_1 + \frac{(x - x_1)(y_2 - y_1)}{x_2 - x_1}

Estimate between two known points.

Percentage

p=partwhole×100%p = \frac{\text{part}}{\text{whole}} \times 100\%

Part as fraction of whole.

Variables

SymbolDescriptionUnit
xxInput value
yyOutput value
kkConversion factor

Factorial Values Table

20 rows
Factorial values for n from 1 to 20
n
n!
11
22
36
424
5120
6720
75040
840320
9362880
103628800
1139916800
12479001600
136227020800
1487178291200
151307674368000
1620922789888000
17355687428096000
186402373705728000
19121645100408832000
202432902008176640000

Source: engineeringtoolbox.com

Properties and Applications

Factorials exhibit rapid growth, approximately following Stirling's approximation for large nn:

n!2πn(ne)nn! \approx \sqrt{2\pi n} \left(\frac{n}{e}\right)^n

Key properties and applications include:

  • Combinatorics: Fundamental for counting permutations (P(n,k)=n!/(nk)!P(n, k) = n!/(n-k)!) and combinations (C(n,k)=n!/[k!(nk)!]C(n, k) = n!/[k!(n-k)!]).
  • Series Expansions: Appear in the denominators of Taylor series, such as for the exponential function: ex=n=0xnn!e^x = \sum_{n=0}^{\infty} \frac{x^n}{n!}.
  • Gamma Function: Extends the factorial to real and complex numbers via n!=Γ(n+1)n! = \Gamma(n+1).
  • Probability: Used in distributions like the Poisson and binomial distributions.

The factorial function is recursively defined for all integers n1n \ge 1 as:

n!=n×(n1)!n! = n \times (n-1)!

with the base case 0!=10! = 1 (as defined in the existing content).

Interactive Charts

Geometric Shapes - Areas

References