摆动数列的通项公式

问题描述:

摆动数列的通项公式
数列:a1=t,a2=2t,a3=3t,a4=2t,a5=3t,a6=4t,a7=3t,a8=4t,a9=5t[t为常数,项数n=9]谢谢各位大神了

an=(n div 3)t+(n mod 3)t
div表示整除,mod表示取余