TCS Company undefined

In a sequence of integers, A(n) = A(n-1) - A(n-2), where A(n) is the n th 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 the first
1000 terms

Read Solution (Total 3)

TCS Other Question

1,2,2,3,3,3,4,4,4,4,1,1,2,2,2,2,3,3,3,3,3,3,4,4,4,4,4,4,4,4,1,1,1,2,2,2,2,2,2,3,3,3,3,3,3,3,3,3,4,......... in the above sequence what is the number at the position 2888 of the sequence. 1)in how many ways can the letters of english alphabet be arranged so that there are 7 letters between A & B n no repeated.
2)Find no.of zeroes in 15*32*25*22*40*75*98*112*125
3)what must be added to 5678 to get remainder 35 when divided by 460?
4) f(x)=1+x+x^2+......x^6.
Find remainder when f(x^7) is divided by f(x).
5)How many integers satisfy (x^2-x-1)^(x+2)=1?
6)there are 3 single digit distinct numbers A,B,C in geometric progression.
how many possible different values are for abs(A+B-C).