Super Sequence

Algebra Level 4

A sequence, S n S_{n} is defined such that S 1 = 1 , S 2 = 2 S_{1}=1, S_{2}=2 and S n = S n 1 × S n 2 S_{n}=S_{n-1} \times S_{n-2} for all n > 2 n>2 where n n is a positive integer.

Which of these are the correct form for S n S_{n} true for all values of n > 2 n>2 ?

Notations:

  • f ( n ) f(n) denotes the n th n^\text{th} Fibonacci number , where f ( 0 ) = 0 , f ( 1 ) = 1 f(0) = 0, f(1) = 1 and f ( n ) = f ( n 1 ) + f ( n 2 ) f(n) = f(n-1) + f(n-2) for n = 2 , 3 , 4 , n=2,3,4,\ldots .

  • ! ! is the factorial notation. For example, 8 ! = 1 × 2 × 3 × × 8 8! = 1\times2\times3\times\cdots\times8 .

2 n ! 2^{n!} f ( n + 1 ) f(n+1) 2 n 1 2^{n-1} 2 f ( n 1 ) 2^{f(n-1)} 2 f ( n ) 2^{f(n)}

This section requires Javascript.
You are seeing this because something didn't load right. We suggest you, (a) try refreshing the page, (b) enabling javascript if it is disabled on your browser and, finally, (c) loading the non-javascript version of this page . We're sorry about the hassle.

2 solutions

Taking logs base 2 of the statements given shows that l o g 2 ( S 1 ) = 0 log_{2}(S_{1})=0 , l o g 2 ( S 2 ) = 1 log_{2}(S_{2})=1 and l o g 2 ( S n ) = l o g 2 ( S n 1 ) + l o g 2 ( S n 2 ) log_{2}(S_{n})=log_{2}(S_{n-1})+log_{2}(S_{n-2}) .

Calculating the third term using this formula shows that l o g 2 ( S 3 ) = 1 log_{2}(S_{3})=1 and from this point on the log to base two of the sequence is the fibonacci numbers. The first fibonacci number appears at n=2 so the offset is 1. In other words l o g 2 ( S n ) = f ( n 1 ) log_{2}(S_{n})=f(n-1) and so S n = 2 f ( n 1 ) S_{n}=2^{f(n-1)}

Note that:

S 1 = 1 = 2 0 = 2 f ( 0 ) S 2 = 2 = 2 1 = 2 f ( 1 ) S 3 = S 1 S 2 = 2 f ( 0 ) + f ( 1 ) = 2 f ( 2 ) S 4 = S 2 S 3 = 2 f ( 1 ) + f ( 2 ) = 2 f ( 3 ) . . . = . . . S n = S n 2 S n 1 = 2 f ( n 1 ) \begin{aligned} S_1 & = 1 = 2^0 = 2^{f(0)} \\ S_2 & = 2 = 2^1 = 2^{f(1)} \\ S_3 & = S_1S_2 = 2^{f(0)+f(1)} = 2^{f(2)} \\ S_4 & = S_2S_3 = 2^{f(1)+f(2)} = 2^{f(3)} \\ ... & = \ ... \\ S_n & = S_{n-2}S_{n-1} = \boxed{2^{f(n-1)}} \end{aligned}

0 pending reports

×

Problem Loading...

Note Loading...

Set Loading...