• home
  • about
  • 全ての投稿
  • ソフトウェア・ハードウェアの設定のまとめ
  • 分析関連のまとめ
  • ヘルスケア関連のまとめ
  • 生涯学習関連のまとめ

oeis

date: 2021-05-09 excerpt: oeis(online encycropedia of integer sequences)について

tag: algorithmmathoeisinteger


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

  • oeis.org

使い方

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

サンプル

例; 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.


algorithmmathoeisinteger Share Tweet