T(n) = T(n-1) + 3^(n-1), T(0) = 1

On Thu, Mar 31, 2011 at 11:20 AM, rahul <rahulr...@gmail.com> wrote:

> 1+1+0, 2+2+1, 5+5+4, 14+14+13, 41+41+40........
>
> On Tue, Mar 29, 2011 at 1:05 PM, Lavesh Rawat <lavesh.ra...@gmail.com>wrote:
>
>> *Series Problem Solution*
>>
>> 1, 2, 5, 14, 41, x
>> Whats x ??
>>
>> Update Your Answers at : Click 
>> Here<http://dailybrainteaser.blogspot.com/2011/03/29march.html?lavesh=lavesh>
>>
>> Solution:
>> Will be updated after 1 day
>>
>>
>> --
>>
>>                     "Never explain yourself. Your friends don’t need it
>> and your enemies won’t believe it" .
>>
>> --
>> You received this message because you are subscribed to the Google Groups
>> "Algorithm Geeks" group.
>> To post to this group, send email to algogeeks@googlegroups.com.
>> To unsubscribe from this group, send email to
>> algogeeks+unsubscr...@googlegroups.com.
>> For more options, visit this group at
>> http://groups.google.com/group/algogeeks?hl=en.
>>
>
>  --
> You received this message because you are subscribed to the Google Groups
> "Algorithm Geeks" group.
> To post to this group, send email to algogeeks@googlegroups.com.
> To unsubscribe from this group, send email to
> algogeeks+unsubscr...@googlegroups.com.
> For more options, visit this group at
> http://groups.google.com/group/algogeeks?hl=en.
>

-- 
You received this message because you are subscribed to the Google Groups 
"Algorithm Geeks" group.
To post to this group, send email to algogeeks@googlegroups.com.
To unsubscribe from this group, send email to 
algogeeks+unsubscr...@googlegroups.com.
For more options, visit this group at 
http://groups.google.com/group/algogeeks?hl=en.

Reply via email to