answersLogoWhite

0

Infinitely many.

For example:

Un+1 = Un + 3

or

Un+1 = 2*Un - 1

or

Un+1 = 3*Un - 5

or, more generally,

Un+1 = k*Un + 7 - 4*k where k is any number.

Each one of them will be different from the third term onwards. These are linear patterns. There are quadratic and other recursive relationships.

User Avatar

Wiki User

12y ago

What else can I help you with?

Related Questions

How many different recursive patterns can you find with 4 and 7 as the first 2 terms?

there are 4 different ways you can do it


When you choose iterative or recursive algorithm?

If you cannot find any iterative algorithm for the problem, you have to settle for a recursive one.


How do you get a recursive pattern?

A recursive pattern is a pattern that goes like this 2,4,6,8 and on. A pattern rule which is used to find the next term.


Will the explicit formula find the same answer when using the recursive formula?

It is often possible to find an explicit formula that gives the same answer as a given recursive formula - and vice versa. I don't think you can always find an explicit formula that gives the same answer.


How do you find a recursive rule?

You can search on ebay or more likey to find at Staples :)


Jntu 2-2 oops through java answers?

write a java program to find factorial using recursive and non recursive


Can you have the program in C plus plus for recursive function generating a series of terms?

Yes, this can be done. For example for Fibonacci series. You will find plenty of examples if you google for the types of series you need to be generated.


Write a c program to find GCD of two given integers by using both recursive n non recursive functions?

i love u darling


The sum of the first 20 terms of an a.p is 45 and the sum of the first 40 terms is 290. Find the first term?

-69


Which is faster to find factorial whether recursive or dowhile?

recursion is always slower than iteration


Can I find sundress patterns online?

Yes. There are many places online to find patterns. You can search for them or you can order them to be delivered right to your door. The first place I would try would be joannefabrics.com


In AP if the 6th and 13th terms are 35 and70 respectively find the sum of its first 20 terms?

To find the sum of the first 20 terms of an arithmetic progression (AP), we need to first determine the common difference (d) between the terms. Given that the 6th term is 35 and the 13th term is 70, we can calculate d by subtracting the 6th term from the 13th term and dividing by the number of terms between them: (70 - 35) / (13 - 6) = 5. The formula to find the sum of the first n terms of an AP is Sn = n/2 [2a + (n-1)d], where a is the first term. Plugging in the values for a (the 1st term), d (common difference), and n (20 terms), we can calculate the sum of the first 20 terms.