[TOP]

Fibonacci三角数は4つしかない

2019年8月26日作成

Fibonacci数

突然の宣伝になりますが、現在、大阪・海老江で毎週水曜日と金曜日に大阪分散技術コミュニティ 主催で、数学について語り合ったり、数学をモチーフとしたテーブルゲームで遊んだりするイベント「数学デーin大阪」 が開催されています。

8/23にその第55回を迎えましたが、 55は10番目のFibonacci数であり、なおかつ10番目の三角数です。 実際、最初の10個のFibonacci数は \[1, 1, 2, 3, 5, 8, 13, 21, 34, 55\] で、最初の10個の三角数は \[1, 3, 6, 10, 15, 21, 28, 36, 45, 55\] です。
最初の10個同士を比較することで、 \[1, 3, 21, 55\] はFibonacci数でかつ三角数であることがわかります。

そうなると、Fibonacci数でかつ三角数である数は他にもあるのではないか?という疑問が出てきますが、 実は Luo Ming, Fibonacci Quart. 27 (1989), 98-108 によって Fibonacci数でかつ三角数である数は上の4つしかないことが知られています。 この証明は初等的ですが、平方剰余の性質を巧妙に使っています。
この記事では、上記文献の証明について、省略されている詳しい計算を 紹介したいと思います。 特に奇数番目のFibonacci数で三角数となるのは$1$しかないことを示します。


Fibonacci数とLucas数

まず、Fibonacci数を、扱いやすい一般項の形で定義し直し、あわせて、Fibonacci数と深い関係のある Lucas数も定義します。 \[\alpha=\frac{1+\sqrt{5}}{2}, \beta=\frac{1-\sqrt{5}}{2}\] を2次方程式 \[x^2-x-1=0\] の解とし、数列 $u_n, v_n$ を \begin{equation}\label{eq10} u_n=\frac{\alpha^n-\beta^n}{\alpha-\beta}, v_n=\alpha^n+\beta^n \end{equation} により定義します。 \begin{equation}\label{eq11} \alpha+\beta=1, \alpha\beta=-1, (\alpha-\beta)^2=(\alpha+\beta)^2-4\alpha\beta=5 \end{equation} が成り立っていることに注意します。

\[\alpha^2=\alpha+1, \beta^2=\beta+1\] をそれぞれ $\alpha^n, \beta^n$ 倍して \[\alpha^{n+2}=\alpha^{n+1}+\alpha^n, \beta^{n+2}=\beta^{n+1}+\beta^n (n=0, 1, 2, \ldots)\] が得られますから \[u_0=0, u_1=1, u_{n+2}=u_{n+1}+u_n (n=0, 1, 2, \ldots),\] \[v_0=2, v_1=1, v_{n+2}=v_{n+1}+v_n (n=0, 1, 2, \ldots)\] という漸化式が容易に確かめられ、$u_n$ はFibonacci数をあらわしていることがわかります (一方 $v_n$ はLucas数と呼ばれます。 なお、Lucas数列というとFibonacci数の数列も含んだ、より一般的な様々な数列を指すことになります)。
さらに、$(\ref{eq10})$ を使うと $u_n, v_n$ は負の整数 $n$ に対しても定義することができて \begin{equation}\label{eq12} u_{-m}=\frac{\alpha^{-m}-\beta^{-m}}{\alpha-\beta}=\frac{\beta^m-\alpha^m}{(\alpha-\beta)(\alpha\beta)^m}=(-1)^{m+1} u_m, \end{equation} \begin{equation}\label{eq13} v_{-m}=\alpha^{-m}+\beta^{-m}=\frac{\beta^m+\alpha^m}{(\alpha\beta)^m}=(-1)^m v_m \end{equation} となることがわかります。

$(\ref{eq10})$ から \begin{equation}\label{eq14} u_{2n}=u_n v_n, v_{2n}=v_n^2-2, \end{equation} \begin{equation}\label{eq15} 2u_{m+n}=u_m v_n+u_n v_m, 2v_{m+n}=5u_m u_n+v_m v_n, \end{equation} \begin{equation}\label{eq16} v_n^2-5u_n^2=4(-1)^n, \end{equation} \begin{equation}\label{eq17} u_{2kt+n}\equiv (-1)^t u_n\pmod{v_k} \end{equation} がわかります。

$(\ref{eq14})$ は \[u_{2n}=\frac{\alpha^{2n}-\beta^{2n}}{\alpha-\beta}=\frac{(\alpha^n-\beta^n)(\alpha^n+\beta^n)}{\alpha-\beta}=u_n v_n\] および \[v_{2n}=\alpha^{2n}+\beta^{2n}=(\alpha^{2n}+2\alpha^n \beta^n+\beta^{2n})-2=(\alpha^n+\beta^n)^2-2=v_n^2-2\] から、 $(\ref{eq15})$ は \[u_m v_n+u_n v_m=\frac{(\alpha^m-\beta^m)(\alpha^n+\beta^n)+(\alpha^n-\beta^n)(\alpha^m+\beta^m)}{\alpha-\beta}=\frac{2(\alpha^{m+n}-\beta^{m+n})}{\alpha-\beta}=2u_{m+n},\] および \[5u_m u_n+v_m v_n=\frac{5(\alpha^m-\beta^m)(\alpha^n-\beta^n)}{(\alpha-\beta)^2}+(\alpha^m+\beta^m)(\alpha^n+\beta^n)=(\alpha^m-\beta^m)(\alpha^n-\beta^n)+(\alpha^m+\beta^m)(\alpha^n+\beta^n)=\alpha^{m+n}-\beta^{m+n}=v_n\] から導かれます(後の式では $(\ref{eq11})$ から $(\alpha-\beta)^2=5$ となることを使っています)。

$(\ref{eq16})$ は \[v_n+(\alpha-\beta)u_n=(\alpha^n+\beta^n)+(\alpha^n-\beta^n)=2\alpha^n\] および \[v_n-(\alpha-\beta)u_n=(\alpha^n+\beta^n)-(\alpha^n-\beta^n)=2\beta^n\] より $(\ref{eq11})$ を用いて \[v_n^2-5u_n^2=v_n^2-(\alpha-\beta)^2 u_n^2=4\alpha^n \beta^n=4(-1)^n\] となることから確かめられます。最後に $(\ref{eq17})$ は $(\ref{eq14}), (\ref{eq15})$ を用いて \[2u_{2k+n}=u_{2k} v_n+u_n v_{2k}=2u_k v_k v_n+u_n(v_k^2-2)\equiv -2u_n\pmod{v_k}\] となることから確かめられます。

三角数は $m(m+1)/2$ の形の数ですが、 \[\frac{8m(m+1)}{2}+1=4m(m+1)+1=(2m+1)^2\] より三角数を$8$倍して$1$を加えると平方数となります。それで、はじめに紹介した事実は 次のように言い換えられます。

Fibonacci三角数の有限性

$8u_n+1$ が平方数となる $n$ は $n=-1, 0, 1, 4, 8, 10$ しかない (かつ、これらの $n$ に対しては $8u_n+1$ は平方数である)。

