Square triangular number: Difference between revisions

Content deleted Content added
Tag: Reverted
Tag: Reverted
Line 114:
 
 
The [[Digital root]] of every Square triangular number (expect 0) is 1 if the number has a even indexplace in the series and 9 if it has odd indexplace.
*That can written as:
:<math>DR(N_k)= 8 (k % 2)+1</math> (with the expection of <math>DR(N_0)=0</math>)
 
==Numerical data==