//ciag an = 2*an-1+5 #include #include using namespace std; int main() { int i,n ; cout<<"n = "; cin>>n; if(n>0) { int *a = new int[n]; a[0]=1; cout<