brain

tamnd's digital brain — notes, problems, research

41500 notes

TAOCP 7.2.2.1 Exercise 106

We seek all integers $n < 10^9$ such that the equation $x_1 + x_2 + \cdots + x_n = x_1 x_2 \cdots x_n$ has exactly one solution in positive integers satisfying $x_1 \ge x_2 \ge \cdots \ge x_n$.

taocpmathematicsalgorithmsvolume-4medium
TAOCP 7.2.2.1 Exercise 105

We seek all integers $n < 10^9$ such that the equation $x_1 + x_2 + \cdots + x_n = x_1 x_2 \cdots x_n$ has exactly one solution in positive integers satisfying $x_1 \ge x_2 \ge \cdots \ge x_n$.

taocpmathematicsalgorithmsvolume-4medium
TAOCP 7.2.2.1 Exercise 104

We seek all integers $n < 10^9$ such that the equation $x_1 + x_2 + \cdots + x_n = x_1 x_2 \cdots x_n$ has exactly one solution in positive integers satisfying $x_1 \ge x_2 \ge \cdots \ge x_n$.

taocpmathematicsalgorithmsvolume-4math-hard
TAOCP 7.2.2.1 Exercise 103

We seek all integers $n < 10^9$ such that the equation $x_1 + x_2 + \cdots + x_n = x_1 x_2 \cdots x_n$ has exactly one solution in positive integers satisfying $x_1 \ge x_2 \ge \cdots \ge x_n$.

taocpmathematicsalgorithmsvolume-4math-hard
TAOCP 7.2.2.1 Exercise 102

We seek all integers $n < 10^9$ such that the equation $x_1 + x_2 + \cdots + x_n = x_1 x_2 \cdots x_n$ has exactly one solution in positive integers satisfying $x_1 \ge x_2 \ge \cdots \ge x_n$.

taocpmathematicsalgorithmsvolume-4medium
TAOCP 7.2.2.1 Exercise 101

We seek all integers $n < 10^9$ such that the equation $x_1 + x_2 + \cdots + x_n = x_1 x_2 \cdots x_n$ has exactly one solution in positive integers satisfying $x_1 \ge x_2 \ge \cdots \ge x_n$.

taocpmathematicsalgorithmsvolume-4medium
TAOCP 7.2.2.1 Exercise 100

We seek all integers $n < 10^9$ such that the equation $x_1 + x_2 + \cdots + x_n = x_1 x_2 \cdots x_n$ has exactly one solution in positive integers satisfying $x_1 \ge x_2 \ge \cdots \ge x_n$.

taocpmathematicsalgorithmsvolume-4hard
TAOCP 7.2.2.1 Exercise 10

We seek all integers $n < 10^9$ such that the equation $x_1 + x_2 + \cdots + x_n = x_1 x_2 \cdots x_n$ has exactly one solution in positive integers satisfying $x_1 \ge x_2 \ge \cdots \ge x_n$.

taocpmathematicsalgorithmsvolume-4medium
TAOCP 7.2.2.1 Exercise 9

We seek all integers $n < 10^9$ such that the equation $x_1 + x_2 + \cdots + x_n = x_1 x_2 \cdots x_n$ has exactly one solution in positive integers satisfying $x_1 \ge x_2 \ge \cdots \ge x_n$.

taocpmathematicsalgorithmsvolume-4medium
TAOCP 7.2.2.1 Exercise 8

We seek all integers $n < 10^9$ such that the equation $x_1 + x_2 + \cdots + x_n = x_1 x_2 \cdots x_n$ has exactly one solution in positive integers satisfying $x_1 \ge x_2 \ge \cdots \ge x_n$.

taocpmathematicsalgorithmsvolume-4medium
TAOCP 7.2.2.1 Exercise 7

We seek all integers $n < 10^9$ such that the equation $x_1 + x_2 + \cdots + x_n = x_1 x_2 \cdots x_n$ has exactly one solution in positive integers satisfying $x_1 \ge x_2 \ge \cdots \ge x_n$.

