Skip to content

🤗 implementation of OEIS sequences (A100000-A199999)

License

Notifications You must be signed in to change notification settings

manman4/OEIS_01

Folders and files

NameName
Last commit message
Last commit date
Dec 28, 2023
Aug 7, 2024
Jul 9, 2024
Dec 31, 2023
Aug 5, 2024
Apr 8, 2024
Apr 4, 2024
Mar 17, 2025
Mar 29, 2025
Jul 26, 2023
Mar 28, 2023
Mar 24, 2024
Jan 6, 2024
Mar 13, 2021
Apr 10, 2024
Dec 13, 2024
Jun 12, 2023
Jul 6, 2024
May 14, 2023
Aug 28, 2023
Mar 1, 2025
Jan 19, 2025
Nov 20, 2022
May 22, 2023
Nov 18, 2023
Oct 11, 2024
Jan 27, 2024
Nov 27, 2023
Mar 24, 2025
Mar 25, 2025
Feb 27, 2024
Mar 25, 2025
Jan 18, 2025
Feb 24, 2023
Oct 30, 2023
Jul 25, 2023
Nov 15, 2023
Jul 20, 2024
Dec 22, 2024
Apr 26, 2021
May 24, 2021
May 5, 2024
Sep 23, 2021
Mar 1, 2025
Aug 7, 2024
Jan 20, 2025
Apr 29, 2021
Mar 29, 2025
Sep 14, 2021
May 2, 2021
May 26, 2021
Jul 17, 2023
Apr 30, 2021
Mar 23, 2023
Jun 12, 2024
Feb 4, 2023
Feb 6, 2024
Nov 2, 2024
Jul 30, 2023
Jul 17, 2023
Apr 29, 2021
Apr 29, 2021
Apr 29, 2021
Oct 12, 2021
Feb 7, 2025
Mar 9, 2023
Mar 9, 2023
Jul 25, 2023
Nov 13, 2023
Apr 30, 2021
May 31, 2024
Aug 14, 2024
Apr 8, 2024
Feb 12, 2025
Mar 26, 2025
Jun 2, 2023
Apr 1, 2025
Jul 14, 2024
Sep 5, 2024
Apr 5, 2024
Sep 21, 2024
Jun 17, 2024
Apr 30, 2021
Jan 17, 2024
Jun 13, 2022
Oct 28, 2023
Feb 26, 2022
Jul 27, 2024
Apr 22, 2022
Jun 14, 2024
Jun 1, 2024
May 31, 2023
Feb 28, 2023
Mar 30, 2021
Dec 15, 2024
May 12, 2024
Nov 4, 2023
Jun 25, 2022
Nov 29, 2024
Nov 29, 2024
Oct 13, 2022
Mar 13, 2025
Mar 13, 2025
Feb 2, 2021

Repository files navigation

OEIS_01

Overview

I (manman4) started editing OEIS in 2016.

As I have accumulated various pieces of code during the editing process, I plan to release them gradually.

Please note that there may be some garbled text.

Sequence Number Relevant Repository
A000001-A099999 OEIS_00
A100000-A199999 OEIS_01
A200000-A299999 OEIS_02
A300000-A399999 OEIS_03

b-file

To avoid uploading b-files (due to their large size, which will be managed in a separate repository), text files will also not be uploaded.

The files are limited to 1000 digits, including the sign.

\\ 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))

As a precaution, the calculations are carried out for a higher range than needed. For example, calculate up to 10100 but display only up to 10000.

.gp files

In this repository, the scripts are saved as PARI/GP files.

Reference Materials

The official repository for OEIS data can be found here:

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

Repositories organized by theme, created by me, can be found here:

https://github.com/manman4/study_OEIS

About

🤗 implementation of OEIS sequences (A100000-A199999)

Topics

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published