brain
tamnd's digital brain — notes, problems, research
41650 notes
We start from a structural point that the flawed solution already had correct: the problem is not the decomposition via Binet’s formula, but the attempt to control the error term by a crude absolute b...
Let $v_k=(F_k,F_{k+1})$ for all integers $k$.
Define $L(n)=\left\lceil \log_2 n \right\rceil + \left\lceil \log_2 (n+1) \right\rceil - 2$ for $n\ge 1$.
Let $S_1=a$, $S_2=b$, and $S_{n+2}=S_{n+1}S_n$.
The previous solution fails because it assumes the Fibonacci structure of winning play without proving it.
A base-$\phi$ representation is a finite or infinite digit sequence $(\ldots a_2 a_1 a_0 . a_{-1} a_{-2}\ldots)_\phi$ with $a_k \in {0,1}$ and value \sum_{k=-\infty}^{\infty} a_k \phi^k.
The decisive error is the assumption that Fibonacci Nim is characterized at all times by pairs $(F_{k+1}, F_k)$.
Assume the Fibonacci numbers are defined by F_1=1,\quad F_2=1,\quad F_{n+2}=F_{n+1}+F_n \quad (n\ge 1).
Write z=\frac{\pi}{2}+i\ln\phi .
The original argument fails for two independent reasons: a sign error in reducing Cassini’s identity and an invalid cancellation using a false coprimality claim.
Let $\hat{\phi} = \frac{1}{2}(1-\sqrt{5})$.
Let $F_1=1, F_2=1$, $F_3=2, F_4=3, F_5=5, F_6=8, F_7=13$.
Let F_n=\frac{\phi^n-\psi^n}{\sqrt5},\qquad \phi=\frac{1+\sqrt5}{2},\ \psi=\frac{1-\sqrt5}{2}=-\phi^{-1}.
Start from Binet’s formula in a consistent and fully controlled way.
From Eq.
Let $D_n$ denote the given $n \times n$ determinant.
From Exercise 26, for any odd prime $p \ne 5$, F_p \equiv 5^{(p-1)/2} \pmod p.
From Exercise 25 with $n=p$, where $p$ is an odd prime, we have 2^p F_p = 2 \sum_{k\ \mathrm{odd}} \binom{p}{k} 5^{(k-1)/2}.
Let S_n(x)=\sum_{k=0}^{n}F_k x^k.
We restart from the definition and avoid splitting into $F_k$ and $F_{k-1}$, which is the source of the earlier error.
Let S_n = \sum_{k=0}^{n} F_k.
Let M=\begin{pmatrix}1&1\\[2pt]1&0\end{pmatrix}.
From identity (6) in Section 1.
Let $\phi = \frac{1}{2}(1+\sqrt{5})$ as in equation (3).
Using identity (6), for any positive integers $n$ and $m$, F_{n+m} = F_m F_{n+1} + F_{m-1}F_n.
Let $A_n$ and $B_n$ be defined by A_n = a_n - F_n, \qquad B_n = b_n - F_n.
Let $F_n$ be the Fibonacci numbers: F_0=0,\quad F_1=1,\quad F_{n+2}=F_{n+1}+F_n.
Let $a_0=r$, $a_1=s$, and $a_{n+2}=a_{n+1}+a_n$ for $n\ge 0$.
Let S_n=\sum_{k=0}^{n}\binom{n-k}{k}.
From equation (14), F_n = \frac{1}{\sqrt{5}}(\phi^n - \hat{\phi}^n), \qquad \hat{\phi} = \frac{1}{2}(1-\sqrt{5}).
The issue in the previous submission is not the method but the validation: the reviewer’s claimed value $\mathcal{F}_5=11$ is incorrect.
We prove both identities by a direct induction using the Fibonacci recurrence, avoiding any manipulation that mixes the two sides prematurely.
The Fibonacci sequence is extended to all integers $n$ by the recurrence F_{n+2}=F_{n+1}+F_n for all integers $n$, together with the initial values $F_0=0$ and $F_1=1$.
We use two standard facts about Fibonacci numbers.
Let A=\begin{pmatrix}1 & 1 \\ 1 & 0\end{pmatrix}.
Define Fibonacci numbers for all integers $n$ by requiring F_{n+2}=F_{n+1}+F_n \quad \text{for all } n\in\mathbb{Z}, together with $F_0=0$, $F_1=1$.
The Fibonacci numbers are defined by $F_1=1$, $F_2=1$, and $F_{n+2}=F_{n+1}+F_n$ for $n \ge 1$.
We use the standard initial values $F_0=0$, $F_1=1$, $F_2=1$, and the recurrence $F_{n+1}=F_n+F_{n-1}$ for $n\ge 1$.
The Fibonacci numbers satisfy the recurrence F_{n+1} = F_n + F_{n-1}, \qquad F_1 = 1,\; F_2 = 1.
Let $R_n$ be the number of rabbit pairs after $n$ months, starting with one newborn pair at month $0$, and assume each pair becomes productive after one month and then produces one new pair every mont...
Let $H_n^{(u)}=\sum_{k=1}^{n}\frac{1}{k^u}$.
Define the partial products P_n(x)=xe^{\gamma x}\prod_{k=1}^n\left(\left(1+\frac{x}{k}\right)e^{-x/k}\right).
From equation (15), F_n = \frac{\phi^n}{\sqrt{5}} \text{ rounded to the nearest integer.
Let S=\sum_{k=1}^{n}\frac{H_k}{n+1-k}.
Let the digamma function be defined by \psi(x) = \frac{\Gamma'(x)}{\Gamma(x)}.
Let $f(x)=\sum_{k\ge 0} a_k x^k$ converge at $x=x_0$.
The error identified in the review is genuine: the admissible region for $(i,j)$ was shifted from $i+j\le n$ to $i+j\le n+1$.
Let $p$ be an odd prime and consider H_{p-1}=\sum_{k=1}^{p-1}\frac{1}{k}.
Let S=\sum_{k=1}^{n}\frac{1}{2k-1}.
Let S_n=\sum_{k=1}^n \frac{1}{2k-1}.
For $n \ge 0$, the harmonic number is defined by H_n = \sum_{k=1}^{n}\frac{1}{k}, with $H_0 = 0$ by the empty sum convention.
Start with the binomial expansion x^k = (1+(x-1))^k = \sum_{j=0}^{k}\binom{k}{j}(x-1)^j.
Let S=\sum_{k=1}^{n}\frac{H_k}{k}.
Let S_n = \sum_{k=1}^{n} H_k^2.
Let H_{\infty}^{(1000)}=\sum_{k=1}^{\infty}\frac{1}{k^{1000}}=1+R,\qquad R=\sum_{k=2}^{\infty}\frac{1}{k^{1000}}.
Define A_n=\sum_{k=1}^n H_k,\qquad B_n=\sum_{k=1}^n \ln k=\ln(n!
Let S=\sum_{1\le k<n}(a_{k+1}-a_k)b_k.
Let S_n=\sum_{k=1}^{n}\binom{n}{k}(-1)^k H_k.
Let S=\sum_{1<k\le n}\frac{1}{k(k-1)}H_k =\sum_{k=2}^{n}\frac{1}{k(k-1)}H_k.
Let $\left[{n \atop k}\right]$ denote the Stirling numbers of the first kind, defined by the recurrence \left[{n \atop k}\right] = (n-1)\left[{n-1 \atop k}\right] + \left[{n-1 \atop k-1}\right], with...
We restart the computation from the Euler–Maclaurin expansion and carry all arithmetic consistently to the required precision.
The integral comparison gives \int_1^n \frac{dx}{x} < \sum_{k=1}^n \frac{1}{k} < 1 + \int_1^n \frac{dx}{x}, hence
Define T(m,n)=H_m+H_n-H_{mn}, \qquad m,n\in \mathbb{Z}_{>0}.
Let H_n^{(r)} = \sum_{k=1}^{n} \frac{1}{k^r}, \qquad r>1.
By definition of harmonic numbers, $H_n = \sum_{k=1}^{n} \frac{1}{k}$, with the convention that an empty sum equals $0$.
For $m \ge 0$, write H_{2^m} = \sum_{k=1}^{2^m} \frac{1}{k}.
The earlier response failed because it replaced the task instead of proving the stated identity.
The exercise assumes Eqs.
For $k = 0$, the binomial coefficient satisfies $\binom{n}{0} = 1$.
Let f_k(r)=\binom{r}{k},\qquad r\ge k-1, for real $r$.
The previous argument failed because it repeatedly used coefficient manipulations that do not respect dependence on the summation index $k$, and it invoked an unproved alternating Vandermonde identity...
The original solution fails because it introduces an incorrect algebraic factorization and then builds a decoupling argument on it.
Let $S(n,m)$ denote the number of ways to partition a set of $n$ elements into $m$ nonempty disjoint subsets.
Let P_n(x)=\prod_{j=0}^{n-1}(1+q^j x), \qquad n\ge 0.
The core issue is that the recurrence is valid only for $k \ge 1$.
Let the $n$ objects be labeled $1,2,\ldots,n$.
The key failure is the incorrect “recognition step.
Let $f(n)=\ln(n!)$ and $\Delta f(n)=f(n+1)-f(n)$.
Let $P = (p_{ij})_{i,j \ge 0}$ denote Pascal’s triangle matrix defined by p_{ij} = \begin{cases} \binom{i}{j}, & i \ge j,\\ 0, & i < j.
For integers $a>b>c\ge 0$, define the representation n=\binom{a}{3}+\binom{b}{2}+\binom{c}{1}.
Let $S(n,k)$ denote Stirling numbers of the second kind and $s(n,k)$ denote Stirling numbers of the first kind in the signed form.
Abel’s binomial formula (TAOCP 1.
Let $z=x+y$.
Let S_m=\sum_{k=0}^{m}\binom{r}{k}\binom{s}{n-k}\bigl(nr-(r+s)k\bigr).
Let $k \ge 0$ be an integer and $r$ an arbitrary parameter.
From the binomial theorem (13), interpreted as formal power series in $x$, we have (1+x)^r = \sum_{n \ge 0} \binom{r}{n} x^n.
Abel’s formula (Eq.
Assume $x \notin {0,-1,-2,\ldots,-n}$ so that all denominators are nonzero.
Stirling’s approximation (Eq.
Let $k$ be a fixed integer with $k \ge 0$.
From the definition of the beta function, B\!
From the generalized binomial coefficient (Exercise 42), for real $r$ and real $k$ we use \binom{r}{k}=\frac{\Gamma(r+1)}{\Gamma(k+1)\Gamma(r-k+1)}.
Let $x>0$ and $y>0$.
For $x>0$, B(x,1)=\int_0^1 t^{x-1}(1-t)^{0}\,dt=\int_0^1 t^{x-1}\,dt.
From the factorial representation (5), \binom{r}{k}=\frac{\Gamma(r+1)}{\Gamma(k+1)\Gamma(r-k+1)}.
The numbers $\left[{n \atop k}\right]$ count permutations of $n$ objects with exactly $k$ cycles.
Let S=\binom{n}{0}+\binom{n}{2}+\binom{n}{4}+\cdots .
Let $n,m,k$ be integers with $m \ge 1$.
From the binomial theorem (13) with $x=1$, $y=1$, (1+1)^n=\sum_k \binom{n}{k}1^k1^{n-k}=\sum_k \binom{n}{k}, so
Let the Stirling numbers of the second kind $S(n,k)$ and the Stirling numbers of the first kind $s(n,k)$ be defined by Eqs.