taocpmathematicsalgorithmsvolume-4medium
TAOCP 7.2.2.1 Exercise 6

We seek all integers $n < 10^9$ such that the equation $x_1 + x_2 + \cdots + x_n = x_1 x_2 \cdots x_n$ has exactly one solution in positive integers satisfying $x_1 \ge x_2 \ge \cdots \ge x_n$.

taocpmathematicsalgorithmsvolume-4simple
TAOCP 7.2.2.1 Exercise 5

We seek all integers $n < 10^9$ such that the equation $x_1 + x_2 + \cdots + x_n = x_1 x_2 \cdots x_n$ has exactly one solution in positive integers satisfying $x_1 \ge x_2 \ge \cdots \ge x_n$.

taocpmathematicsalgorithmsvolume-4medium
TAOCP 7.2.2.1 Exercise 4

Let $G = (V, E)$ be a (simple, undirected) graph.

taocpmathematicsalgorithmsvolume-4math-hard
TAOCP 7.2.1.6 Exercise 99

A configuration of the root corresponds to a consistent assignment of local states $d_p$ to every node $p$ in the series–parallel decomposition tree (53), satisfying the compatibility conditions (55).

taocpmathematicsalgorithmsvolume-4hard
TAOCP 7.2.1.6 Exercise 98

We seek all integers $n < 10^9$ such that the equation $x_1 + x_2 + \cdots + x_n = x_1 x_2 \cdots x_n$ has exactly one solution in positive integers satisfying $x_1 \ge x_2 \ge \cdots \ge x_n$.

taocpmathematicsalgorithmsvolume-4medium
TAOCP 7.2.2.1 Exercise 3

The system is interpreted exactly as written: x_2 + x_3 = x_3 + x_5 + x_6 = x_2 + x_5 = x_3 + x_4 = x_1 + x_4 = x_2 + x_3 + x_4 + x_6 = x_1 + x_6 = 1, with each $x_k \in {0,1}$ for $1 \le k \le 6$.

taocpmathematicsalgorithmsvolume-4medium
TAOCP 7.2.2.1 Exercise 2

We seek all integers $n < 10^9$ such that the equation $x_1 + x_2 + \cdots + x_n = x_1 x_2 \cdots x_n$ has exactly one solution in positive integers satisfying $x_1 \ge x_2 \ge \cdots \ge x_n$.

taocpmathematicsalgorithmsvolume-4math-hard
TAOCP 7.2.1.6 Exercise 97

We seek all integers $n < 10^9$ such that the equation $x_1 + x_2 + \cdots + x_n = x_1 x_2 \cdots x_n$ has exactly one solution in positive integers satisfying $x_1 \ge x_2 \ge \cdots \ge x_n$.

taocpmathematicsalgorithmsvolume-4simple
TAOCP 7.2.2.1 Exercise 1

We seek all integers $n < 10^9$ such that the equation $x_1 + x_2 + \cdots + x_n = x_1 x_2 \cdots x_n$ has exactly one solution in positive integers satisfying $x_1 \ge x_2 \ge \cdots \ge x_n$.

taocpmathematicsalgorithmsvolume-4math-medium
TAOCP 7.2.1.6 Exercise 96

We restart from the actual structure of Algorithm S in TAOCP §7.

taocpmathematicsalgorithmsvolume-4hard
TAOCP 7.2.1.6 Exercise 95

Algorithm S operates on a connected graph $G = (V, E)$ and incrementally transforms a current spanning tree $T \subseteq E$ into other spanning trees by exchanging edges, as described in Section 7.

taocpmathematicsalgorithmsvolume-4hard
TAOCP 7.2.1.6 Exercise 94

Algorithm S operates by transforming one spanning tree into another while maintaining a valid spanning tree structure throughout its execution.

taocpmathematicsalgorithmsvolume-4medium
TAOCP 7.2.1.6 Exercise 93

Algorithm S enumerates spanning trees by performing a sequence of local transformations on the current graph representation, each transformation replacing one edge choice with another admissible edge...

