Star Number

The number of cells in a generalized Chinese checkers board (or "centered" hexagram). Unlike the polygonal numbers, there is ambiguity in the case of the star numbers as to whether S_0 or S_1 should be set equal to 1, since the equation defining star numbers never gives 0. For consistency with other figurate numbers, which are all defined such that F_1=1, that definition is used here as well, and S_n is defined by

 S_n=6n(n-1)+1.
(1)

The first few for n=1, 2, ... are 1, 13, 37, 73, 121, ... (OEIS A003154), and the generating function for the star numbers is

 (x(x^2+10x+1))/((1-x)^3)=x+13x^2+37x^3+73x^4+....
(2)

The star numbers satisfy the linear recurrence equation

 S_n=S_(n-1)+12(n-1).
(3)

Every star number has digital root 1 or 4, and the final digit must be one of 1, 3, or 7, and the final two digits must be one of 01, 13, 21, 33, 37, 41, 53, 61, 73, 81, or 93.

The first few triangular star numbers are 1, 253, 49141, 9533161, ... (OEIS A006060), and can be computed using

TS_n=(3[(7+4sqrt(3))^(2n-1)+(7-4sqrt(3))^(2n-1)]-10)/(32)
(4)
=194TS_(n-1)+60-TS_(n-2).
(5)

The indices of the corresponding triangular numbers are 1, 22, 313, 4366, 60817, ... (OEIS A068774), and of the star numbers are 1, 7, 91, 1261, 17557, ... (OEIS A068775).

The first few square star numbers are 1, 121, 11881, 1164241, 114083761, ... (OEIS A006061). The indices of the corresponding square numbers are 1, 11, 109, 1079, 10681, 105731, 1046629, ... (OEIS A054320), and of the star numbers are 1, 5, 45, 441, 4361, 43165, 427285, ... (OEIS A068778). Square star numbers are obtained by solving the Diophantine equation

 2x^2+1=3y^2
(6)

and can be computed using

 SS_n=([(5+2sqrt(6))^n(sqrt(6)-2)-(5-2sqrt(6))^n(sqrt(6)+2)]^2)/4.
(7)

Wolfram Web Resources

Mathematica »

The #1 tool for creating Demonstrations and anything technical.

Wolfram|Alpha »

Explore anything with the first computational knowledge engine.

Wolfram Demonstrations Project »

Explore thousands of free applications across science, mathematics, engineering, technology, business, art, finance, social sciences, and more.

Computerbasedmath.org »

Join the initiative for modernizing math education.

Online Integral Calculator »

Solve integrals with Wolfram|Alpha.

Step-by-step Solutions »

Walk through homework problems step-by-step from beginning to end. Hints help you try the next step on your own.

Wolfram Problem Generator »

Unlimited random practice problems and answers with built-in Step-by-step solutions. Practice online or make a printable study sheet.

Wolfram Education Portal »

Collection of teaching and learning tools built by Wolfram education experts: dynamic textbook, lesson plans, widgets, interactive Demonstrations, and more.

Wolfram Language »

Knowledge-based programming for everyone.