Fibonacci-link
1
11
112
1123
11235
112358
11235813
1123581321
112358132134
Ya get it
Also Triangponent³
A(n)=A(n-1)+n
B(n)=B(A(n)-1)+A(n)
Damage(n)=B(A(n))^A(n)
Pell²
P(n)=(P(n-1)×2)+P(n-2)
Damage(n)=(Damage(n-1)×P(n-1))+(Damage(n-2)×P(n-2))
Along with the rule P(n) where n is 0 or negative is 1.