taocpmathematicsalgorithmsvolume-4medium
TAOCP 7.2.1.6 Exercise 92

Algorithm S enumerates all spanning trees of the complete graph $K_n$ via Prüfer sequences of length $n-2$ over the alphabet ${1,2,\ldots,n}$ in lexicographic order, as established in Section 7.

taocpmathematicsalgorithmsvolume-4simple
TAOCP 7.2.1.6 Exercise 91

Let $T_n$ denote the set of rooted ordered trees with $n$ internal nodes in the sense of Algorithm B of Section 7.

taocpmathematicsalgorithmsvolume-4math-project
TAOCP 7.2.2 Exercise 79

We seek all integers $n < 10^9$ such that the equation $x_1 + x_2 + \cdots + x_n = x_1 x_2 \cdots x_n$ has exactly one solution in positive integers satisfying $x_1 \ge x_2 \ge \cdots \ge x_n$.

taocpmathematicsalgorithmsvolume-4math-hard
TAOCP 7.2.1.6 Exercise 90

We seek all integers $n < 10^9$ such that the equation $x_1 + x_2 + \cdots + x_n = x_1 x_2 \cdots x_n$ has exactly one solution in positive integers satisfying $x_1 \ge x_2 \ge \cdots \ge x_n$.

taocpmathematicsalgorithmsvolume-4math-project
TAOCP 7.2.2 Exercise 78

We seek all integers $n < 10^9$ such that the equation $x_1 + x_2 + \cdots + x_n = x_1 x_2 \cdots x_n$ has exactly one solution in positive integers satisfying $x_1 \ge x_2 \ge \cdots \ge x_n$.

taocpmathematicsalgorithmsvolume-4medium
TAOCP 7.2.1.6 Exercise 89

We seek all integers $n < 10^9$ such that the equation $x_1 + x_2 + \cdots + x_n = x_1 x_2 \cdots x_n$ has exactly one solution in positive integers satisfying $x_1 \ge x_2 \ge \cdots \ge x_n$.

taocpmathematicsalgorithmsvolume-4math-research
TAOCP 7.2.2 Exercise 77

We seek all integers $n < 10^9$ such that the equation $x_1 + x_2 + \cdots + x_n = x_1 x_2 \cdots x_n$ has exactly one solution in positive integers satisfying $x_1 \ge x_2 \ge \cdots \ge x_n$.

taocpmathematicsalgorithmsvolume-4math-medium
TAOCP 7.2.1.6 Exercise 88

The previous solution failed by tying the execution of step O4 to a “parent-to-child transition” interpretation rather than to the actual control structure of Algorithm O.

taocpmathematicsalgorithmsvolume-4math-medium
TAOCP 7.2.1.6 Exercise 87

We reconstruct both parts from first principles using only properties that follow directly from preorder structure of ordered forests.

taocpmathematicsalgorithmsvolume-4math-hard
TAOCP 7.2.2 Exercise 76

Let $G = P_m \mathbin{\square} P_n$, where vertices are ordered pairs $(i,j)$ with $1 \le i \le m$, $1 \le j \le n$, and adjacency is given by unit Manhattan distance.

taocpmathematicsalgorithmsvolume-4medium
TAOCP 7.2.1.6 Exercise 86

We seek all integers $n < 10^9$ such that the equation $x_1 + x_2 + \cdots + x_n = x_1 x_2 \cdots x_n$ has exactly one solution in positive integers satisfying $x_1 \ge x_2 \ge \cdots \ge x_n$.

taocpmathematicsalgorithmsvolume-4simple
TAOCP 7.2.1.6 Exercise 85

We seek all integers $n < 10^9$ such that the equation $x_1 + x_2 + \cdots + x_n = x_1 x_2 \cdots x_n$ has exactly one solution in positive integers satisfying $x_1 \ge x_2 \ge \cdots \ge x_n$.

taocpmathematicsalgorithmsvolume-4hm-hard
TAOCP 7.2.2 Exercise 75

