Multifactorial: n!, n!!, n!!!, n!!!!
n!! multiplies by step 2 (nร(n-2)รโฆร1 or 2). n!!! by step 3, n!!!! by step 4. Odd n!! ends at 1; even n!! ends at 2. Used in combinatorics and special functions.
Did our AI summary help? Let us know.
Odd n!! ends at 1; even n!! ends at 2. 7!! = 7ร5ร3ร1 = 105; 8!! = 8ร6ร4ร2 = 384. n! has n factors; n!! has ~n/2 factors.
Ready to run the numbers?
Why: Double factorial n!! appears in combinatorics, physics (Legendre polynomials), and special functions. Triple and quadruple extend the pattern. Odd vs even have different end points.
How: n!! = nร(n-2)รโฆร1 (odd n) or ร2 (even n). n!!! steps by 3, n!!!! by 4. Use BigInt for exact large results.
Run the calculator when you are ready.
Multiplication Chain
Comparison: All Levels for n = 7
Level Distribution
๐ Step-by-Step Breakdown
Comparison Table
| Level | Notation | Value |
|---|---|---|
| k = 1 | 7! | 5,040 |
| k = 2 | 7!! | 105 |
| k = 3 | 7!!! | 28 |
| k = 4 | 7!!!! | 21 |
For educational and informational purposes only. Verify with a qualified professional.
๐งฎ Fascinating Math Facts
n!! = nร(n-2)รโฆร1 or 2
โ Double factorial
Odd n!! ends at 1; even at 2
โ Step pattern
๐ Key Takeaways
- โข n! (single): n ร (nโ1) ร โฆ ร 1. Permutations of n objects.
- โข n!! (double): n ร (nโ2) ร โฆ ร 1 or 2. Used in integrals, combinatorics.
- โข n!!!, n!!!!: Same pattern, stepping by 3 or 4. Slower growth.
- โข Semifactorial is another name for double factorial.
- โข Higher k = fewer factors = slower growth.
๐ก Did You Know?
๐ How It Works
k-factorial: n ร (nโk) ร (nโ2k) ร โฆ until the value reaches [1, k]. Single (k=1) is standard factorial. Double (k=2) steps by 2. Triple (k=3) steps by 3, etc.
๐ Worked Example: 7!!
Double factorial: 7!! = 7 ร 5 ร 3 ร 1
Step 1: 7 ร 5 = 35
Step 2: 35 ร 3 = 105
Step 3: 105 ร 1 = 105
Odd n ends at 1; even n (e.g. 8!!) ends at 2.
๐ Real-World Applications
๐ Wallis Product
ฯ/2 = (2ร2)/(1ร3) ร (4ร4)/(3ร5) ร ... uses (2n-1)!!
๐ฌ Hypersphere
Volume of n-sphere involves double factorials.
โ๏ธ Quantum Mechanics
Angular momentum formulas use (2n-1)!!
๐ Combinatorics
Restricted permutations, alternating permutations.
๐ Probability
Matching problems, derangement variants.
๐ฏ Number Theory
Central binomial coefficients.
โ ๏ธ Common Mistakes to Avoid
- n!! โ (n!)!: n!! is double factorial, not factorial of factorial.
- Odd vs even: Odd n!! ends at 1; even n!! ends at 2. 7!!=7ร5ร3ร1, 8!!=8ร6ร4ร2.
- Step size: n!!! steps by 3, not 2. 8!!! = 8ร5ร2 (not 8ร6ร4ร2).
- n=0 or 1: All k-factorials equal 1 for n=0,1.
- Overflow: Keep n โค 500. Higher k helps (fewer factors).
๐ฏ Expert Tips
๐ก Compare Levels
Use the comparison table to see n!, n!!, n!!!, n!!!! side by side.
๐ก Odd vs Even
Odd n!! ends at 1; even n!! ends at 2. 7!!=7ร5ร3ร1, 8!!=8ร6ร4ร2.
๐ก Step Count
n! has n factors; n!! has ~n/2; n!!! has ~n/3; n!!!! has ~n/4.
๐ก BigInt
We use BigInt for exact results. Keep n โค 500.
๐ Reference Table
| Level | Formula | Example (n=7) |
|---|---|---|
| n! | nร(n-1)ร...ร1 | 5040 |
| n!! | nร(n-2)ร...ร1 or 2 | 105 |
| n!!! | nร(n-3)ร...ร1,2,3 | 28 |
| n!!!! | nร(n-4)ร...ร1-4 | 7 |
๐ Quick Reference
๐ Practice Problems
โ FAQ
What is n! vs n!!?
n! multiplies every integer from n down to 1. n!! multiplies every other: n, nโ2, nโ4, โฆ down to 1 (odd) or 2 (even).
Where are double factorials used?
Calculus (Wallis product), combinatorics, physics (quantum angular momentum). Volume of n-sphere involves (2nโ1)!!.
Why does n!!!! grow slower than n!?
Higher k means fewer factors. n! has n factors; n!!!! has about n/4 factors.
What is semifactorial?
Another name for double factorial (n!!), especially when n is odd.
Is n!! = (n!)?
No! n!! is double factorial. (n!)! would be factorial of factorial โ much larger.
What is 0!!?
0!! = 1 by convention, like 0! = 1.
Max n?
We support n โค 500. Higher k allows larger n (fewer factors).
๐ Summary
k-factorial n!^(k) multiplies n, nโk, nโ2k, โฆ down to 1 or k. Single (k=1) is standard factorial. Double (k=2) is common in analysis and physics. Higher k = slower growth.
โ Verification Tip
Check the multiplication chain: count factors and verify the product. For n!!, odd n should end with 1; even n with 2.
๐ Next Steps
Explore the Factorial Calculator for standard n!, or the Combination Calculator which uses factorials. The Permutation Calculator also uses n!.
โ ๏ธ Disclaimer: BigInt used for exact results. n โค 500. Educational use.
Related Calculators
Combinations & Permutations with Replacement Calculator
Calculate combinations and permutations with replacement. Compare CR(n,r), PR(n,r), C(n,r), and P(n,r) side by side with step-by-step solutions and...
MathematicsFactorial Calculator
Calculate n! (factorial) with step-by-step solutions for permutations and combinatorics. Supports double factorial n!!, subfactorial !n for derangements, and...
MathematicsBinomial Coefficient Calculator
Calculate binomial coefficients C(n,k) = n!/(k!(n-k)!) and binomial expansions. View Pascal's triangle rows, apply symmetry and Pascal's identity, and get step-by-step solutions for combinatorics and algebra.
MathematicsPermutation Calculator
Calculate P(n,r) = n!/(n-r)! โ the number of ways to select and arrange r items from n distinct items where order matters. Includes permutations with...
MathematicsCombination Calculator
Calculate C(n,r) and CR(n,r) combinations. Choose r from n items with or without replacement. Real-world probability for poker hands, lottery, ice cream...
MathematicsAbsolute Change Calculator
Calculate absolute and relative change between two values. Get direction (increase/decrease), percentage impact, and step-by-step solutions. Simple mode for...
Mathematics