🔢 Basic Number Types

1. Natural Numbers

Natural numbers are the numbers you use when you start counting things, like 1 apple, 2 toys, 3 books. They start from 1 and go on forever!

Tips & Tricks:
  • Start from 1, not 0.
  • Used for counting objects.
  • Always positive, never negative.
  • No fractions or decimals allowed!
  • Easy way to remember: If you can count it, it’s a natural number!
12345678910
11121314151617181920
21222324252627282930
31323334353637383940
41424344454647484950

2. Whole Numbers

Whole numbers are just like natural numbers, but they also include 0. Think of them as natural numbers with a zero added at the start!

Tips & Tricks:
  • Starts from 0.
  • Never includes negative numbers.
  • Used for counting items, even if there are none.
  • No decimals or fractions.
  • If you can count objects, including "nothing," it's a whole number.
0123456789
10111213141516171819
20212223242526272829
30313233343536373839
40414243444546474849

3. Integers

Integers are all the whole numbers and their negatives, including zero. So, you have numbers like -2, -1, 0, 1, 2, and so on! They can be positive or negative, but no fractions or decimals.

Tips & Tricks:
  • Integers include both positive and negative numbers, plus zero.
  • Don’t include fractions or decimals, just whole numbers.
  • If you can count forward and backward, you’re using integers!
  • They’re great for representing things that can go up or down, like temperature or balance.
-10-9-8-7-6-5-4-3-2-1
0123456789
10111213141516171819
20212223242526272829
30313233343536373839

🔢 Prime and Related

1. Prime Numbers

Prime numbers are numbers that are only divisible by 1 and themselves. For example, 2, 3, 5, 7, and 11 are prime numbers. They can’t be divided evenly by any other number.

Tips & Tricks:
  • Prime numbers are only divisible by 1 and themselves.
  • The smallest prime number is 2, which is the only even prime number!
  • Every number greater than 1 is either prime or can be made by multiplying prime numbers.
  • To check if a number is prime, try dividing it by smaller primes like 2, 3, 5, etc.
2357111317192329
31374143475359616771
7379838997101103107109113
127131137139149151157163167173
179181191193197199211223227229

2. Composite Numbers

Composite numbers are numbers that are not prime. They have more than two factors. For example, 4, 6, 8, 9, and 10 are composite numbers because they can be divided by numbers other than 1 and themselves.

Tips & Tricks:
  • Composite numbers have factors other than 1 and themselves.
  • Any number greater than 1 that is not prime is composite.
  • The smallest composite number is 4.
  • If a number can be divided by smaller numbers evenly, it is composite.
4689101214151618
20212224252627283032
33343536383940424445
46484950515254555657
58606263646566686970

3. Co-prime Numbers

Co-prime numbers are two numbers that don’t share any common factor (except the number 1). For example, 8 and 15 are co-prime because the only number that divides both of them is 1!

Tips & Tricks:
  • If two numbers don’t have any same factors (other than 1), they are co-prime!
  • One of them can be a prime number, but both don’t have to be.
  • Consecutive numbers (like 4 and 5) are always co-prime!
  • Use the “greatest common factor” trick—if GCF is 1, they are co-prime.
  • Even numbers can’t be co-prime with each other (since they both share 2).
(2,3)(3,4)(4,5)(5,6)(6,7)(7,8)(8,9)(9,10)(10,11)(11,12)
(13,14)(15,16)(17,18)(19,20)(21,22)(23,24)(25,26)(27,28)(29,30)(31,32)
(33,34)(35,36)(37,38)(39,40)(41,42)(43,44)(45,46)(47,48)(49,50)(51,52)
(53,54)(55,56)(57,58)(59,60)(61,62)(63,64)(65,66)(67,68)(69,70)(71,72)
(73,74)(75,76)(77,78)(79,80)(81,82)(83,84)(85,86)(87,88)(89,90)(91,92)

4. Twin Primes