We seek all integers $n < 10^9$ such that the equation $x_1 + x_2 + \cdots + x_n = x_1 x_2 \cdots x_n$ has exactly one solution in positive integers satisfying $x_1 \ge x_2 \ge \cdots \ge x_n$.

taocpmathematicsalgorithmsvolume-4hard
TAOCP 7.2.1.6 Exercise 84

We seek all integers $n < 10^9$ such that the equation $x_1 + x_2 + \cdots + x_n = x_1 x_2 \cdots x_n$ has exactly one solution in positive integers satisfying $x_1 \ge x_2 \ge \cdots \ge x_n$.

taocpmathematicsalgorithmsvolume-4hm-hard
TAOCP 7.2.1.6 Exercise 83

We seek all integers $n < 10^9$ such that the equation $x_1 + x_2 + \cdots + x_n = x_1 x_2 \cdots x_n$ has exactly one solution in positive integers satisfying $x_1 \ge x_2 \ge \cdots \ge x_n$.

taocpmathematicsalgorithmsvolume-4math-medium
TAOCP 7.2.2 Exercise 74

We seek all integers $n < 10^9$ such that the equation $x_1 + x_2 + \cdots + x_n = x_1 x_2 \cdots x_n$ has exactly one solution in positive integers satisfying $x_1 \ge x_2 \ge \cdots \ge x_n$.

taocpmathematicsalgorithmsvolume-4medium
TAOCP 7.2.1.6 Exercise 82

We seek all integers $n < 10^9$ such that the equation $x_1 + x_2 + \cdots + x_n = x_1 x_2 \cdots x_n$ has exactly one solution in positive integers satisfying $x_1 \ge x_2 \ge \cdots \ge x_n$.

taocpmathematicsalgorithmsvolume-4math-hard
TAOCP 7.2.2 Exercise 73

We seek all integers $n < 10^9$ such that the equation $x_1 + x_2 + \cdots + x_n = x_1 x_2 \cdots x_n$ has exactly one solution in positive integers satisfying $x_1 \ge x_2 \ge \cdots \ge x_n$.

taocpmathematicsalgorithmsvolume-4hard
TAOCP 7.2.1.6 Exercise 81

The previous solution fails because it tries to assign a lattice path to each element via an undefined greedy process.

taocpmathematicsalgorithmsvolume-4math-hard
TAOCP 7.2.1.6 Exercise 80

The earlier argument failed because it never defined a concrete correspondence between bit strings and the “Christmas tree pattern”, and it incorrectly introduced a spurious normal-form theory.

taocpmathematicsalgorithmsvolume-4hard
TAOCP 7.2.1.6 Exercise 79

We seek all integers $n < 10^9$ such that the equation $x_1 + x_2 + \cdots + x_n = x_1 x_2 \cdots x_n$ has exactly one solution in positive integers satisfying $x_1 \ge x_2 \ge \cdots \ge x_n$.

taocpmathematicsalgorithmsvolume-4math-hard
TAOCP 7.2.2 Exercise 72

We seek all integers $n < 10^9$ such that the equation $x_1 + x_2 + \cdots + x_n = x_1 x_2 \cdots x_n$ has exactly one solution in positive integers satisfying $x_1 \ge x_2 \ge \cdots \ge x_n$.

taocpmathematicsalgorithmsvolume-4hm-hard
TAOCP 7.2.2 Exercise 71

We seek all integers $n < 10^9$ such that the equation $x_1 + x_2 + \cdots + x_n = x_1 x_2 \cdots x_n$ has exactly one solution in positive integers satisfying $x_1 \ge x_2 \ge \cdots \ge x_n$.

taocpmathematicsalgorithmsvolume-4math-hard
TAOCP 7.2.1.6 Exercise 78

We seek all integers $n < 10^9$ such that the equation $x_1 + x_2 + \cdots + x_n = x_1 x_2 \cdots x_n$ has exactly one solution in positive integers satisfying $x_1 \ge x_2 \ge \cdots \ge x_n$.

taocpmathematicsalgorithmsvolume-4medium
TAOCP 7.2.2 Exercise 70

