Generating Sequences With Recurrence Relations 2
Write a program containing recursive functions that will generate values of a recurrence relation and compare the growth to two possible given functions . Your program should: Ask the user for the required number of initial values. Determine the next 19 values according to the given recurrence relation (see below). Output the resulting 19 values.. read more →