Twin primes are pairs of prime numbers that have just 2 numbers between them. Like best friends in math who are always close together! For example, 11 and 13.

Tips & Tricks:
  • Both numbers in the pair must be prime.
  • The difference between them is always 2.
  • They are like “prime buddies”! If you find one prime, check +2!
  • First few are (3, 5), (5, 7), (11, 13), etc.
  • You can use a prime list to scan and check for twins.
(3,5)(5,7)(11,13)(17,19)(29,31)(41,43)(59,61)(71,73)(101,103)(107,109)
(137,139)(149,151)(179,181)(191,193)(197,199)(227,229)(239,241)(269,271)(281,283)(311,313)
(347,349)(419,421)(431,433)(461,463)(521,523)(569,571)(599,601)(617,619)(641,643)(659,661)
(809,811)(821,823)(827,829)(857,859)(881,883)(1019,1021)(1031,1033)(1049,1051)(1061,1063)(1091,1093)
(1151,1153)(1229,1231)(1277,1279)(1289,1291)(1301,1303)(1319,1321)(1427,1429)(1451,1453)(1481,1483)(1487,1489)

5. Mersenne Primes

Mersenne primes are a special type of prime number that are written as 2p − 1. That means you take 2 and raise it to a prime number power, then subtract 1. Like: 2³ - 1 = 7 (a prime!).

Tips & Tricks:
  • Start with a prime number “p”.
  • Plug into the formula 2p − 1.
  • Check if the result is prime—if it is, it's a Mersenne prime!
  • Not every prime p gives a Mersenne prime.
  • They're named after a French monk, Marin Mersenne!
373112781911310715242872147483647NoneNone
NoneNoneNoneNoneNoneNoneNoneNoneNoneNone
Only a few Mersenne primes are known because they get very big quickly!
Use the formula 2p - 1 with prime p values like 2, 3, 5, 7, 13, 17, etc.
These are special and often used in computing and cryptography!

🌐 Patterned & Interesting Sequences

1. Even Numbers

Even numbers are numbers that can be divided by 2 without any remainder. Examples of even numbers are 2, 4, 6, 8, 10, and so on.

Tips & Tricks:
  • Even numbers are divisible by 2.
  • They always end in 0, 2, 4, 6, or 8.
  • Any number that is divisible by 2 is an even number.
  • They are always paired with odd numbers.
2468101214161820
22242628303234363840
42444648505254565860
62646668707274767880
828486889092949698100

2. Odd Numbers

Odd numbers are numbers that cannot be divided by 2 evenly. They always have a remainder of 1 when divided by 2. Examples of odd numbers are 1, 3, 5, 7, 9, and so on.

Tips & Tricks:
  • Odd numbers are not divisible by 2.
  • They always end in 1, 3, 5, 7, or 9.
  • If a number has a remainder of 1 when divided by 2, it’s odd.
  • Odd numbers and even numbers alternate with each other.
135791113151719
21232527293133353739
41434547495153555759
61636567697173757779
81838587899193959799

3. Perfect Numbers

Perfect numbers are special numbers that are equal to the sum of their divisors (excluding the number itself). For example, 6 is perfect because its divisors are 1, 2, and 3, and 1 + 2 + 3 = 6.

Tips & Tricks:
  • Perfect numbers are equal to the sum of their factors (excluding themselves).
  • The first few perfect numbers are 6, 28, and 496.
  • They are rare and special numbers in math.
628496812833550336

4. Palindromic Numbers

A palindromic number reads the same forward and backward. Just like the word “mom” or “121”! They look like a mirror.

Tips & Tricks:
  • Look from left to right and right to left — it’s the same!
  • All single-digit numbers are palindromes.
  • Common in license plates and digital clocks!
  • They can be odd or even numbers.
  • Check by flipping the digits!
12345678911
2233445566778899101111
121131141151161171181191202212
222232242252262272282292303313
323333343353363373383393404414

5. Armstrong Numbers

