|
本帖最后由 王守恩 于 2023-9-2 08:41 编辑
接\(=\frac{\sqrt{m-2} \big((m+\sqrt{m^2-4})^n-(m-\sqrt{m^2-4})^n\big)+\sqrt{m+2}\big((m+\sqrt{m^2-4})^n+(m-\sqrt{m^2-4})^n\big)}{2^{n+1}\sqrt{m+2}}\)
Cn: LinearRecurrence[{3, -1}, {1, 2}, 15]
{1, 2, 5, 13, 34, 89, 233, 610, 1597, 4181, 10946, 28657, 75025, 196418, 514229}
An: LinearRecurrence[{3, -1}, {1, 3}, 15]
{1, 3, 8, 21, 55, 144, 377, 987, 2584, 6765, 17711, 46368, 121393, 317811, 832040}
Dn: LinearRecurrence[{3, -1}, {2, 5}, 15]
{2, 5, 13, 34, 89, 233, 610, 1597, 4181, 10946, 28657, 75025, 196418, 514229, 1346269}
Bn: LinearRecurrence[{3, -1}, {3, 8}, 15]
{3, 8, 21, 55, 144, 377, 987, 2584, 6765, 17711, 46368, 121393, 317811, 832040, 2178309}
"兔子": LinearRecurrence[{1, 1}, {1, 1}, 22]
{1, 1, 2, 3, 5, 8, 13, 21, 34, 55, 89, 144, 233, 377, 610, 987, 1597, 2584, 4181, 6765, 10946, 17711}
|
|