Pronic Number Checker

n × (n + 1)

CalculatorsFreeNo Signup
4.7(772 reviews)
All Tools

Loading tool...

About Pronic Number Checker

A pronic number checker testing if a number equals n(n+1) for some integer n. Pronic numbers are twice triangular numbers. Shows the factorization, nearest pronic neighbors, and the sequence. Client-side.

Pronic Number Checker Features

  • Pronic check
  • Factor pair
  • Triangular link
  • Sequence
  • Nearest pronic
Pronic (oblong) number: n(n+1). First: 0,2,6,12,20,30,42,56,72,90,110... Always even. Always twice a triangular number: n(n+1) = 2·T(n). Between consecutive perfect squares: n² < n(n+1) < (n+1)². All pronic numbers are even.

How to Use

Enter number:

  • Pronic?: Is it n(n+1)?
  • Factors: The consecutive pair
  • Triangular: = 2·T(n)

Properties

  • Always even (n or n+1 is even)
  • Sum of first n even numbers: 2+4+...+2n = n(n+1)
  • Never a perfect square
  • n(n+1) mod 10 ∈ {0,2,6} only

Geometric Meaning

'Oblong' or 'heteromecic': arranges as an n × (n+1) rectangle. This is why they're called 'rectangular numbers'. They represent the area of a nearly-square rectangle.

Step-by-Step Instructions

  1. 1Enter number.
  2. 2Check pronic.
  3. 3Find factor pair.
  4. 4Link to triangular.
  5. 5Browse sequence.

Pronic Number Checker — Frequently Asked Questions

Why are pronic numbers always even?+

n(n+1): one of n, n+1 is always even (consecutive integers). So their product is always even. In fact, n(n+1) ≡ 0 (mod 2). The last digit is always 0, 2, or 6.

How to test if k is pronic?+

k is pronic iff ⌊√k⌋ · (⌊√k⌋ + 1) = k. Equivalently, the discriminant of n²+n−k=0 must be a perfect square: 1+4k must be a perfect square, and (√(1+4k)−1)/2 must be a non-negative integer.

Connection to triangular numbers?+

T(n) = n(n+1)/2 (triangular). So n(n+1) = 2·T(n). Every pronic number is exactly twice a triangular number. Also: sum of two consecutive triangular numbers gives a perfect square: T(n)+T(n-1) = n².

Share this tool: