Chapter 7: Problem 15
Solve the given recurrence relation for the initial conditions given. \(a_{n}=6 a_{n-1}-8 a_{n-2} ; \quad a_{0}=1, \quad a_{1}=0\)
/*! This file is auto-generated */ .wp-block-button__link{color:#fff;background-color:#32373c;border-radius:9999px;box-shadow:none;text-decoration:none;padding:calc(.667em + 2px) calc(1.333em + 2px);font-size:1.125em}.wp-block-file__button{background:#32373c;color:#fff;text-decoration:none}
Learning Materials
Features
Discover
Chapter 7: Problem 15
Solve the given recurrence relation for the initial conditions given. \(a_{n}=6 a_{n-1}-8 a_{n-2} ; \quad a_{0}=1, \quad a_{1}=0\)
All the tools & learning materials you need for study success - in one app.
Get started for free
Solve the given recurrence relation for the initial conditions given. \(a_{n}=6 a_{n-1}-8 a_{n-2} ; \quad a_{0}=1, \quad a_{1}=0\)
Exercises \(22-24\) refer to the sequence \(S_{1}, S_{2}, \ldots,\) where \(S_{n}\) denotes the mumber of \(n\) -bit strings that do not contain the pattern \(010 .\) $$ \text { Compute } S_{1}, S_{2}, S_{3}, \text { and } S_{4} $$
Show that the average number of inversions in permutations of \(\\{1, \ldots, n\\}\) is \(n(n-1) / 4\). Assume that all permutations are equally likely.
Let \(E_{n}\) denote the number of riseffall permutations of \(1,2, \ldots, n .\) (Define \(E_{0}=1 .\) ) The numbers \(E_{0}, E_{1}, E_{2}, \ldots\) are called the Euler numbers, By considering where 1 must occur in a rise/fall permutation. derive the recurrence relation $$ E_{n}=\sum_{j=0}^{\lfloor(n-1) / 21\rfloor} C(n-1,2 j) E_{2 j} E_{n-2 j-1} $$
Exercises 58 and 59 refer to the sequence \(S_{n}\) defined by $$ S_{1}=0, \quad S_{2}=1, \quad S_{n}=\frac{S_{n-1}+S_{n-2}}{2} \quad n=3,4, \ldots $$ Guess a formula for \(S_{n}\) and use induction to show that it is correct.
What do you think about this solution?
We value your feedback to improve our textbook solutions.