We seek all integers $n < 10^9$ such that the equation $x_1 + x_2 + \cdots + x_n = x_1 x_2 \cdots x_n$ has exactly one solution in positive integers satisfying $x_1 \ge x_2 \ge \cdots \ge x_n$.

taocpmathematicsalgorithmsvolume-4hm-project
TAOCP 7.2.1.6 Exercise 77

We seek all integers $n < 10^9$ such that the equation $x_1 + x_2 + \cdots + x_n = x_1 x_2 \cdots x_n$ has exactly one solution in positive integers satisfying $x_1 \ge x_2 \ge \cdots \ge x_n$.

taocpmathematicsalgorithmsvolume-4medium
TAOCP 7.2.2 Exercise 69

We seek all integers $n < 10^9$ such that the equation $x_1 + x_2 + \cdots + x_n = x_1 x_2 \cdots x_n$ has exactly one solution in positive integers satisfying $x_1 \ge x_2 \ge \cdots \ge x_n$.

taocpmathematicsalgorithmsvolume-4project
TAOCP 7.2.1.6 Exercise 76

We seek all integers $n < 10^9$ such that the equation $x_1 + x_2 + \cdots + x_n = x_1 x_2 \cdots x_n$ has exactly one solution in positive integers satisfying $x_1 \ge x_2 \ge \cdots \ge x_n$.

taocpmathematicsalgorithmsvolume-4hm-research
TAOCP 7.2.1.6 Exercise 75

The solution failed because it changed the quantity being asked and replaced a discrete combinatorial question with an unsupported probabilistic model.

taocpmathematicsalgorithmsvolume-4hm-hard
TAOCP 7.2.1.6 Exercise 74

The reviewer correctly identifies that the previous solution made an _incorrect leap_: it treated a detected issue as a reason to terminate the ranking problem, and it also incorrectly output a numeri...

taocpmathematicsalgorithmsvolume-4math-hard
TAOCP 7.2.2 Exercise 68

The previous solution fails because it replaces the actual content of the diagram with assumptions.

taocpmathematicsalgorithmsvolume-4hard
TAOCP 7.2.2 Exercise 67

The problem consists of nine cards placed in a $3 \times 3$ array.

taocpmathematicsalgorithmsvolume-4hard
TAOCP 7.2.1.6 Exercise 73

The previous solution fails because it replaces Knuth’s recursive “Christmas tree” construction with an unrelated partition by Hamming weight.

taocpmathematicsalgorithmsvolume-4simple
TAOCP 7.2.2 Exercise 66

Let the four disks have 12 positions (as in the figure), indexed by $j \in \mathbb{Z}_{12}$.

taocpmathematicsalgorithmsvolume-4medium
TAOCP 7.2.2 Exercise 65

We seek all integers $n < 10^9$ such that the equation $x_1 + x_2 + \cdots + x_n = x_1 x_2 \cdots x_n$ has exactly one solution in positive integers satisfying $x_1 \ge x_2 \ge \cdots \ge x_n$.

taocpmathematicsalgorithmsvolume-4medium
TAOCP 7.2.1.6 Exercise 72

Let a row be a string $\sigma_1 \sigma_2 \ldots \sigma_s$ of fixed length $s$.

taocpmathematicsalgorithmsvolume-4math-project
TAOCP 7.2.2 Exercise 64

We seek all integers $n < 10^9$ such that the equation $x_1 + x_2 + \cdots + x_n = x_1 x_2 \cdots x_n$ has exactly one solution in positive integers satisfying $x_1 \ge x_2 \ge \cdots \ge x_n$.

taocpmathematicsalgorithmsvolume-4
TAOCP 7.2.2 Exercise 63

Let the colors be ${0,1,2,3,4}$ with arithmetic modulo $5$.

taocpmathematicsalgorithmsvolume-4simple
TAOCP 7.2.2 Exercise 62

Each cube has six faces colored independently with four colors.

taocpmathematicsalgorithmsvolume-4medium
TAOCP 7.2.2 Exercise 61