本記事では、$n$ が奇数の場合に $8u_n+1$ が平方数となるのは $n=\pm 1$ しかないことを示すわけです。


合同式条件

まず、合同式の議論で $8u_n+1$ が平方数ではないとわかる場合を除外します(原論文第4節参照。 ここでは原論文よりもやや強い結果を証明します)。

合同数条件1

$8u_n+1$ が平方数ならば $n\equiv 0, 1, 2, 159\pmod{160}$ または $n\equiv 4, 8, 10\pmod{320}$ でなければならない。

\[8u_n+1\equiv 1, 9, 9, 6, 3, 8, 10, 6, 4, 9, 1, 9, \ldots \pmod{11} (n=0, 1, \ldots)\] に注意すると $n\equiv 3, 5, 6, 7 \pmod{10}$ のとき、それぞれ $8u_n+1\equiv 6, 8, 10, 6\pmod{11}$ なので $8u_n+1$ は平方数ではないことがわかります。よって \begin{equation}\label{eq21} n\equiv 0, 1, 2, 4, 8, 9\pmod{10} \end{equation} のいずれかでなければいけません。

次に $n\equiv 9, 11, 12, 14, 18\pmod{20}$ のとき、それぞれ $8u_n+1\equiv 3, 3, 3, 2, 3\pmod{5}$ ですから、これは平方数ではありません。よって $(\ref{eq21})$ とあわせて \begin{equation}\label{eq22} n\equiv 0, 1, 2, 4, 8, 10, 19\pmod{20} \end{equation} のいずれかでなければいけません。

$n\equiv 3, 5, 6\pmod{8}$ のとき $8u_n+1\equiv 2\pmod{3}$ ですから、これは平方数ではありません。よって $(\ref{eq22})$ とあわせて \begin{equation}\label{eq23} n\equiv 0, 1, 2, 4, 8, 10, 20, 24, 28, 39\pmod{40} \end{equation} のいずれかでなければならないことがわかります。

\[n\equiv 28, 39, 41, 42, 44, 60, 68\pmod{80}\] のとき、それぞれ \[8u_n+1\equiv 1153, 2154, 2154, 2154, 2138, 2067, 1010\pmod{2161}\] ですから、これは平方数ではありえず、$(\ref{eq23})$ とあわせて \begin{equation}\label{eq24} n\equiv 0, 1, 2, 4, 8, 10, 20, 24, 40, 48, 50, 64, 79\pmod{80}, \end{equation} 同様にして \[n\equiv 24, 40, 50, 64, 79, 81, 82, 84, 88, 90, 100, 104, 120, 128, 134\pmod{160}\] のとき、それぞれ \[\begin{split}8u_n+1\equiv & 2984, 2590, 2613, 1815, 3034, 3034, 3034, \\ & 3018, 2874, 2602, 619, 59, 453, 1500, 1977\pmod{3041}\end{split}\] ですから、これは平方数ではありえず、$(\ref{eq24})$ とあわせて \begin{equation}\label{eq25} n\equiv 0, 1, 2, 4, 8, 10, 20, 48, 80, 130, 144, 159\pmod{160}, \end{equation} 同様にして \[n\equiv 130, 144\pmod{160}\] のとき、それぞれ \[8u_n+1\equiv 639, 110\pmod{1601}\] ですから、これは平方数ではありえず、$(\ref{eq25})$ とあわせて \begin{equation}\label{eq26} n\equiv 0, 1, 2, 4, 8, 10, 20, 48, 80, 159 \pmod{160}, \end{equation} 同様にして \[n\equiv 48, 80, 164, 170, 208, 240\pmod{320}\] のとき、それぞれ \[8u_n+1\equiv 933, 1276, 2184, 1768, 1276, 933\pmod{2207}\] ですから、これは平方数ではありえず、$(\ref{eq26})$ とあわせて \begin{equation}\label{eq27a} n\equiv 0, 1, 2, 8, 20, 159\pmod{160} \end{equation} または \begin{equation}\label{eq27b} n\equiv 4, 10\pmod{320}, \end{equation} 同様にして \[n\equiv 20, 168, 180\pmod{320}\] のとき、それぞれ \[8u_n+1\equiv 54121, -54119, -167\pmod{23725145626561}\] ですから、これは平方数ではありえず、$(\ref{eq27a}), (\ref{eq27b})$ とあわせて \begin{equation}\label{eq28a} n\equiv 0, 1, 2, 159\pmod{160} \end{equation} または \begin{equation}\label{eq28b} n\equiv 4, 8, 10\pmod{320} \end{equation} のいずれかでなければならないことが示されました。

原論文では $n\equiv 20\pmod{160}$ の可能性を除外するために平方剰余に関する議論をしていますが、 $u_n$ が素数 $23725145626561$ を法として周期 $320$ を持つことを使うと、 単純な合同式計算で除外できます。また、 原論文の $n\equiv 0, 1, 2, 4, 8, 10, 159\pmod{160}$ よりもやや強い結果になっています。


平方数である必要条件

単純な合同式の議論で $8u_n+1$ が平方数である場合を絞り込むことができましたが、 \[u_0=0, u_1=u_2=u_{-1}=1, u_4=3, u_8=21, u_{10}=55\] であるため、単純な合同式の議論では $8u_n+1$ が平方数であるためには $n\equiv 1\pmod{m}$ でなければならない、といった 条件を導くことはできても、$8u_n+1$ が平方数であるものが $u_1$ 以外にはないことを 示すことはできそうにありません。
そこで、平方剰余の議論を用いて、$8u_n+1$ が平方数ではないことを示すことにします。 そのために、次のような条件(原論文では"Jacobi symbol creterion"と呼ばれています。原論文第3節参照)を用います。

平方数である必要条件

$a, n$ が正の整数で $n\equiv 2, 4\pmod{6}$ のいずれかでかつ $a$ が $v_n$ と互に素ならば \[\left(\frac{\pm 4au_{2n}+1}{v_{2n}}\right)=-\left(\frac{8au_n\pm v_n}{64a^2+5}\right),\] ただし両辺の $\pm$ は同一の符号をあらわすとする。 特に、$\pm 4au_{2n}+1$ が平方数ならば \[\left(\frac{8au_n\pm v_n}{64a^2+5}\right)=-1.\]

この証明のためには平方剰余の補充法則や相互法則が必要となります。平方剰余に関する諸法則の証明には Wikibooksにある幾何的なもの「高校生/社会人のための整数論入門」にある、Gauss和などを用いた代数的なものなどがあります。