An Armstrong number is a special number where the sum of its digits, each raised to the power of the number of digits, equals the number itself! For example, 153 is special because 1³ + 5³ + 3³ = 153.

Tips & Tricks:
  • Split the number into digits.
  • Count how many digits it has.
  • Raise each digit to that power and add them up.
  • If the total equals the original number — it’s Armstrong!
  • Only a few numbers are Armstrong — they're rare and cool!
123456789153
370371407163482089474547489272793084548834
1741725421081898008179926315

6. Harshad Numbers

Harshad numbers are numbers that can be divided by the sum of their digits. For example, 18 is Harshad because 1 + 8 = 9, and 18 ÷ 9 = 2.

Tips & Tricks:
  • Add up the digits of the number.
  • Try dividing the number by that sum.
  • If there’s no remainder — it’s a Harshad number!
  • Harshad means “joy-giver” in Sanskrit — easy to remember!
  • Also called Niven numbers.
12345678910
12182021242730364042
45485054606370728081
8490100102108111112114117120
126132133135140144150152153156

7. Kaprekar Numbers

A Kaprekar number is a number where the square of the number can be split into two parts that add up to the original number. For example, 45² = 2025 → 20 + 25 = 45!

Tips & Tricks:
  • Square the number.
  • Split the result into two parts (left + right).
  • Add the parts — if it equals the original, it's a Kaprekar number!
  • They’re named after Indian mathematician D. R. Kaprekar.
  • Left part can be 0!
1945559929770399922232728
49505050727277779999

8. Amicable Numbers

Amicable numbers are a pair of numbers where each number is the sum of the proper divisors of the other. For example, 220 and 284 are amicable!

Tips & Tricks:
  • Find all proper divisors of the first number.
  • Add them up and see if they equal the second number.
  • Do the same for the second number — it should give the first!
  • They are like “best friends” in math!
  • Often come in rare and larger pairs.
22028411841210262029245020556462326368
10744108561228514595172961841663020760846692866992

9. Deficient Numbers

Deficient numbers are numbers where the sum of their proper divisors is less than the number itself. For example, 10 has divisors 1, 2, and 5. Their sum is 8, which is less than 10.

Tips & Tricks:
  • List the proper divisors (not including the number itself).
  • Add them up.
  • If the total is less than the number, it’s deficient!
  • All prime numbers are deficient.
  • Very common numbers!
123457891011
13141516171921222325
26272829313233343536

10. Abundant Numbers

Abundant numbers are numbers where the sum of their proper divisors is more than the number. For example, 12 has divisors 1, 2, 3, 4, 6. Their sum is 16 — bigger than 12!

Tips & Tricks:
  • Find all divisors except the number itself.
  • Add them up — if it’s bigger than the number, it's abundant!
  • First abundant number is 12.
  • Most abundant numbers are even.
  • Rare among small numbers!
12182024303640424854
56606670727880848890

🧠 Special Named Numbers

1. Triangular Numbers

Triangular numbers are numbers that can form an equilateral triangle. Each new number is the sum of the previous number and the next integer. For example, 6 is a triangular number because 1 + 2 + 3 = 6.

Tips & Tricks:
  • Triangular numbers are the sum of the integers from 1 up to a certain number.
  • Examples: 1, 3, 6, 10, 15.
  • They can form a triangle when arranged in dots.
13610152128364555
667891105120136153171190210
231253276300325351378406435465

2. Square Numbers

Square numbers are numbers that can be made by multiplying a whole number by itself. For example, 9 is a square number because 3 × 3 = 9.

Tips & Tricks:
  • Square numbers are perfect squares, like 1, 4, 9, 16, 25.
  • They are formed by multiplying a number by itself.
  • Examples: 1, 4, 9, 16, 25, 36, 49.
  • Square numbers always have an odd number of divisors.
149162536496481100
121144169196225256289324361400
441484529576625676729784841900

3. Cubic Numbers

Cubic numbers are numbers that can be made by multiplying a whole number by itself twice. For example, 8 is a cubic number because 2 × 2 × 2 = 8.

Tips & Tricks:
  • Cubic numbers are the result of multiplying a number by itself three times.
  • Examples: 1, 8, 27, 64, 125.
  • They are formed by cubing the integers: n³.
  • Perfect cubes are always positive numbers.
1827641252163435127291000
1331172821972744337540964913583268598000
9261106481216713824157471785120076224912500027000

4. Fibonacci Numbers

Fibonacci numbers are a sequence where each number is the sum of the two preceding ones. It starts with 0 and 1, and then continues like this: 0, 1, 1, 2, 3, 5, 8, 13, 21, 34...

Tips & Tricks:
  • The sequence starts with 0 and 1.
  • Each number is the sum of the two previous numbers.
  • They appear in nature, such as in flower petals or the arrangement of leaves on a stem.
  • The Fibonacci sequence grows quickly and has many interesting properties!
0112358132134
5589144233377610987159725844181
67651094617711286574636875025121393196418317811514229

5. Lucas Numbers

Lucas numbers are very similar to Fibonacci numbers, but they start with 2 and 1 instead of 0 and 1. They follow the same rule: each number is the sum of the two preceding ones.

Tips & Tricks:
  • Lucas numbers are similar to Fibonacci numbers but start with 2 and 1.
  • They appear in similar situations as Fibonacci numbers, like in nature and mathematics.
  • They grow in the same way as Fibonacci numbers but with different starting points.
213471118294776
12319932252184313642207357157789349
151272447639603640791036821677612714434392047106471149851

6. Tetrahedral Numbers

Tetrahedral numbers are like building a triangle in 3D! These numbers represent how many balls (or blocks) you would need to make a pyramid with a triangular base.

Tips & Tricks:
  • The formula is: T(n) = n(n+1)(n+2)/6
  • They are like 3D versions of triangle numbers.
  • Start with 1 ball on top, then a triangle, then a bigger one, and so on!
  • Use them to build stacks or pyramid shapes.
  • Their shape is a tetrahedron — like a 3D triangle!
141020355684120165220
286364455560680816969114013301540

7. Factorial Numbers

Factorial numbers come from multiplying a number by every smaller whole number. Written as n! — for example, 4! = 4 × 3 × 2 × 1 = 24!

Tips & Tricks:
  • Factorial of 0 is 1 by rule!
  • They grow really fast — huge numbers!
  • Used in math puzzles, probability, and patterns.
  • Each factorial includes all the ones before it!
  • Handy for finding combinations and arrangements.
0! = 11! = 12! = 23! = 64! = 245! = 1206! = 7207! = 50408! = 403209! = 362880
10! = 362880011! = 3991680012! = 47900160013! = 622702080014! = 8717829120015! = 1307674368000

🟦 Polygonal Numbers

1. Pentagonal Numbers

Pentagonal numbers are numbers that form a pattern like a pentagon. The first few pentagonal numbers are 1, 5, 12, 22, 35, and so on.

Tips & Tricks:
  • Pentagonal numbers are generated by the formula (3n² − n) / 2.
  • They grow in a pattern that can be shown as a pentagon made of dots.
  • Examples: 1, 5, 12, 22, 35.
15122235517092117145
176210247287330376425477532590
65171578285292510011080116212471335

2. Hexagonal Numbers

Hexagonal numbers are numbers that can be arranged in the shape of a hexagon. They follow a formula: n(2n − 1).

Tips & Tricks:
  • Hexagonal numbers are the result of the formula n(2n − 1).
  • They form a hexagon shape when visualized with dots.
  • Examples: 1, 6, 15, 28, 45.
161528456691120153190
231276325378435496561630703780
86194610351128122513261431154016531770

3. Heptagonal Numbers

Heptagonal numbers are numbers that can form a heptagon (a seven-sided shape). They follow the formula: n(5n − 3) / 2.

Tips & Tricks:
  • Heptagonal numbers are formed using the formula n(5n − 3) / 2.
  • They form a heptagon shape when visualized with dots.
  • Examples: 1, 7, 18, 34, 55.
