Chapter 6: Problem 11
Prove each. \(D_{n}\) is even if \(n\) is an odd integer.
Short Answer
Step by step solution
Key Concepts
These are the key concepts you need to understand to accurately answer the question.
/*! 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 6: Problem 11
Prove each. \(D_{n}\) is even if \(n\) is an odd integer.
These are the key concepts you need to understand to accurately answer the question.
All the tools & learning materials you need for study success - in one app.
Get started for free
Using induction, prove each. $$\left(\begin{array}{l}n \\ 0\end{array}\right)+\left(\begin{array}{c}n+1 \\\ 1\end{array}\right)+\left(\begin{array}{c}n+2 \\\ 2\end{array}\right)+\cdots+\left(\begin{array}{c}n+r \\\ r\end{array}\right)=\left(\begin{array}{c}n+r+1 \\ r\end{array}\right) \text { (Hint: Use Pascal's identity.) }$$
Using the binomial theorem, prove each. \(\sum_{i=1}^{n}\left(\begin{array}{c}n \\\ i-1\end{array}\right)\left(\begin{array}{c}n \\\ i\end{array}\right)=\left(\begin{array}{c}2 n \\ n+1\end{array}\right)\) [Hint: Consider \((1+x)^{2 n}=(x+1)^{n}(1+x)^{n} .\) Equate the coefficients of \(\left.x^{n+1} \text { from both sides. }\right]\)
In \(1984,\) E. T. H. Wang of Wilfrid Laurier University, Waterloo, Ontario, Canada, established that $$\sum_{r=1}^{n} r^{3}\left(\begin{array}{l}n \\\r\end{array}\right) D_{n-r}=5 n !$$ Verify the formula for \(n=5\) and \(n=6\).
Using the alternate inclusion-exclusion formula, find the number of primes not exceeding: 75
The Bell numbers \(B_{n},\) named after the English mathematician Eric T. Bell (1883-1960) and used in combinatorics, are defined recursively as follows: $$B_{0}=1$$ $$B_{n}=\sum_{i=0}^{n-1}\left(\begin{array}{c} n-1 \\ i \end{array}\right) B_{i}, \quad n \geq 1$$ Compute each Bell number. $$B_{2}$$
What do you think about this solution?
We value your feedback to improve our textbook solutions.