\[n\equiv 2 4\pmod{6}, 2n\equiv 4, 8\pmod{12}\] なので \[v_m\equiv 2, 1, 3, 0, 3, 3, 2, 1, \ldots \pmod{4} (m=0, 1, 2, \ldots),\] \[v_m\equiv 2, 1, 3, 4, 7, 3, 2, 5, 7, 4, 3, 7, 2, 1, \ldots \pmod{8} (m=0, 1, 2, \ldots)\] より $v_n, v_{2n}$ について合同式 \begin{equation}\label{eq31} v_n\equiv 3\pmod{4}, v_{2n}\equiv 7\pmod{8} \end{equation} が成り立つことがわかります。よって第二補充法則より \begin{equation}\label{eq32} \left(\frac{2}{v_{2n}}\right)=1 \end{equation} となることがわかりますから、 \begin{equation}\label{eq33} \left(\frac{\pm 4au_{2n}+1}{v_{2n}}\right)=\left(\frac{\pm 8au_{2n}+2}{v_{2n}}\right) \end{equation} となることがわかります。
次に $(\ref{eq14})$ より $u_{2n}=u_nv_n, v_{2n}=v_n^2-2\equiv -2\pmod{v_n}$ なので \begin{equation}\label{eq34} \left(\frac{\pm 8au_{2n}+2}{v_{2n}}\right)=\left(\frac{\pm 8au_n v_n+v_n^2}{v_{2n}}\right) \end{equation} が成り立ちます。

$(\ref{eq34})$ の右辺の符号が正の場合、 $8au_n v_n+v_n^2\equiv v_n^2\equiv 1\pmod{4}$ より相互法則から \begin{equation}\label{eq35} \left(\frac{8au_n v_n+v_n^2}{v_{2n}}\right)=\left(\frac{v_{2n}}{8au_n v_n+v_n^2}\right) \end{equation}

となります。

$(\ref{eq34})$ の右辺の符号が負の場合、 $v_{2n}\equiv 7\pmod{8}$ なので第一補充法則より \begin{equation}\label{eq36} \left(\frac{-8au_n v_n+v_n^2}{v_{2n}}\right)= \left(\frac{-1}{v_{2n}}\right)\left(\frac{8au_n v_n-v_n^2}{v_{2n}}\right)= -\left(\frac{8au_n v_n-v_n^2}{v_{2n}}\right) \end{equation} となることがわかります。 さらに \[8au_n v_n\pm v_n^2\geq v_n(8u_n-v_n)>0,\] \[8au_n v_n-v_n^2\equiv -v_n^2\equiv -1\pmod{4}\] より相互法則から \[-\left(\frac{8au_n v_n-v_n^2}{v_{2n}}\right)=\left(\frac{v_{2n}}{8au_n v_n-v_n^2}\right)\] となるので、結局 $(\ref{eq36})$ から \begin{equation}\label{eq37} \left(\frac{-8au_n v_n+v_n^2}{v_{2n}}\right)=\left(\frac{v_{2n}}{8au_n v_n-v_n^2}\right) \end{equation} がわかります。

$(\ref{eq35}), (\ref{eq37})$ より、いずれの場合も、 \begin{equation} \left(\frac{\pm 8au_n v_n+v_n^2}{v_{2n}}\right)=\left(\frac{v_{2n}}{8au_n v_n\pm v_n^2}\right) \end{equation} が成り立ちますから、 $(\ref{eq33}), (\ref{eq34})$ とあわせると、 \begin{equation}\label{eq38} \left(\frac{\pm 4au_{2n}+1}{v_{2n}}\right)=\left(\frac{v_{2n}}{8au_n v_n\pm v_n^2}\right) =\left(\frac{v_{2n}}{v_n}\right)\left(\frac{v_{2n}}{8au_n\pm v_n}\right) \end{equation} が成り立つことがわかります。そこで、この右辺の2つの平方剰余を詳しく調べます。

まず1つめの平方剰余については $(\ref{eq14})$ より $v_{2n}=v_n^2-2\equiv -2\pmod{v_n}$ なので \begin{equation}\label{eq39} \left(\frac{v_{2n}}{v_n}\right)=\left(\frac{-2}{v_n}\right) \end{equation} が成り立ちます。

$(\ref{eq38})$ の2つめの平方剰余はより難しいです。 まず $(\ref{eq15})$ より $2v_{2n}=5u_n^2+v_n^2$ なので \begin{equation}\label{eq310} \left(\frac{v_{2n}}{8au_n\pm v_n}\right)= \left(\frac{16a^2 v_{2n}}{8au_n\pm v_n}\right)= \left(\frac{8a^2(5u_n^2+v_n^2)}{8au_n\pm v_n}\right)= \left(\frac{a}{8au_n\pm v_n}\right)\left(\frac{8a(5u_n^2+v_n^2)}{8au_n\pm v_n}\right), \end{equation} と、これまた2つの平方剰余の積であらわせますが、 \[40au_n^2=5u_n(8au_n\pm v_n)\mp 5u_n v_n\equiv \mp 5u_n v_n\pmod{8au_n\pm v_n},\] \[8av_n^2=8a v_n (8a u_n\pm v_n)\mp 64a^2 u_n v_n\equiv \mp 64a^2 u_n v_n\pmod{8au_n\pm v_n}\] より、 $(\ref{eq310})$ の2つめの平方剰余は \begin{equation}\label{eq311} \left(\frac{8a(5u_n^2+v_n^2)}{8au_n\pm v_n}\right)=\left(\frac{\mp (64a^2+5)u_n v_n}{8au_n\pm v_n}\right) \end{equation} とあらわせます。この右辺を($\mp 1$ も含めた)4つの因数に関する平方剰余の積に分解して、1つずつ調べます。
$8au_n+v_n\equiv v_n\equiv 3\pmod{4}$ なので第一補充法則より \begin{equation}\label{eq312} \left(\frac{\mp 1}{8au_n\pm v_n}\right)=\mp 1, \end{equation} $64a^2+5\equiv 1\pmod{4}$ なので相互法則より \begin{equation}\label{eq313} \left(\frac{64a^2+5}{8au_n\pm v_n}\right)=\left(\frac{8au_n\pm v_n}{64a^2+5}\right), \end{equation} $8au_n+v_n\equiv v_n\equiv 3\pmod{4}, 8au_n-v_n\equiv 1\pmod{4}$ なので相互法則より \begin{equation}\label{eq314} \left(\frac{v_n}{8au_n\pm v_n}\right)=\mp \left(\frac{8au_n\pm v_n}{v_n}\right) =\mp \left(\frac{8au_n}{v_n}\right) =\mp \left(\frac{2a}{v_n}\right)\left(\frac{u_n}{v_n}\right) \end{equation} が成り立ちます。
残った $u_n$ に関する平方剰余については \begin{equation}\label{eq315} \left(\frac{u_n}{8au_n\pm v_n}\right)=\left(\frac{u_n}{v_n}\right) \end{equation} が成り立ちます。実際 $u_n\equiv 1\pmod{4}$ のときは相互法則を使い、 \[\left(\frac{u_n}{8au_n\pm v_n}\right)=\left(\frac{8au_n\pm v_n}{u_n}\right),\] ここで、第一補充法則を使って、次に再び相互法則を使って \[\left(\frac{8au_n\pm v_n}{u_n}\right) =\left(\frac{\pm v_n}{u_n}\right) =\left(\frac{v_n}{u_n}\right) =\left(\frac{u_n}{v_n}\right)\] となり、$u_n\equiv 3\pmod{4}$ のとき $8au_n\pm v_n\equiv \pm v_n\equiv \mp 1\pmod{4}$ より相互法則から \[\left(\frac{u_n}{8au_n\pm v_n}\right) =\mp \left(\frac{8au_n\pm v_n}{u_n}\right),\] 第一補充法則を使い、次に再び相互法則を使って \[\mp \left(\frac{8au_n\pm v_n}{u_n}\right) =\mp \left(\frac{\pm v_n}{u_n}\right) =-\left(\frac{v_n}{u_n}\right) =\left(\frac{u_n}{v_n}\right)\] となります。

