

InterviewSolution
Saved Bookmarks
1. |
For the sequence 1, 7, 25, 79, 241, 727 … simple formula for {an} is ____________(a) 3^n+1 – 2(b) 3^n – 2(c) (-3)^n + 4(d) n^2 – 2I had been asked this question in an interview.This intriguing question originated from Sequences and Summations topic in division Basic Structures: Sets, Functions, Sequences, Sums and Matrices of Discrete Mathematics |
Answer» Right option is (b) 3^n – 2 |
|