বৃহস্পতিবার, ২৩ জানুয়ারি, ২০১৪

Centered Triangular Number


CenteredTriangularNumber
A centered triangular number is a centered polygonal number consisting of a central dot with three dots around it, and then additional dots in the gaps between adjacent dots. The nth term is (3n^2+3n+2)/2, and the first few such numbers for n=0, 1, 2, ... are 1, 4, 10, 19, 31, 46, 64, ... (Sloane's A005448). The generating function giving the centered triangular numbers is
 (x^2+x+1)/((1-x)^3)=1+4x+10x^2+19x^3+....

Ref: mathworld.wolfram.com

মঙ্গলবার, ২১ জানুয়ারি, ২০১৪

Centered Square Number


CenteredSquareNumber
A centered polygonal number consisting of a central dot with four dots around it, and then additional dots in the gaps between adjacent dots. The general term is n^2+(n+1)^2, and the first few such numbers are 1, 5, 13, 25, 41, ... (Sloane's A001844). Centered square numbers are the sum of two consecutive square numbers and are congruent to 1 (mod 4). The generating function giving the centered square numbers is
 ((x+1)^2)/((1-x)^3)=1+5x+13x^2+25x^3+....

Ref: mathworld.wolfram.com

Centered Pentagonal Number


CenteredPentagonalNumber
A centered polygonal number consisting of a central dot with five dots around it, and then additional dots in the gaps between adjacent dots. The general term is (5n^2+5n+2)/2, and the first few such numbers are 1, 6, 16, 31, 51, 76, ... (Sloane's A005891). The generating function of the centered pentagonal numbers is
 (x^2+3x+1)/((1-x)^3)=1+6x+16x^2+31x^3+....

Ref: mathworld.wolfram.com