$(\ref{eq312})$ から $(\ref{eq315})$ を $(\ref{eq311})$ に代入して \[ \left(\frac{8a(5u_n^2+v_n^2)}{8au_n\pm v_n}\right)= \left(\frac{\mp (64a^2+5)u_n v_n}{8au_n\pm v_n}\right)=\left(\frac{8au_n\pm v_n}{64a^2+5}\right)\left(\frac{2a}{v_n}\right) \] を得、結局 $(\ref{eq39})$ および $(\ref{eq310})$ とあわせて \begin{equation} \begin{split} \left(\frac{v_{2n}}{v_n}\right)\left(\frac{v_{2n}}{8au_n\pm v_n}\right) = & \left(\frac{-2}{v_n}\right)\left(\frac{a}{8au_n\pm v_n}\right)\left(\frac{8a(5u_n^2+v_n^2)}{8au_n\pm v_n}\right) \\ = & \left(\frac{-2}{v_n}\right)\left(\frac{a}{8au_n\pm v_n}\right)\left(\frac{8au_n\pm v_n}{64a^2+5}\right)\left(\frac{2a}{v_n}\right) \\ = & \left(\frac{-a}{v_n}\right)\left(\frac{a}{8au_n\pm v_n}\right)\left(\frac{8au_n\pm v_n}{64a^2+5}\right) \end{split} \label{eq316} \end{equation} となります。

$v_n\equiv 3\pmod{4}$ なので第一補充法則より \[\left(\frac{-a}{v_n}\right)=-\left(\frac{a}{v_n}\right)\] となるので $(\ref{eq316})$ から \begin{equation} \begin{split} \left(\frac{v_{2n}}{v_n}\right)\left(\frac{v_{2n}}{8au_n\pm v_n}\right) = & -\left(\frac{a}{v_n}\right)\left(\frac{a}{8au_n\pm v_n}\right)\left(\frac{8au_n\pm v_n}{64a^2+5}\right) \\ = & -\left(\frac{a}{8au_n v_n\pm v_n^2}\right)\left(\frac{8au_n\pm v_n}{64a^2+5}\right). \end{split} \label{eq317} \end{equation} がわかります。

$(\ref{eq317})$ の1つ目の平方剰余について考えます。 $8au_n v_n\pm v_n^2\equiv \pm v_n^2\equiv \pm 1\pmod{8}$ なので第二補充法則より \[\left(\frac{2}{8au_n v_n\pm v_n^2}\right)=1\] となります。よって \[a=2^s b, s\geq 0, b\equiv 1\pmod{2}\] とおくと \begin{equation} \left(\frac{a}{8au_n v_n\pm v_n^2}\right)=\left(\frac{b}{2^{s+3} bu_n v_n\pm v_n^2}\right) \end{equation} となります。
$b\equiv 1\pmod{4}$ ならば相互法則より \begin{equation} \begin{split} \left(\frac{a}{8au_n v_n\pm v_n^2}\right)= & \left(\frac{b}{2^{s+3} bu_n v_n\pm v_n^2}\right) \\ = & \left(\frac{2^{s+3} bu_n v_n\pm v_n^2}{b}\right) \\ = & \left(\frac{\pm v_n^2}{b}\right)=\left(\frac{\pm 1}{b}\right)=1, \end{split} \end{equation} $b\equiv 3\pmod{4}$ ならば相互法則をつかい、さらに第一補充法則より \begin{equation} \begin{split} \left(\frac{a}{8au_n v_n\pm v_n^2}\right)= & \left(\frac{b}{2^{s+3} bu_n v_n\pm v_n^2}\right) \\ = & \pm \left(\frac{2^{s+3} bu_n v_n\pm v_n^2}{b}\right) \\ = & \pm \left(\frac{\pm v_n^2}{b}\right)\pm \left(\frac{\pm 1}{b}\right)=\pm(\pm 1)=1, \end{split} \end{equation} となります。
したがって \[\left(\frac{a}{8au_n v_n\pm v_n^2}\right)=1\] が常に成り立ちますから、これを $(\ref{eq317})$ に代入し、 \begin{equation} \left(\frac{v_{2n}}{v_n}\right)\left(\frac{v_{2n}}{8au_n\pm v_n}\right)=-\left(\frac{8au_n\pm v_n}{64a^2+5}\right) \end{equation} を得ます。これを $(\ref{eq38})$ とあわせて \begin{equation} \left(\frac{\pm 4au_{2n}+1}{v_{2n}}\right)=-\left(\frac{8au_n\pm v_n}{64a^2+5}\right) \end{equation} が成り立つことがわかります。


平方数条件の応用

先に示した平方数条件の強さは、たとえば次のような応用から見て取れます。

平方数条件1

$n\equiv \pm 1\pmod{160}, n\neq 1$ ならば $8u_n+1$ は平方数ではない。つまり このとき $u_n$ は三角数ではない。

$n\equiv -1\pmod{160}$ のとき $n$ は奇数ですから $(\ref{eq12})$ より $u_n=u_{-n}, -n\equiv 1\pmod{160}$ となりますので はじめから $n\equiv 1\pmod{160}$ としても問題ありません。

まず $n\equiv 1\pmod{160}, n\neq 1$ として、 \[n=\delta 2\times 3^r\times 5m+1, m>0, \gcd(m, 3)=1, \delta=\pm 1\] とあらわすことにします。 $n-1$ は $160$ の倍数ですから \[m\equiv \pm 16\pmod{48}\] が成り立ちます。

第一に $\delta 3^r\equiv 1\pmod{4}$ の場合を考えます。
$m\equiv 16\pmod{48}$ のとき $k=5m$, $m\equiv 32\pmod{48}$ のとき $k=m$ となるように $k$ をとると、 つねに $k\equiv 32\pmod{48}$ となります。 $n=4kt+2k+1$ とおくと $t=(\delta 3^r-1)/2$ または $(\delta 3^r\times 5-1)/2$ となって、 \[\delta 3^r\times 5\equiv \delta 3^r\equiv 1\pmod{4}\] より $t$ は偶数ですから $(\ref{eq17})$ より \[8u_n+1\equiv 8u_{2k+1}+1\pmod{v_{2k}},\] $(\ref{eq15})$ より $2u_{2k+1}=u_{2k}+v_{2k}$ なので \begin{equation} 8u_n+1\equiv 4(u_{2k}+v_{2k})+1\equiv 4u_{2k}+1 \pmod{v_{2k}} \end{equation} がわかります。ここで、先の平方数条件を使うと \begin{equation} \left(\frac{8u_n+1}{v_{2k}}\right) =\left(\frac{4u_{2k}+1}{v_{2k}}\right)=-\left(\frac{8u_k+v_k}{69}\right) \end{equation} となりますが $k\equiv 32\pmod{48}$ より \begin{equation} -\left(\frac{8u_k+v_k}{69}\right)=-\left(\frac{8u_{32}+v_{32}}{69}\right)=-\left(\frac{38}{69}\right)=-1 \end{equation} となりますから、この場合においては $8u_n+1$ は平方数ではありえません。

