T(5) = 41 + 3^4 = 122. On Thu, Mar 31, 2011 at 2:16 PM, Vandana Bachani <[email protected]>wrote:
> T(n) = T(n-1) + 3^(n-1), T(0) = 1 > > On Thu, Mar 31, 2011 at 11:20 AM, rahul <[email protected]> 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 <[email protected]>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 [email protected]. >>> To unsubscribe from this group, send email to >>> [email protected]. >>> 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 [email protected]. >> To unsubscribe from this group, send email to >> [email protected]. >> 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 [email protected]. To unsubscribe from this group, send email to [email protected]. For more options, visit this group at http://groups.google.com/group/algogeeks?hl=en.