Let $P_n$ be the number of integer sequences $x_1 \ldots x_n$ such that $x_1 = 1$ and $1 \le x_{k+1} \le 2x_k \qquad \text{for } 1 \le k < n.$ For a rooted binary tree, the profile at level $k$ is the...

taocpmathematicsalgorithmsvolume-4hm-hard
TAOCP 7.2.1.6 Exercise 71

Let $B_n = {0,1}^n$, ordered by the coordinatewise partial order: $\sigma \le \tau$ if $\sigma_i \le \tau_i$ for all $i$.

taocpmathematicsalgorithmsvolume-4math-medium
TAOCP 7.2.1.6 Exercise 70

Let $\sigma = a_1 a_2 \cdots a_n$ be a bit string with $a_i \in {0,1}$ and let $\nu(\sigma)$ denote the number of 1s in $\sigma$, so $\nu(\sigma)=\sum_{i=1}^n a_i$.

taocpmathematicsalgorithmsvolume-4medium
TAOCP 7.2.1.6 Exercise 69

The flaw in the previous solution is that it never identifies the actual objects in Table 4, nor uses the concrete form of the “Christmas tree” patterns.

taocpmathematicsalgorithmsvolume-4medium
TAOCP 7.2.2 Exercise 60

Which specific exercise or problem from _TAOCP Volume 4_ (and which section / fascicle) would you like solved?

taocpmathematicsalgorithmsvolume-4medium
TAOCP 7.2.1.6 Exercise 68

The Christmas tree pattern of order $n$ corresponds to the planar representation of a full binary tree (or equivalently a properly nested parenthesis structure) with $n$ internal nodes, drawn in its s...

taocpmathematicsalgorithmsvolume-4simple
TAOCP 7.2.2 Exercise 59

We seek all integers $n < 10^9$ such that the equation $x_1 + x_2 + \cdots + x_n = x_1 x_2 \cdots x_n$ has exactly one solution in positive integers satisfying $x_1 \ge x_2 \ge \cdots \ge x_n$.

taocpmathematicsalgorithmsvolume-4hard
TAOCP 7.2.1.6 Exercise 67

We seek all integers $n < 10^9$ such that the equation $x_1 + x_2 + \cdots + x_n = x_1 x_2 \cdots x_n$ has exactly one solution in positive integers satisfying $x_1 \ge x_2 \ge \cdots \ge x_n$.

taocpmathematicsalgorithmsvolume-4math-medium
TAOCP 7.2.2 Exercise 58

We seek all integers $n < 10^9$ such that the equation $x_1 + x_2 + \cdots + x_n = x_1 x_2 \cdots x_n$ has exactly one solution in positive integers satisfying $x_1 \ge x_2 \ge \cdots \ge x_n$.

taocpmathematicsalgorithmsvolume-4hard
TAOCP 7.2.1.6 Exercise 66

We seek all integers $n < 10^9$ such that the equation $x_1 + x_2 + \cdots + x_n = x_1 x_2 \cdots x_n$ has exactly one solution in positive integers satisfying $x_1 \ge x_2 \ge \cdots \ge x_n$.

taocpmathematicsalgorithmsvolume-4medium
TAOCP 7.2.2 Exercise 57

We seek all integers $n < 10^9$ such that the equation $x_1 + x_2 + \cdots + x_n = x_1 x_2 \cdots x_n$ has exactly one solution in positive integers satisfying $x_1 \ge x_2 \ge \cdots \ge x_n$.

taocpmathematicsalgorithmsvolume-4hm-medium
TAOCP 7.2.1.6 Exercise 65

The earlier solution correctly described the growth process and the history-based bijection, but it made an unjustified leap from labeled histories to uniformity over unlabeled trees.

taocpmathematicsalgorithmsvolume-4project
TAOCP 7.2.2 Exercise 56

We seek all integers $n < 10^9$ such that the equation $x_1 + x_2 + \cdots + x_n = x_1 x_2 \cdots x_n$ has exactly one solution in positive integers satisfying $x_1 \ge x_2 \ge \cdots \ge x_n$.

