A pronic number is a number that is the product of two consecutive integers, that is, a number of the form
n(n+1)
The first few pronic numbers are:
0, 2, 6, 12, 20, 30, 42, 56, 72, 90, 110, 132, 156, 182, 210, 240, 272, 306, 342, 380, 420, 462 … .
Letting
Pn
n(n+1)
P{-n}=Pn{-1}
n\geq0
The pronic numbers were studied as figurate numbers alongside the triangular numbers and square numbers in Aristotle's Metaphysics,[2] and their discovery has been attributed much earlier to the Pythagoreans.[4] As a kind of figurate number, the pronic numbers are sometimes called oblong[2] because they are analogous to polygonal numbers in this way:[1]
The th pronic number is the sum of the first even integers, and as such is twice the th triangular number[1] [2] and more than the th square number, as given by the alternative formula for pronic numbers. The th pronic number is also the difference between the odd square and the st centered hexagonal number.
Since the number of off-diagonal entries in a square matrix is twice a triangular number, it is a pronic number.[5]
The partial sum of the first positive pronic numbers is twice the value of the th tetrahedral number:
n | |
\sum | |
k=1 |
k(k+1)=
n(n+1)(n+2) | |
3 |
=2Tn
infty | |
\sum | |
i=1 |
1 | = | |
i(i+1) |
1 | + | |
2 |
1 | + | |
6 |
1 | + | |
12 |
1 | |
20 |
… =1
n | |
\sum | |
i=1 |
1 | = | |
i(i+1) |
n | |
n+1 |
infty | |
\sum | |
i=1 |
(-1)i+1 | = | |
i(i+1) |
1 | - | |
2 |
1 | + | |
6 |
1 | - | |
12 |
1 | |
20 |
… =log(4)-1
Pronic numbers are even, and 2 is the only prime pronic number. It is also the only pronic number in the Fibonacci sequence and the only pronic Lucas number.[7] [8]
The arithmetic mean of two consecutive pronic numbers is a square number:
n(n+1)+(n+1)(n+2) | |
2 |
=(n+1)2
n2\leqn(n+1)<(n+1)2<(n+1)(n+2)<(n+2)2.
\lfloor{\sqrt{m}}\rfloor ⋅ \lceil{\sqrt{m}}\rceil=m.
The fact that consecutive integers are coprime and that a pronic number is the product of two consecutive integers leads to a number of properties. Each distinct prime factor of a pronic number is present in only one of the factors or . Thus a pronic number is squarefree if and only if and are also squarefree. The number of distinct prime factors of a pronic number is the sum of the number of distinct prime factors of and .
If 25 is appended to the decimal representation of any pronic number, the result is a square number, the square of a number ending on 5; for example, 625 = 252 and 1225 = 352. This is so because
100n(n+1)+25=100n2+100n+25=(10n+5)2