1718345581112148189235
286342403469540616697783874970
1071117712881404152516511782192020642214

4. Octagonal Numbers

Octagonal numbers are numbers that can form an octagon (an eight-sided shape). They follow the formula: n(3n − 2).

Tips & Tricks:
  • Octagonal numbers are created by the formula n(3n − 2).
  • They form an octagon shape when visualized with dots.
  • Examples: 1, 8, 21, 40, 65.
1821406596133176225280
34140848156064573683393610451160
1281141615571704185720162181235225392732

5. Nonagonal Numbers

Nonagonal numbers are numbers that can form a nonagon (a nine-sided shape). They follow the formula: n(7n − 5) / 2.

Tips & Tricks:
  • Nonagonal numbers are created using the formula n(7n − 5) / 2.
  • They form a nonagon shape when visualized with dots.
  • Examples: 1, 9, 24, 46, 75.
19244675111154204261325
396474560654756866984111012441386
1536169518622040222624212625283830603291

6. Decagonal Numbers

Decagonal numbers are numbers that can form a decagon (a ten-sided shape). They follow the formula: n(4n − 3).

Tips & Tricks:
  • Decagonal numbers are created by the formula n(4n − 3).
  • They form a decagon shape when visualized with dots.
  • Examples: 1, 10, 35, 80, 150.
1103580150252385550746975
1235153018602225262530603530403545755150
57606405708578008550933510155109951188012805

7. Hecagonal Numbers

Hecagonal numbers are numbers that can form a hecaton (a twelve-sided shape). They follow the formula: n(5n − 4).

Tips & Tricks:
  • Hecagonal numbers are created by the formula n(5n − 4).
  • They form a hecagon shape when visualized with dots.
  • Examples: 1, 12, 35, 72, 133.
1123572133222345508717978
1287169221972808353143625307636275258802
10103115241307114750165671853020645229182535527962

8. Tetragonal Numbers

Tetragonal numbers are numbers that can form a four-sided shape. They are created by the formula n(2n−1) for each number in the series.

Tips & Tricks:
  • Tetragonal numbers form a pattern shaped like a square with dots.
  • Each number is the sum of its predecessors.
  • They grow in the same way as regular squares but follow their unique characteristics.
125122235517092117
145176210247287330376425477532
5906517157828529251001108011621247

9. Centered Triangular Numbers

Centered triangular numbers make a triangle around a single center point! Imagine one dot in the middle, and more dots forming a triangle around it.

Tips & Tricks:
  • Formula: C(n) = 3n(n−1)/2 + 1
  • Starts with 1, then adds triangles around the center.
  • Each step builds a bigger triangle.
  • Common in dot patterns and art.
  • Each level adds 3 more than the last layer.
14101931466485109136
166199235274316361409460514571

10. Centered Square Numbers

Centered square numbers are made by placing a dot in the center and building layers in the shape of a square around it.

Tips & Tricks:
  • Formula: C(n) = n² + (n−1)²
  • Start with 1 in the center, then make bigger and bigger squares.
  • Imagine rings around a center point forming a square.
  • Used in tiling and pattern design.
  • Always an odd number!
151325416185113145181
221265313365421481545613685761

11. Centered Hexagonal Numbers

Centered hexagonal numbers make a hexagon shape (like a honeycomb!) around a single center point.

Tips & Tricks:
  • Formula: C(n) = 3n(n−1) + 1
  • Looks like a honeycomb with a center!
  • Each ring adds 6 more than the one before it.
  • Used in bee hives and tile designs.
  • Think of six-sided shapes building out from a middle dot.
1719376191127169217271
33139746954763172181791910271141

12. Centered Polygonal Numbers

Centered polygonal numbers form shapes like pentagons, hexagons, etc., around one center point. The shape depends on the number of sides!