taocpmathematicsalgorithmsvolume-4math-medium
TAOCP 7.2.1.6 Exercise 64

The exercise, as stated in your prompt, cannot be completed because it is missing the data that defines the computation.

taocpmathematicsalgorithmsvolume-4medium
TAOCP 7.2.2 Exercise 55

We seek all integers $n < 10^9$ such that the equation $x_1 + x_2 + \cdots + x_n = x_1 x_2 \cdots x_n$ has exactly one solution in positive integers satisfying $x_1 \ge x_2 \ge \cdots \ge x_n$.

taocpmathematicsalgorithmsvolume-4math-hard
TAOCP 7.2.1.6 Exercise 63

After the first iteration of Rémy's algorithm there is a single external node, carrying label $1$.

taocpmathematicsalgorithmsvolume-4
TAOCP 7.2.1.6 Exercise 62

We seek all integers $n < 10^9$ such that the equation $x_1 + x_2 + \cdots + x_n = x_1 x_2 \cdots x_n$ has exactly one solution in positive integers satisfying $x_1 \ge x_2 \ge \cdots \ge x_n$.

taocpmathematicsalgorithmsvolume-4medium
TAOCP 7.2.2 Exercise 54

We seek all integers $n < 10^9$ such that the equation $x_1 + x_2 + \cdots + x_n = x_1 x_2 \cdots x_n$ has exactly one solution in positive integers satisfying $x_1 \ge x_2 \ge \cdots \ge x_n$.

taocpmathematicsalgorithmsvolume-4math-medium
TAOCP 7.2.2 Exercise 53

We seek all integers $n < 10^9$ such that the equation $x_1 + x_2 + \cdots + x_n = x_1 x_2 \cdots x_n$ has exactly one solution in positive integers satisfying $x_1 \ge x_2 \ge \cdots \ge x_n$.

taocpmathematicsalgorithmsvolume-4math-hard
TAOCP 7.2.1.6 Exercise 61

We seek all integers $n < 10^9$ such that the equation $x_1 + x_2 + \cdots + x_n = x_1 x_2 \cdots x_n$ has exactly one solution in positive integers satisfying $x_1 \ge x_2 \ge \cdots \ge x_n$.

taocpmathematicsalgorithmsvolume-4math-hard
TAOCP 7.2.2 Exercise 52

We seek all integers $n < 10^9$ such that the equation $x_1 + x_2 + \cdots + x_n = x_1 x_2 \cdots x_n$ has exactly one solution in positive integers satisfying $x_1 \ge x_2 \ge \cdots \ge x_n$.

taocpmathematicsalgorithmsvolume-4hm-medium
TAOCP 7.2.1.6 Exercise 60

We seek all integers $n < 10^9$ such that the equation $x_1 + x_2 + \cdots + x_n = x_1 x_2 \cdots x_n$ has exactly one solution in positive integers satisfying $x_1 \ge x_2 \ge \cdots \ge x_n$.

taocpmathematicsalgorithmsvolume-4math-hard
TAOCP 7.2.2 Exercise 51

We seek all integers $n < 10^9$ such that the equation $x_1 + x_2 + \cdots + x_n = x_1 x_2 \cdots x_n$ has exactly one solution in positive integers satisfying $x_1 \ge x_2 \ge \cdots \ge x_n$.

taocpmathematicsalgorithmsvolume-4math-medium
TAOCP 7.2.1.6 Exercise 59

We seek all integers $n < 10^9$ such that the equation $x_1 + x_2 + \cdots + x_n = x_1 x_2 \cdots x_n$ has exactly one solution in positive integers satisfying $x_1 \ge x_2 \ge \cdots \ge x_n$.

taocpmathematicsalgorithmsvolume-4hm-hard
TAOCP 7.2.2 Exercise 50

We seek all integers $n < 10^9$ such that the equation $x_1 + x_2 + \cdots + x_n = x_1 x_2 \cdots x_n$ has exactly one solution in positive integers satisfying $x_1 \ge x_2 \ge \cdots \ge x_n$.