次に $\delta 3^r\equiv -1\pmod{4}$ の場合を考えます。
$m\equiv 16\pmod{48}$ のとき $k=m$, $m\equiv 32\pmod{48}$ のとき $k=5m$ となるように $k$ をとると、 つねに $k\equiv 16\pmod{48}$ となります。 先程のように $n=4kt+2k+1$ とおくと \[\delta 3^r\times 5\equiv \delta 3^r\equiv 3\pmod{4}\] よりこの場合は $t$ は奇数ですから、 先程と同様にすると \begin{equation} 8u_n+1\equiv -8u_{2k+1}+1\equiv -4u_{2k}+1\pmod{v_{2k}}, \end{equation} となって 先の補題を使うと \begin{equation} \left(\frac{8u_n+1}{v_{2k}}\right)= =\left(\frac{-4u_{2k}+1}{v_{2k}}\right)=-\left(\frac{8u_k-v_k}{69}\right) \end{equation} となります。$k\equiv 16\pmod{48}$ より \begin{equation} -\left(\frac{8u_k-v_k}{69}\right)=-\left(\frac{8u_{16}-v_{16}}{69}\right)=-\left(\frac{31}{69}\right)=-1 \end{equation} なので、この場合も $8u_n+1$ は平方数ではありえません。


合同式条件1によれば、 $n$ が奇数で $8u_n+1$ が平方数ならば $n\equiv 1, 159\pmod{160}$ でしたから、 平方数条件1を合わせると、 $n$ が奇数で $8u_n+1$ が平方数になるのは $n=\pm 1$ しか 存在しないことがわかります。すなわち、次のことがわかります。

Fibonacci三角数の有限性(奇数番目の場合)

奇数番目のFibonacci数で三角数になるのは1のみである。

タイトル
名前
URL
E-mail address
本文中ではLaTeXコマンドが使用可能です。
イメージ色
[admin]


[BACK][NEXT]

#3373:[ pbkufroscpye ] Home Mail htmkuhig_____Date: 05/11 11:05 GMT
<a href="https://www.airota.net/bbs/home.php?mod=space&uid=39421">https://www.airota.net/bbs/home.php?mod=space&uid=39421</a> <a href="https://telegra.ph/Avto-ru-avto-s-probegom-v-rossii-01-06">https://telegra.ph/Avto-ru-avto-s-probegom-v-rossii-01-06</a> <a href="https://site243612455.fo.team">https://site243612455.fo.team</a> <a href="https://xn--zlv426e.xn--cksr0a.tw/home.php?mod=space&uid=87">https://xn--zlv426e.xn--cksr0a.tw/home.php?mod=space&uid=87</a> <a href="https://ania.yygame.tw/home.php?mod=space&uid=37544">https://ania.yygame.tw/home.php?mod=space&uid=37544</a> <a href="https://www.elephantjournal.com/profile/eiqcj3q110/">https://www.elephantjournal.com/profile/eiqcj3q110/</a>

#3372:[ nafvarvb ] Home Mail nafvarvb_____Date: 05/11 11:01 GMT
legiano كازينو - http://legiano-eg.com

#3371:[ mplganyn ] Home Mail mplganyn_____Date: 05/11 11:01 GMT
slots and كازينو - http://slots-and-casino-eg.com

#3370:[ 無題 ] Home Mail app.readthedocs.org_____Date: 05/11 10:59 GMT
https://ancientroman.space/wiki/PayID_Casino_Australia_Instant_20_Deposits_2026 ancientroman.space


http://202.53.128.110/home.php?mod=space&uid=1010400 http://202.53.128.110/home.php?mod=space&uid=1010400


https://philosophywiki.space/wiki/Australian_Breaking_News_Headlines_World_News_Online_SMH_comau philosophywiki.space


https://www.rcfl.com.hk/home.php?mod=space&uid=9601050 www.rcfl.com.hk


http://bbs.tejiegm.com/home.php?mod=space&uid=1789763 http://bbs.tejiegm.com/home.php?mod=space&uid=1789763


https://literaturewiki.site/wiki/New_Casinos_Australia_2026_Brand_New_Casino_Sites literaturewiki.site


https://www.question2answer.org/qa/user/ravendate4 www.question2answer.org


http://bbs.xingxiancn.com/home.php?mod=space&uid=902178 bbs.xingxiancn.com


https://hackmd.okfn.de/s/rklHkzk1Ge hackmd.okfn.de


https://www.demilked.com/author/onionnephew1/ www.demilked.com


https://bookmarkfeeds.stream/story.php?title=plan-your-visit-4 bookmarkfeeds.stream


https://cq.x7cq.vip/home.php?mod=space&uid=9548372 https://cq.x7cq.vip


http://wudao28.com/home.php?mod=space&uid=2676845 wudao28.com


https://u.to/ u.to


https://gardenwiki.site/wiki/Best_Live_Casino_Sites_in_Australia_Live_Bonuses_Fast_Payouts https://gardenwiki.site/


https://www.bandsworksconcerts.info:443/index.php?levelzinc48 www.bandsworksconcerts.info


http://www.bmw-workshop.com/member.php?action=profile&uid=38805 http://www.bmw-workshop.com/member.php?action=profile&uid=38805


https://hedgedoc.eclair.ec-lyon.fr/s/vR6Q4-K8I hedgedoc.eclair.ec-lyon.fr


https://xs.xylvip.com/home.php?mod=space&uid=4485273 xs.xylvip.com


https://cantrell-macdonald-2.mdwrite.net/new-casinos-australia-2026-brand-new-casino-sites https://cantrell-macdonald-2.mdwrite.net/


https://v.gd/Hv5Flu v.gd

#3369:[ A Quick Fix PLOK ] Home Medical loans near me_____Date: 05/11 10:55 GMT
For articles
<a href="https://personalloansnearme.top/">Medical loans near me</a>
for absolute certainty.

#3368:[ dmitosih ] Home Mail dmitosih_____Date: 05/11 10:52 GMT
tikitaka كازينو - http://tikitaka-eg.com

#3367:[ 無題 ] Home Mail bbs.pku.edu.cn_____Date: 05/11 10:50 GMT
https://liberalwiki.space/wiki/A_New_Place_To_Discover liberalwiki.space


https://kyed-thomson.federatedjournals.com/new-casinos-australia-2026-brand-new-casino-sites https://kyed-thomson.federatedjournals.com/new-casinos-australia-2026-brand-new-casino-sites


http://daojianchina.com/home.php?mod=space&uid=1102195 http://daojianchina.com/home.php?mod=space&uid=1102195