Tips & Tricks:
  • Formula: C(s,n) = (s−2)n(n−1)/2 + 1, where s = number of sides
  • Each shape has its own unique pattern.
  • Start with 1 in the middle, then build polygons around it.
  • Works for triangles, squares, pentagons, and beyond!
  • Explore centered shapes from triangles to decagons!
1616315176106141181226
276331391456526601681766856951

🟨 Combinatorial Sequences

1. Catalan Numbers

Catalan numbers count many types of combinatorial structures, such as valid ways to place parentheses, binary trees, and Dyck paths.

Tips & Tricks:
  • Formula: C(n) = (2n)! / ((n+1)!n!)
  • Used for counting valid combinations of parentheses.
  • Important in combinatorics, like binary trees and paths.
  • Starts with 1, then grows very quickly.
  • Used in problems like how to organize pairs or arrange things.
12514421324291430486216796
58786208012742900267444096948453535767012964479047763870017672631906564120420

2. Fibonacci Numbers

Fibonacci numbers are the sum of the two previous numbers, often seen in nature, such as in the spiral patterns of shells and flowers!

Tips & Tricks:
  • Formula: F(n) = F(n-1) + F(n-2)
  • Start with 0 and 1, then each new number is the sum of the previous two.
  • Used to model things like growth, population, and paths.
  • Common in nature — like the number of petals in flowers!
  • Starts with 0, 1, and the numbers grow fast!
0112358132134
5589144233377610987159725844181

3. Bell Numbers

Bell numbers count the number of ways to partition a set. They represent the number of ways to split a set into non-empty subsets.

Tips & Tricks:
  • Bell numbers count how many different ways you can divide a set.
  • Used in combinatorics to solve partitioning problems.
  • They grow quickly as the set gets larger.
  • They are important in counting combinations of groups.
  • Starts with 1 for a set with one element.
1251552203877414021147115975
67857042135972715323318559624113829585451048013563082864864512678570640395563264051766447553835825777

4. Stirling Numbers

Stirling numbers count how many ways to partition a set into non-empty subsets. There are two types: first kind (ordered) and second kind (unordered).

Tips & Tricks:
  • First kind counts ordered partitions, second kind counts unordered partitions.
  • Used for counting how sets can be arranged into groups.
  • Starts small but grows quickly!
  • Important in problems involving groups and order.
1161552203877414021147115975
67857042135972715323318559624113829585451048013563082864864512678570640395563264051766447553835825777

5. Motzkin Numbers

Motzkin numbers count the number of paths on a grid that never go below the x-axis, with specific steps allowed.

Tips & Tricks:
  • Formula: M(n) = (2n+1)(3n+1)/2
  • They count paths that stay above a horizontal axis.
  • Used in problems involving movement or geometry.
  • Appears in combinatorics and graph theory.
  • Can be seen as counting paths in specific shapes.
124921511273238352185
57371490538581100029258779670497173400744799411164139530145649

6. Delannoy Numbers

Delannoy numbers count the number of paths from (0,0) to (m,n) in a grid using (1,0), (0,1), and (1,1) steps.

Tips & Tricks:
  • Formula: D(m,n) = D(m-1, n) + D(m, n-1) + D(m-1, n-1)
  • Used for counting paths in grid-based problems.
  • Important in computer science and algorithms.
  • Can be used to calculate number of ways to move across a grid.
13610152128364555
667891105120136153171190210

7. Schröder Numbers

Schröder numbers count ways to insert parentheses in expressions, like Catalan numbers but with looser constraints.

Tips & Tricks:
  • Formula: S(n) = 3S(n-1) + 4S(n-2) + 1
  • Similar to Catalan numbers but less strict.
  • Used in parsing and combinatorial geometry.
  • Appears in the analysis of recursive functions.
12622904021806806236540164384
742900335221215041574676138383044722341371029862610531056627420944166122741407810555213142850

8. Eulerian Numbers

Eulerian numbers count the number of permutations with a given number of ascents, often used in combinatorics and the study of permutations.

