answersLogoWhite

0


Best Answer

3,6,9,12

A sub 1 = First (3)

a sub n = a sub (n-1) + change (3)

User Avatar

Wiki User

13y ago
This answer is:
User Avatar

Add your answer:

Earn +20 pts
Q: How do you write a recursive Formula?
Write your answer...
Submit
Still have questions?
magnify glass
imp
Related questions

What is the difference between a geometric sequence and a recursive formula?

what is the recursive formula for this geometric sequence?


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.


Why recursive solution is better for tree traversal?

Because a tree is a recursive data-structure. It's easier to write (and easier to understand) a recursive program for handling it.


Jntu 2-2 oops through java answers?

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


What is the recursive formula for 2 1 3 4 7 11?

It look like a Fibonacci sequence seeded by t1 = 2 and t2 = 1. After that the recursive formula is simply tn+1 = tn-1 + tn.


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

i love u darling


What is the recursive formula for 64 to 16 to 4 to 1?

x_n+1 = x_n / 4


What is is a recursive formula?

A recursive formula is one that references itself. The famous example is the Fibonacci function: fib(n) := fib(n-1) + fib(n-2), with the terminating proviso that fib(0) = 0 and fib(1) = 1.


What recursive formulas represents the same arithmetic sequence as the explicit formula an 5 n - 12?

-7


What is the recursive formula for this geometric sequence 4-1236-108...?

4, -1236, -108 is not a geometric system.


What is an expression that contains numbers operations and one or more variables?

That sounds like the definition for Recursive Formula.


What is recursive association?

a recursive association - as a aggregation is a special form of association, so recursive aggregation can be called as recursive association ... AKASH SISODIYA ......IT ...