oeis

oeis(online encycropedia of integer sequences)について

タグ oeis


使い方

正数列をクエリにすることで、その正数列で一般化した式を検索することができる(ユーザが登録した内容から参照されるので常に正しい結果が検索できるわけではない)

サンプル

例; 1,2,3,4,...

結果

The positive integers. Also called the natural numbers, the whole numbers or the counting numbers, but these terms are ambiguous.

例; 1,3,5,7,9

結果

The odd numbers: a(n) = 2*n + 1.

例; 1,1,2,3,5,8,13

結果

Fibonacci numbers: F(n) = F(n-1) + F(n-2) with F(0) = 0 and F(1) = 1.