Asked by DAMIANN
                So i have to find the first 5 terms of each sequence; 2^x-1. Would I start at 0? I mean is 0 a natural number
            
            
        Answers
                    Answered by
            Reiny
            
    if x refers to the term number, then it must be a natural number. The first of the natural numbers, sometimes called the counting numbers, is 1
term(x) = 2^x - 1
term(1) = 2^1 - 1 = 1
term(2) = 2^2 - 1 = 4-1 = 3
term(3) = 2^3 - 1 = 8-1 = 7
etc.
    
term(x) = 2^x - 1
term(1) = 2^1 - 1 = 1
term(2) = 2^2 - 1 = 4-1 = 3
term(3) = 2^3 - 1 = 8-1 = 7
etc.
                    Answered by
            The Guy With Some of the Answers
            
    Wow...
    
                                                    There are no AI answers yet. The ability to request AI answers is coming soon!
                                            
                Submit Your Answer
We prioritize human answers over AI answers.
If you are human, and you can answer this question, please submit your answer.