an=an-1
To use this formula, you start of with a value on the first term, but theoretical, it'd turn out like this:
a1=a1-1=a0
a2=a2-1=a1
a3=a3-1=a2
a4=a4-1=a3
a5=a5-1=a4
Where a0 would be your starting term (this formula is based on the previous term, and that's why you must have a value to start off with).
Chat with our AI personalities
#include<stdio.h> int main(){ int n1,n2; printf("\nEnter two numbers:"); scanf("%d %d",&n1,&n2); while(n1!=n2){ if(n1>=n2) n1=n1-n2; else n2=n2-n1; } printf("\nGCD=%d",n1); return 0; }
the value of the exponent n1
The sum of the first 10 positive integers, using the formula N1 + (N1 + 1) + ... + N2 = N2 * (N2 + 1) / 2 - (N1 - 1) * N1 / 2 is: 55
You subtract the exponents. N30 - N1 = N30 - 1 = N29.You subtract the exponents. N30 - N1 = N30 - 1 = N29.You subtract the exponents. N30 - N1 = N30 - 1 = N29.You subtract the exponents. N30 - N1 = N30 - 1 = N29.
I have my math final tomorrow and I don't remember the quick method to finding the r value when they are not consecutive terms, please help me. n1=1/81, n3=1/3