http://bookmarkingcentrals.com/News/how-regulators-stalled-us-sweepstakes-casinos-in-2025/ http://bookmarkingcentrals.com/News/how-regulators-stalled-us-sweepstakes-casinos-in-2025/


https://lawrence-gomez.blogbright.net/10-best-new-online-casinos-for-real-money-play-in-2026 lawrence-gomez.blogbright.net


https://gmerago.com/home.php?mod=space&uid=264157 https://gmerago.com/


https://chesswiki.site/wiki/Latest_Casino_Sites chesswiki.site


https://a-taxi.com.ua/user/eradrama08/ a-taxi.com.ua


https://easybookmarking.com/News/best-mobile-casinos-for-australian-players-in-2026/ https://easybookmarking.com/News/best-mobile-casinos-for-australian-players-in-2026


https://forum.vgatemall.com/member.php?action=profile&uid=532273 forum.vgatemall.com


https://atavi.com/share/xu5q95zvxt2n atavi.com


http://bbs.yx3.com/home.php?mod=space&uid=242106 bbs.yx3.com


http://www.xiaodingdong.store/home.php?mod=space&uid=182190 www.xiaodingdong.store


https://bbs.yp001.net/home.php?mod=space&uid=490571 bbs.yp001.net


http://asresin.cn/home.php?mod=space&uid=781780 asresin.cn


https://dailyfantasyrankings.com.au/public/forum/user-194850.html https://dailyfantasyrankings.com.au/


https://oiaedu.com/forums/users/circlecollar55/ https://oiaedu.com


https://nomadwiki.space/wiki/Live_Casinos_Australia_TOP_Live_Dealer_Games nomadwiki.space


https://nutritionwiki.space/wiki/Best_Bitcoin_Casinos_Australia_2026_Top_Crypto_Casinos nutritionwiki.space


https://sundaynews.info/user/crowdbeauty34/ sundaynews.info


https://vrwant.org/wb/home.php?mod=space&uid=5131012 https://vrwant.org

#3366:[ stbcdtxi ] Home Mail stbcdtxi_____Date: 05/11 10:48 GMT
sportuna كازينو - http://sportuna-eg.com

#3365:[ 無題 ] Home Mail MDAI empathogen info_____Date: 05/11 10:45 GMT
Awesome article! I’ve been looking for reliable ways
to buy weed online, and PK God is my favorite online dispensary.
Their shipping is fast, discreet, and the quality is always top-shelf.
You should check them out for safe and reliable weed delivery.

#3364:[ доставка алкоголя ] Home Mail dostavka_bymi_____Date: 05/11 10:44 GMT
Для удобства и комфорта воспользуйтесь <a href=https://dostavkaalkogolyaboka.msk.ru/>доставка алкоголя ночью</a> и наслаждайтесь любимыми напитками без лишних хлопот.
Выбор алкоголя через службу доставки впечатляет разнообразием 〓 от изысканных вин до крепких напитков высокого качества.

#3363:[ 無題 ] Home Mail home carpets_____Date: 05/11 10:42 GMT
Hello there! This is my first comment here
so I just wanted to give a quick shout out and tell you I really enjoy reading your blog posts.

Can you recommend any other blogs/websites/forums that cover the same topics?
Thanks a lot!

#3362:[ установка брекетов ] Home Mail ustanovka_fbSl_____Date: 05/11 10:41 GMT
Установка брекетов 〓 это эффективный способ исправления прикуса, и если вы ищете информацию по теме <a href=https://implant-sar.ru/>суть брекетов</a>, то наша клиника готова предложить профессиональное решение.
Важно своевременно обратиться к специалисту, чтобы избежать осложнений в будущем.


Клиенту подробно рассказывают о гигиенических требованиях и ожидаемых ощущениях в начальный период ношения брекетов.


Установка брекетов занимает обычно от одного до полутора часов в зависимости от выбранной системы.


Регулярные визиты к ортодонту позволяют контролировать прогресс лечения и корректировать систему.

#3361:[ 無題 ] Home Mail AGENCIA MARKETING Y SEO EN BARCELONA PARA PYMES_____Date: 05/11 10:39 GMT
Hi to all, how is everything, I think every one is getting more from this web page,
and your views are nice for new people.

#3360:[ 無題 ] Home Mail ห้องเชือด_____Date: 05/11 10:39 GMT
Chances are you'll should read the opinions of these sites
after which actually play at a few of them to see
if it is what you're on the lookout for.

#3359:[ fginyfqw ] Home Mail fginyfqw_____Date: 05/11 10:34 GMT
jilievo - http://jilievo-ph.com

#3358:[ 無題 ] Home Mail Sports jerseys_____Date: 05/11 10:32 GMT
Kyle’s Football Cards is a trusted online store for authentic sports jerseys
and collectibles, featuring NFL, NBA, MLB, NHL, and NCAA gear from top brands like Nike and adidas.
Shop rare and hard-to-find jerseys with fast shipping and reliable service.
Whether you’re a fan or collector, find premium jerseys at competitive prices.

Use code KYLEFAN30 to get 30% OFF sports jerseys today.

#3357:[ irzietwecwsk ] Home Mail srmpdsod_____Date: 05/11 10:29 GMT
<a href="https://teletype.link/cyclesfyv4781">https://teletype.link/cyclesfyv4781</a> <a href="https://paiza.io/projects/6iNGcpOC0PzPh80AK_Q9ag">https://paiza.io/projects/6iNGcpOC0PzPh80AK_Q9ag</a> <a href="https://site300318719.fo.team">https://site300318719.fo.team</a> <a href="https://www.majalahsains.com/careers/employer/sugarynl19/">https://www.majalahsains.com/careers/employer/sugarynl19/</a> <a href="https://snippet.host/wordbk">https://snippet.host/wordbk</a> <a href="https://rentry.co/cziw7934">https://rentry.co/cziw7934</a> <a href="https://telegra.ph/Kupit-sobaku-v-krasnoyarske-01-11">https://telegra.ph/Kupit-sobaku-v-krasnoyarske-01-11</a> <a href="https://espritgames.com/members/50709979/">https://espritgames.com/members/50709979/</a> <a href="https://site317934652.fo.team">https://site317934652.fo.team</a> <a href="https://telegra.ph/My-zamyatin-kratkoe-soderzhanie-02-09">https://telegra.ph/My-zamyatin-kratkoe-soderzhanie-02-09</a>

#3356:[ yzfvpqgn ] Home Mail yzfvpqgn_____Date: 05/11 10:27 GMT
jilibee - http://jilibee-ph.com

#3355:[ 無題 ] Home Mail a-taxi.com.ua_____Date: 05/11 10:22 GMT
References:


Woodbine casino a-taxi.com.ua

#3354:[ 無題 ] Home Mail apunto.it_____Date: 05/11 10:22 GMT
https://graph.org/New-Casinos-Australia-Best-Sites-for-May-2026-05-11 graph.org


https://writeablog.net/toepunch98/nsw-breaking-news-and-headlines-the-sydney-morning-herald https://writeablog.net/toepunch98/nsw-breaking-news-and-headlines-the-sydney-morning-herald


