I can't able to find the theta for some type of code like.


for(i=1;i<=n;i++){
for(j=i;j>=1;j=j/3){
....
}
}

How to find the theta for the above code.