Triangular Numbers Calculator

Compute the n-th triangular number T_n = n(n+1)/2, or check whether a given integer is triangular and find its index.

Frequently Asked Questions

What is a triangular number?

A triangular number is the sum of the first n positive integers for some n. The formula is T_n = n(n+1)/2. The sequence starts 0, 1, 3, 6, 10, 15, 21, 28, and each term corresponds to a triangular arrangement of equally spaced dots.

How do I check if a number is triangular?

Compute 8 times the number plus 1, and check whether the result is a perfect square. If yes, the number is triangular. The index n equals the square root of that result, minus 1, divided by 2.

What is the next triangular number after 55?

It is 66, which is T_11 = 11 times 12 divided by 2. The sequence continues 78, 91, 105, 120 after that.

Are triangular numbers the same as combinations?

Yes, T_n equals the number of ways to choose 2 items from n+1 items, written as C(n+1, 2). This is why T_(n-1) counts the number of unique pairs among n people, or the number of edges in a complete graph.

Important Disclaimer: Estimates for informational purposes only.

This calculator provides estimates for informational purposes only. Results are based on assumptions and may not reflect actual outcomes. Consult qualified professionals in relevant fields before making important decisions based on these results.