https://literaturewiki.site/wiki/New_Casinos_Australia_2026_Brand_New_Casino_Sites https://literaturewiki.site/wiki/New_Casinos_Australia_2026_Brand_New_Casino_Sites


https://www.youtube.com/redirect?q=https://blackcoin.co/new-online-casinos-australia-2025-guide/ www.youtube.com


http://881.cz/home.php?mod=space&uid=319437 http://881.cz/


https://gardenwiki.site/wiki/Best_Live_Casino_Sites_in_Australia_Live_Bonuses_Fast_Payouts gardenwiki.site


http://bbs.xingxiancn.com/home.php?mod=space&uid=902183 bbs.xingxiancn.com


https://stackoverflow.qastan.be/?qa=user/pairfowl05 stackoverflow.qastan.be


http://www.kaseisyoji.com/home.php?mod=space&uid=4032148 http://www.kaseisyoji.com/home.php?mod=space&uid=4032148


https://www.question2answer.org/qa/user/ravendate4 https://www.question2answer.org/qa/user/ravendate4


https://app.readthedocs.org/profiles/watchguitar39/ https://app.readthedocs.org/


https://zenwriting.net/eraroof05/top-5-new-australian-online-casinos-for-2025 https://zenwriting.net/eraroof05/top-5-new-australian-online-casinos-for-2025


https://dancewiki.site/wiki/New_Online_Casinos_in_Australia_2025_2026 dancewiki.site


https://bridgedesign.space/wiki/Online_Pokies_in_Australia_2026_Top_15_Real_Money_Pokies bridgedesign.space


http://warblog.hys.cz/user/yardlynx1/ warblog.hys.cz


https://lslv168.com/home.php?mod=space&uid=2576419 lslv168.com


https://blogfreely.net/ballhell98/top-payid-casinos-australia-2026-instant-withdrawals-and-real-money-pokies blogfreely.net


https://intensedebate.com/people/ballcolor36 https://intensedebate.com/


http://www.pshunv.com/space-uid-569759.html http://www.pshunv.com/space-uid-569759.html


https://gratisafhalen.be/author/satinpipe02/ gratisafhalen.be


http://asresin.cn/home.php?mod=space&uid=781767 asresin.cn

#3353:[ Hello ] Home Mail reda〓〓o TrustGuru Dados_____Date: 05/11 10:22 GMT
"PIX instant〓neo cassino" virou o filtro n〓mero um nas reviews de plataforma 2026.

#3352:[ 無題 ] Home Mail tv Feature wall_____Date: 05/11 10:21 GMT
Singapore Mattress Guide: Thee Real Factors That Matter in 2026


For most Singapore homeowners, buying a mattress is one
of the most personal furniture singapore decisions
they face. You’re expected to decide after lying on a showroom sample for just a minute or two, even though
you’ll sleep on it every single night for the next
8–12 years. At Megafurniture, the Somnuz collection was built tto help Singapore households navigate the
most common mattress store choices without confusion.

In Singapore, several local factors make mattress singapore selection more important than in other countries.
Singapore’s year-round humidity puts extra pressure
oon moisture management inside any mattress singapore.
Dust mites thrive in this climate, making hypoallergenic materials a real advantage
for many households. The widespread use of aircon at night
can make certain foam types feel firmer or less comfortable than they did under bright furniture store lights.


When you walk into any furniture showroom in Singapore, you’ll mainly see four core mattress construction types worth
comparing. Pocketed-spring mattresses use individually wrapped coils that move independently, offering excellent motion isolation for couples and generally better airflow.
Memory foam is loved for its hugging feel and motion isolation, though traditional
versions sometimes reyain warmth in Singapore bedrooms.
Latex is naturally bouncier, sleeps cooler, and resists dust mites better than most foams — a genuine advantage in our climate.
Many modern hybrids pair pocketed springs with targeted foam or latex layers for balanced support and temperature regulation.

The Somnuz range at Megafurniture was created to let Singapore buyers compare these four
categories directly and easily. Firmness levels
are talked about constantly, but what feels firm to one person can feel medium or soft to
another. Side sleepers usually do best on medium-soft to medium
so the shoulders and hips can sink in slightly. Back sleepers
often feel most comfortable on medium to medium-firm surfaces that support the lower
back properly. Firm mattresses work better for stomach sleepers because they keep the spine in better alignment.


Because most Singapore homes have tighter bedroom dimensions,
choosing the right mattress singapore size prevents the room from feeling cramped.
The cover material is one of the most under-appreciated features for Singapore buyers.
Bamboo covers used in some Somnuz models provide superior breathability
and help reduce musty build-up over time. Water-repellent finishes on certain Somnuz mattresses add practical protection against accidental spills and
high humidity.

The Somnuz range from Megafurniture maps cleanly
onto the different needs most Singapore buyers have. Somnuz Comfy is the go-to budget-friendly option for many Singapore furniture shoppers looking for dependable
pocketed spring support. The Somnuz Comforto adds bamboo fabric and latex
for those who prioritise breathability and natural dust-mite resistance.

Households that need spill and humidity protection usually lean toward the Somnuz Comfort Night model.
The top-tier Somnuz Roman Supreme delivers premium support and luxury feel for buyers willing to
invest in the highest comfort level.

The traditional ninety-second showroom test most people do is
almost useless for making a good decision. To get useful feedback, spend at least ten minutes on each model in the exact position you normally sleep in. You can try the entire Somnuz collection comfortably
at Megafurniture’s Joo Seng flagship or Tampines outlet.

Confirm delivery timing matches your move-in or renovation schedule — this
is one of the most common pain points for new BTO owners.

Check whether old mattress disposal is included and read
the warranty terms carefully — not all “10-year
warranties" cover thhe same things.

With the right choice, a good mattress from a reputable furniture showroom like Megafurniture will serve you well for nearly a decade.

Watch for gradual signs like new back pain, centre sagging, or partner disturbance — these are clear signals the mattress has reached the end of its useful life.
Visit Megafurniture’s furniture store or browse their full mattress singapore collection online
tto find the Somnuz model that matches your needs and budget.

#3351:[ 無題 ] Home Mail https://lendirku.net/search?q=bokep+indonesia_____Date: 05/11 10:20 GMT
Having read this I believed it was rather informative.

I appreciate you finding the time and effort to put
this article together. I once again find myself spending a lot of time both
reading and commenting. But so what, it was still worthwhile!

#3350:[ kaniwtjycyxd ] Home Mail slsadtib_____Date: 05/11 10:20 GMT
<a href="http://jobboard.piasd.org/author/grillhls761/">http://jobboard.piasd.org/author/grillhls761/<;/a> <a href="https://schoolido.lu/user/changehgk06/">https://schoolido.lu/user/changehgk06/</a> <a href="https://www.elephantjournal.com/profile/ybkp4h18ra/">https://www.elephantjournal.com/profile/ybkp4h18ra/</a> <a href="https://espritgames.com/members/50711695/">https://espritgames.com/members/50711695/</a> <a href="https://fabble.cc/earlyojr79">https://fabble.cc/earlyojr79</a> <a href="https://theexplorers.com/user?id=3120973c-0bd3-47c3-b600-495a53141f14">https://theexplorers.com/user?id=3120973c-0bd3-47c3-b600-495a53141f14</a>