Tips & Tricks:
  • Formula: A(n,k) = (−1)^k * (n choose k) * (n-k)! for counting ascents.
  • Important for studying properties of permutations.
  • Starts small but grows rapidly for larger values.
  • Helps understand how elements can be rearranged in ordered sets.
11311351264621716643524310
923783435971302506501142019383396752512702923892951135079818441238408017336684910

9. Lah Numbers

Lah numbers count the ways to partition a set into ordered subsets. They are used in counting problems where order matters.

Tips & Tricks:
  • Formula: L(n,k) = (n-1) choose (k-1) * (n-1)!
  • Helps calculate the number of ordered partitions.
  • Appears in combinatorics for ordered arrangements.
  • Useful in problems involving ordered sequences.
131510594510395135135202702534459425654729075

10. Tribonacci Numbers

Tribonacci numbers are similar to Fibonacci numbers, but each term is the sum of the previous three terms.

Tips & Tricks:
  • Formula: T(n) = T(n-1) + T(n-2) + T(n-3)
  • Used in problems where each step depends on the previous three.
  • Starts with 0, 1, and 1.
  • Appears in sequences related to various physical models.
01124713244481
149274504927170131225747105701943935856

11. Tetrahedral Numbers

Tetrahedral numbers count 3D triangular arrangements, similar to triangular numbers in 2D.

Tips & Tricks:
  • Formula: T(n) = n(n+1)(n+2)/6
  • Appears in geometry for counting 3D shapes.
  • Each new number represents a pyramid built of smaller tetrahedrons.
141020355684120165220

12. Partition Numbers

Partition numbers count the number of ways to write a given integer as a sum of positive integers, where the order of terms does not matter.

Tips & Tricks:
  • Partitioning means breaking a number down into smaller parts, regardless of order.
  • The number of partitions grows quickly as the number increases.
  • Starts small, but the count can get large quickly!
  • Common in number theory and combinatorics.
123571115223042
5677101133176231301387511715

13. Narayana Numbers

Narayana numbers count specific structures, such as non-crossing partitions, which are partitions that avoid overlapping structures.

Tips & Tricks:
  • Formula: N(n,k) = (n choose k) * (n-1 choose k-1)
  • These numbers are used in combinatorics and partition theory.
  • They count non-crossing partitions, useful in graph theory and lattice path problems.
  • They appear in a variety of mathematical contexts, especially in counting problems.
123571115223042
5677101133176231301387511715

14. Super Catalan Numbers

Super Catalan numbers are variants of Catalan numbers used for solving restricted counting problems, often appearing in combinatorics and combinatorial game theory.

Tips & Tricks:
  • Formula: SC(n) = (2n choose n) - (2n choose n-1)
  • Used in problems with specific constraints or limitations, such as balanced parentheses with more restrictions.
  • Starts similarly to Catalan numbers, but diverges in later terms.
  • Important in computational combinatorics and counting problems.
1125144213242914304862
167965878620801274290026744409694845353576701296447904776387001767263190

15. Central Binomial Coefficients

Central binomial coefficients are the values in the center of Pascal’s Triangle. They are used in counting problems, such as paths in grids and combinatorics.

Tips & Tricks:
  • Formula: C(2n, n) = (2n)! / (n!)²
  • Used in problems involving binomial expansions and grid paths.
  • Appears as the central numbers in Pascal’s Triangle.
  • Important in combinatorics, algebra, and geometry.
126207025292434321287048620
184756705432270415610400600401166001577738006187026002443839376965163755038062695750

16. Pascal’s Triangle

Pascal’s Triangle is a triangular array of binomial coefficients. Each number is the sum of the two numbers directly above it, and it has many applications in combinatorics and algebra.

Tips & Tricks:
  • Each row represents the coefficients of binomial expansions (like (a+b)^n).
  • The first and last numbers in each row are 1.
  • The numbers are symmetric: the first half mirrors the second half.
  • Used for problems involving combinations and algebraic expansions.
11111
121331
1331