taocpmathematicsalgorithmsvolume-4math-simple
TAOCP 7.2.1.6 Exercise 58

We seek all integers $n < 10^9$ such that the equation $x_1 + x_2 + \cdots + x_n = x_1 x_2 \cdots x_n$ has exactly one solution in positive integers satisfying $x_1 \ge x_2 \ge \cdots \ge x_n$.

taocpmathematicsalgorithmsvolume-4hm-hard
TAOCP 7.2.2 Exercise 49

I don’t see the exercise statement or the reviewer feedback yet.

taocpmathematicsalgorithmsvolume-4medium
TAOCP 7.2.2 Exercise 48

Let $A={1,2,3,4,5}$ and let $A^4$ be the set of all words $x_1x_2x_3x_4$ over $A$.

taocpmathematicsalgorithmsvolume-4math-project
TAOCP 7.2.1.6 Exercise 57

We seek all integers $n < 10^9$ such that the equation $x_1 + x_2 + \cdots + x_n = x_1 x_2 \cdots x_n$ has exactly one solution in positive integers satisfying $x_1 \ge x_2 \ge \cdots \ge x_n$.

taocpmathematicsalgorithmsvolume-4math-hard
TAOCP 7.2.2 Exercise 47

Words are over an alphabet of size $m$ and have length $4$.

taocpmathematicsalgorithmsvolume-4hm-hard
TAOCP 7.2.2 Exercise 46

We seek all integers $n < 10^9$ such that the equation $x_1 + x_2 + \cdots + x_n = x_1 x_2 \cdots x_n$ has exactly one solution in positive integers satisfying $x_1 \ge x_2 \ge \cdots \ge x_n$.

taocpmathematicsalgorithmsvolume-4math-hard
TAOCP 7.2.1.6 Exercise 56

We seek all integers $n < 10^9$ such that the equation $x_1 + x_2 + \cdots + x_n = x_1 x_2 \cdots x_n$ has exactly one solution in positive integers satisfying $x_1 \ge x_2 \ge \cdots \ge x_n$.

taocpmathematicsalgorithmsvolume-4math-medium
TAOCP 7.2.2 Exercise 45

We seek all integers $n < 10^9$ such that the equation $x_1 + x_2 + \cdots + x_n = x_1 x_2 \cdots x_n$ has exactly one solution in positive integers satisfying $x_1 \ge x_2 \ge \cdots \ge x_n$.

taocpmathematicsalgorithmsvolume-4hard
TAOCP 7.2.1.6 Exercise 55

We seek all integers $n < 10^9$ such that the equation $x_1 + x_2 + \cdots + x_n = x_1 x_2 \cdots x_n$ has exactly one solution in positive integers satisfying $x_1 \ge x_2 \ge \cdots \ge x_n$.

taocpmathematicsalgorithmsvolume-4math-hard
TAOCP 7.2.2 Exercise 44

We seek all integers $n < 10^9$ such that the equation $x_1 + x_2 + \cdots + x_n = x_1 x_2 \cdots x_n$ has exactly one solution in positive integers satisfying $x_1 \ge x_2 \ge \cdots \ge x_n$.

taocpmathematicsalgorithmsvolume-4medium
TAOCP 7.2.1.6 Exercise 54

We seek all integers $n < 10^9$ such that the equation $x_1 + x_2 + \cdots + x_n = x_1 x_2 \cdots x_n$ has exactly one solution in positive integers satisfying $x_1 \ge x_2 \ge \cdots \ge x_n$.

taocpmathematicsalgorithmsvolume-4hm-hard
TAOCP 7.2.2 Exercise 43

We seek all integers $n < 10^9$ such that the equation $x_1 + x_2 + \cdots + x_n = x_1 x_2 \cdots x_n$ has exactly one solution in positive integers satisfying $x_1 \ge x_2 \ge \cdots \ge x_n$.

taocpmathematicsalgorithmsvolume-4medium