#3349:[ 無題 ] Home Mail intensedebate.com_____Date: 05/11 10:20 GMT
https://www.pdc.edu/?URL=https://eggswiki.site/wiki/Best_PayID_Casinos_in_Australia_for_2026_PayID_Pokies_Online pdc.edu


https://gamesgrom.com/user/levelquiver73/ https://gamesgrom.com/user/levelquiver73/


https://nutritionwiki.space/wiki/Best_Bitcoin_Casinos_Australia_2026_Top_Crypto_Casinos https://nutritionwiki.space/


https://vusr.net/members/eraleaf36/activity/89216/ https://vusr.net


https://cq.x7cq.vip/home.php?mod=space&uid=9548376 cq.x7cq.vip


http://forums.cgb.designknights.com/member.php?action=profile&uid=176704 forums.cgb.designknights.com


https://boardgameswiki.site/wiki/The_Best_Accommodation_in_Brisbane_CBD boardgameswiki.site


http://qa.doujiju.com/index.php?qa=user&qa_1=shopthomas3 http://qa.doujiju.com/index.php?qa=user&qa_1=shopthomas3


https://xn--41-4lcpj.xn--j1amh/user/syriaadult06/ 41-4lcpj.___


https://xs.xylvip.com/home.php?mod=space&uid=4485288 https://xs.xylvip.com/home.php?mod=space&uid=4485288


https://bbs.pku.edu.cn/v2/jump-to.php?url=https://www.instapaper.com/p/17680465 bbs.pku.edu.cn


https://pads.zapf.in/s/ckhvjrzdjZ pads.zapf.in


https://postheaven.net/aprilbrake03/australian-breaking-news-headlines-and-world-news-online-smh-com-au https://postheaven.net/aprilbrake03/australian-breaking-news-headlines-and-world-news-online-smh-com-au


https://eggswiki.site/wiki/Best_New_Real_Money_Online_Pokies_in_Australia_for_May_2026 eggswiki.site


https://lawrence-gomez.blogbright.net/10-best-new-online-casinos-for-real-money-play-in-2026 lawrence-gomez.blogbright.net


https://forum.issabel.org/u/mimosasarah9 https://forum.issabel.org/u/mimosasarah9


http://www.automingwei.com/home.php?mod=space&uid=145226 http://www.automingwei.com/home.php?mod=space&uid=145226


https://instapages.stream/story.php?title=top-no-deposit-bonus-casino-sites-in-australia-ranked-for-2026 instapages.stream


https://gratisafhalen.be/author/donaldmarket04/ gratisafhalen.be


https://linkagogo.trade/story.php?title=online-gambling-in-australia-legal-illegal-risks-explained linkagogo.trade


https://chesswiki.site/wiki/Best_Crypto_Casino_Australia_2026_Top_Gambling_Sites chesswiki.site

#3348:[ casino ] Mail Robincreek_____Date: 05/11 10:17 GMT
10 Best Online Casinos by Reliability and Payouts <a href="https://alovcasino.org/az/">alov casino azerbaycan</a>

#3347:[ 無題 ] Home Mail mostbet site_____Date: 05/11 10:15 GMT
An impressive share! I have just forwarded this onto a colleague who was conducting a little homework on this.
And he in fact bought me breakfast because I discovered it for him...
lol. So allow me to reword this.... Thank YOU for the meal!!
But yeah, thanks for spending time to talk about this subject
here on your website.

#3346:[ ckfntzdn ] Home Mail ckfntzdn_____Date: 05/11 10:14 GMT
kabibe game - http://kabibe-game-ph.com

#3345:[ casino ] Mail Robincreek_____Date: 05/11 10:13 GMT
10 Best Online Casinos by Reliability and Payouts <a href="https://alovaz-casino.org/">https://alovaz-casino.org/</a>

#3344:[ afbaernv ] Home Mail afbaernv_____Date: 05/11 10:12 GMT
8k8 - http://8k8-8.com

#3343:[ 無題 ] Home Mail www.qazaqpen-club.kz_____Date: 05/11 10:12 GMT
https://bookmarkzones.trade/story.php?title=new-online-casinos-may-2026-latest-launches-bonuses bookmarkzones.trade


https://www.garagesale.es/author/condorport10/ www.garagesale.es


http://www.pshunv.com/space-uid-569775.html www.pshunv.com


https://servodriven.com/forums/users/radarloss38/ servodriven.com


http://132.148.13.112/home.php?mod=space&uid=3426495 http://132.148.13.112/


https://liberalwiki.space/wiki/Top_New_Online_Casinos_In_Australia_April_2026 liberalwiki.space


https://boardgameswiki.site/wiki/Best_Online_Casino_Payouts_Australia_2026_Top_Sites_2026 https://boardgameswiki.site


https://linkagogo.trade/story.php?title=online-gambling-in-australia-legal-illegal-risks-explained https://linkagogo.trade


https://jszst.com.cn/home.php?mod=space&uid=6914637 https://jszst.com.cn/home.php?mod=space&uid=6914637


http://bbs.makegs.com/home.php?mod=space&uid=630257 bbs.makegs.com


https://hourpaint93.bravejournal.net/safe-online-casinos-australia-2026-trusted-au-casino-sites https://hourpaint93.bravejournal.net/


https://numberfields.asu.edu/NumberFields/show_user.php?userid=6693139 numberfields.asu.edu


https://rentry.co/5mhb52ms https://rentry.co


https://wiggins-thorup-2.mdwrite.net/best-online-casinos-australia-top-aussie-sites-for-2025 wiggins-thorup-2.mdwrite.net


http://bbs.yx3.com/home.php?mod=space&uid=242104 bbs.yx3.com


https://lovebookmark.win/story.php?title=better-web-local-casino-prepaid-service-centered-golden-mane-1-deposit-gambling-enterprises-around-australia https://lovebookmark.win/story.php?title=better-web-local-casino-prepaid-service-centered-golden-mane-1-deposit-gambling-enterprises-around-australia


https://bookmarking.win/story.php?title=new-casinos-australia-2026-brand-new-casino-sites https://bookmarking.win/


https://blogfreely.net/eracart05/who-shot-john-f-kennedy blogfreely.net


https://bridgedesign.space/wiki/Online_Pokies_in_Australia_2026_Top_15_Real_Money_Pokies bridgedesign.space


http://warblog.hys.cz/user/wishclub98/ warblog.hys.cz


https://pad.stuve.de/s/p7QOL0QWm https://pad.stuve.de

#3342:[ nwknpocm ] Home Mail nwknpocm_____Date: 05/11 10:08 GMT
63jili - http://63jili-8.com

全てのコメントを HTML 化してダウンロードできます。
ダウンロード後、ファイルの拡張子をhtml に変更してご利用ください。


管理者 Tomohiro Yamada : JawaNote v1.41 [Shigeto Nakazawa], revised by Tomohiro Yamada