Giter Club home page Giter Club logo

oeis_03's Introduction

OEIS_03

概要

2016年から始めたOEISの編集で使用したコードが溜まってきたので、随時公開していきます。

当分の間は直近編集したコードをあげていきます。

文字化けしているところがあるかもしれませんがご了承ください。

数列番号 該当レポジトリ
A000001-A099999 OEIS_00
A100000-A199999 OEIS_01
A200000-A299999 OEIS_02
A300000-A399999 OEIS_03

310から315まではなし(2021/02/15現在) 編集したものに限ると、A309990の次はA316083

b-file

b-fileをアップロードさせない(サイズが大きいので別リポジトリで管理)ため、テキストファイルもアップロードしない

1000digitsまでだが、符号も含めることにする

\\ A336975
v(n)={x='x+O('x^(n+10)); 1/prod(k=1, n, 1-x^k*(k+x))};
M=1000;
v=v(M);
for(n=0, M, i=polcoef(v, n); if((i<0)+#digits(i)>1000, break); write("/Users/xxx/Desktop/b336975_gp_test.txt", n, " ", i))

念のため、計算は多めにしておく 例)10100まで計算し 10000まで表示

.gpファイル

このリポジトリでは、PARI/GPスクリプトとして保存

参考

本家OEISのデータに関するリポジトリはこちら

https://github.com/oeis/oeisdata/

テーマ別に自身が作ったリポジトリはこちら

https://github.com/manman4/study_OEIS

oeis_03's People

Contributors

manman4 avatar

Stargazers

 avatar  avatar

Watchers

 avatar  avatar

Forkers

ishandutta2007

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.