TCS Company

In a sequence of integers, A(n)=A(n-1)-A(n-2),where A(n) is the nth term in the sequence, n is an integer and n>=3, A(1)=1,A(2)=1. Calculate S(1000), where S(1000) is the sum of first 1000 terms.

Read Solution (Total 8)

TCS Other Question

The prime factorization of a number N is AxAxBxC, where A,B,C are all distinct prime integers. How many factors does N have? f(x)=f(f(x))=f(x^2)....how many such functions with degree >2 exist