Asked by Linda Sparks
                write a recursive formula for   1,6,11,16
            
            
        Answers
                    Answered by
            mathhelper
            
    Looks like each term is 5 more than the previous term, so
term(1) = 1
term(n) = term(n-1) + 5 , for all n > 1 , n ∈ N
    
term(1) = 1
term(n) = term(n-1) + 5 , for all n > 1 , n ∈ N
                                                    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.