centeredrectangular
The centered rectangular number is a figurate number that represents a rectangle with a central point. It is formed by taking a rectangle with dimensions $2n \times (2n+1)$ and adding a single central point. These numbers can be expressed by the formula $C_n = 2n(2n+1) + 1$. The sequence begins with $n=0$.
The first few centered rectangular numbers are 1, 9, 25, 49, 81, 121, and so on. This
The difference between consecutive centered rectangular numbers is given by $C_n - C_{n-1} = (2n+1)^2 - (2(n-1)+1)^2 = (2n+1)^2 - (2n-1)^2$.