answersLogoWhite

0

Each number in the series is the sum of the preceding number and the number two numbers back from the preceding number.

Xn = Xn-1+Xn-3 where the number that started should be zero.

User Avatar

Wiki User

15y ago

What else can I help you with?

Related Questions

Which is the term number when the term value is 53?

To find the term number when the term value is 53 in a sequence, you need to know the pattern or formula of the sequence. If it is an arithmetic sequence with a common difference of d, you can use the formula for the nth term of an arithmetic sequence: ( a_n = a_1 + (n-1)d ), where ( a_n ) is the nth term, ( a_1 ) is the first term, and d is the common difference. By plugging in the values, you can solve for the term number.


How do you calculate the sum of all numbers from 1 through 100?

The formula for the sum of an arithmetic sequence is ((first number) + (last number)) x (how many numbers) / 2, in this case, (1 + 100) x 100 / 2.The formula for the sum of an arithmetic sequence is ((first number) + (last number)) x (how many numbers) / 2, in this case, (1 + 100) x 100 / 2.The formula for the sum of an arithmetic sequence is ((first number) + (last number)) x (how many numbers) / 2, in this case, (1 + 100) x 100 / 2.The formula for the sum of an arithmetic sequence is ((first number) + (last number)) x (how many numbers) / 2, in this case, (1 + 100) x 100 / 2.


What is the formula for a geometric sequence?

a+a*r+a*r^2+...+a*r^n a = first number r = ratio n = "number of terms"-1


What is the nth formula of 8 11 16 23 32 43?

Well, darling, it looks like we're dealing with a sequence where each number is increasing by a prime number. The nth formula for this sequence would be n^2 + n + 7. So, if you plug in n=1, you get 8; n=2 gives you 11; n=3 spits out 16; and so on. Keep it sassy and stay fabulous, my friend!


What is the nth term formula for the sequence 1 4 9 16 25 36?

Formula for nth termTn = a + (4n - 1) {where a is the first term and n is natural number}


Why are conjectures important in finding unknown terms in a sequence or pattern of numbers?

In order to find the unknown term in a number sequence, you first need to calaculate the advantage of the numbers.


What is the 5th term of the sequence which has a first term of 17?

That depends what the pattern of the sequence is.


What is the general pattern of the Fibonacci sequence?

The first number, f1 = 1 The second number, f2 = 1 After that the sequence is defined recursively: fn = fn-1 + fn-2 for n=3, 4, 5, ...


How do you calculate the sum of first 20 prime number?

You find the first 20 prime numbers and add them together. There is no formula for generating a sequence of prime numbers and so none for the series of their sums.You find the first 20 prime numbers and add them together. There is no formula for generating a sequence of prime numbers and so none for the series of their sums.You find the first 20 prime numbers and add them together. There is no formula for generating a sequence of prime numbers and so none for the series of their sums.You find the first 20 prime numbers and add them together. There is no formula for generating a sequence of prime numbers and so none for the series of their sums.


How do you find the 99th term in a sequence?

The formula used to find the 99th term in a sequence is a^n = a^1 + (n-1)d. a^1 is the first term, n is the term number we wish to find, and d is the common difference. In order to find d, the pattern in the sequence must be determined. If the sequence begins 1,4,7,10..., then d=3 because there is a difference of 3 between each number. d can be quite simple or more complicated as it can be a function or formula in of itself. However, in the example, a^1=1, n=99, and d=3. The formula then reads a^99 = 1 + (99-1)3. Therefore, a^99 = 295.


What is the pattern for 1 1 2 3 5 8?

That's a Fibonacci sequence. After the first two numbers, each new number is the sum of the previous two numbers. The next number in that sequence would be 13.


What is the formula for the nth term of this sequence 17 29 41 53 65 77?

t(n) = 12*n + 5