Pascal Triangle Row Calculator
Generate any row of Pascal triangle by entering the row number. See the binomial coefficients instantly — useful for combinatorics, algebra and math study.
Linha
—
Pascal's triangle: a row of binomial coefficients
Row n of Pascal's triangle is just the binomial coefficients C(n, k) = n! / (k!(n − k)!) written out for k = 0, 1, …, n. Every entry is the sum of the two sitting above it, and add up a whole row and you land on 2ⁿ. The patterns hiding inside are what make it fun. There's the symmetry C(n, k) = C(n, n − k), the diagonals that carry triangular and tetrahedral numbers, and Fibonacci numbers waiting along the shallow diagonals. Read the entries modulo 2 and the Sierpinski fractal appears. Blaise Pascal pulled all of this together in his Traité du Triangle Arithmétique (1654), but the structure already shows up earlier in Chinese, Indian and Persian sources. Take n = 4 as an example: the row reads 1, 4, 6, 4, 1, and sure enough 1 + 4 + 6 + 4 + 1 = 16 = 2⁴.
Applications: combinatorics, probability and algebra
Those same rows feed the binomial theorem (a + b)ⁿ = Σ C(n, k)·a^(n−k)·b^k. They handle combinatorial counting, telling you how many subsets of size k you can pull from n items. They give you binomial probability, the number of ways to land k heads across n tosses. And they turn up in high-school algebra, in the ENEM-style binomial expansions students grind through.
FAQ
Where does row 0 start? Right at the top. Row 0 holds a single entry, 1 = C(0, 0), and from there row n always has n + 1 entries.
Why does each row sum to 2ⁿ? Set both terms to 1 in the binomial theorem and the answer falls out: (1 + 1)ⁿ = Σ C(n, k) = 2ⁿ.
What is the relation to Fibonacci? Add up the entries running along the shallow diagonals and you get the Fibonacci numbers, one after another.
And the Sierpinski triangle? Reduce the triangle modulo 2, paint the odd entries black, and the Sierpinski fractal pattern stares back at you.
Related Tools
Fresnel Zone Radius
Calculate the first Fresnel zone radius, r = 17.31·√(d₁·d₂ ÷ (f·(d₁+d₂))), from the distances of each end to the point d₁ and d₂ (km) and the frequency f (GHz). The result, in metres, defines the ellipsoid around the line of sight that must stay clear of obstacles for a radio link to work without diffraction loss. Rule of thumb: at least 60% of the first Fresnel zone should be unobstructed. It is essential in designing point-to-point, microwave and long-range Wi-Fi links. Enter the distances and the frequency.
Vagonite Embroidery by Area
Calculates thread for vagonite embroidery from worked area.
Sewing Thread Consumption
Estimate the thread consumption of a seam by multiplying the seam length by the stitch consumption factor (the ratio of thread used to seam length — ~2.5 for lockstitch, more for overlock and coverstitch). Knowing the thread consumption per piece is essential to budget, buy cones and avoid stopping production for lack of thread. Enter the seam length and the consumption factor.
Gear Base Pitch
Calculate the base pitch of an involute gear, p_b = π·m·cos(φ), from the module m (mm) and the pressure angle φ (degrees). The base pitch is the distance between two homologous flanks of consecutive teeth, measured along the base circle (or, equivalently, along the line of action) — different from the circular pitch (π·m), measured on the pitch circle. The base pitch is a FUNDAMENTAL property of involute meshing for an elegant reason: for two meshes to transmit motion correctly, they must have the SAME base pitch — it is the conjugacy condition of involute profiles. Moreover, the base pitch appears directly in the CONTACT RATIO (the average number of teeth in simultaneous contact, found by dividing the line-of-action length by the base pitch): a contact ratio above 1 (ideally above 1.4) ensures there is always at least one tooth pair meshed, transmitting motion continuously and smoothly, without impacts. The base pitch is also the basis of checking gears 'over two pins' or by span measurement (W over teeth), classic dimensional-control methods. It is an essential parameter in gear geometry and metrology. Enter the module and the pressure angle.
Warm-Up Condensate Load (Steam)
Computes the average condensate flow generated while a steam line or piece of equipment is warming up, m = M × c_p × (T_final − T_initial) ÷ (h_fg × t), that is, the sensible heat absorbed by the cold metal divided by the latent heat of the steam and by the time in which the warm-up is to be completed. This average warm-up flow, weighed against the running load, is what sizes the steam trap — take the larger of the two, with a factor of 2 to 3 on the warm-up figure, since the peak in the first minutes runs well above the average: on start-up cold pipework condenses far more steam than it does once hot, and a trap picked from the running load alone floods the line and invites water hammer. Carbon steel has a specific heat around 0.49 kJ/kg·K, and latent heat drops as pressure rises — at 170 °C (about 7 bar gauge) it is roughly 2049 kJ/kg. Enter the metal mass, the specific heat, the initial and final temperatures, the latent heat of the steam and the warm-up time.
Pythagorean Theorem Calculator
Calculate any side of a right triangle from the other two. Enter two sides and get the third with the formula a² + b² = c².
The results provided by this tool are for general informational and educational purposes only and do not constitute professional, financial, medical, legal, tax or accounting advice. Always confirm important decisions with a qualified professional and official sources.