Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
Python で Sylvester シーケンスをコーディングする必要があります。シーケンスの式は次のように定義されます。
$$s_n = 1 + \prod_ { i = 0 } ^ { n - 1 } s_i$$
どこで$s_0 = 2$。
$s_0 = 2$
しかし、Python でこのコードを書くのは非常に困難です。誰かがそれを行う方法について提案がありますか?