-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy path.gitignore
142 lines (126 loc) · 3.57 KB
/
.gitignore
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
!Build/
.last_cover_stats
/META.yml
/META.json
/MYMETA.*
*.o
*.pm.tdy
*.bs
# Devel::Cover
cover_db/
# Devel::NYTProf
nytprof.out
# Dizt::Zilla
/.build/
# Module::Build
_build/
Build
Build.bat
# Module::Install
inc/
# ExtUtils::MakeMaker
/blib/
/_eumm/
/*.gz
/Makefile
/Makefile.old
/MANIFEST.bak
/pm_to_blib
/*.zip
# Sloane's gap
sloane-gap/*.zip
# Pseudoprimes from http://ntheory.org/pseudoprimes.html
pseudoprimes/oeis-pseudoprimes/danaj-*
# OEIS b-file for oeis-autoload
oeis-autoload/bfiles/
# Other stuff
oeis-names.txt
oeis-stripped.txt
chess-bot/ChessCom/
chess-bot/Lichess/
chess-bot/TestFiles/
chess-bot/chesscom.db
chess-bot/crop-test.png
chess-bot/lichess.db
chess-bot/orig-test.png
privim/
primo/
/*.asm
gnfs/TODO/
gnfs/C*
gnfs/.params
gnfs/ggnfs.log
gnfs/spairs.add
gnfs/spairs.save.gz
factordb/cache/
factordb/a.sf
factordb/x.sf
factordb/almost_repunit.sf
factordb/siqs.pl
factordb/xalt.pl
factordb/factors.txt
factordb/numbers.txt
aliquot-sequences/elf_files/
aliquot-sequences/graphs/
factordb/factordb_diff_power.pl
# Too large files
oeis-research/Daniel Suteu/Smallest Fermat base-2 pseudoprime such that gpf(p-1) = prime(n)/nogaps_fermat.txt
# Cache stuff
oeis-drafts/cache
oeis-drafts/local
oeis-drafts/local.html
oeis-drafts/links.html
# Secret stuff
pseudoprimes/smooth-primes/
pseudoprimes/orig-oeis/
factorization/
oeis_terms_sorted.txt
oeis_terms_unsorted.txt
# oeis-research
oeis-research/primecount
oeis-research/primesieve
oeis-research/primesum
oeis-research/ecmpi
oeis-research/FactorizationGNFS/
oeis-research/Prime indexed primes/primecount
oeis-research/Sum of primes divisible by n/primecount
oeis-research/Sum of primes divisible by n/primesum
oeis-research/Euler polynomial divisble by multiplicity n
oeis-research/Modulo p strictly increasing/z
# pseudoprimes
pseudoprimes/primes/sorted_primes_3.txt
pseudoprimes/primes/kronecker2_sorted.txt
pseudoprimes/primes/small_sorted_2.txt
pseudoprimes/primes/small_sorted.txt
pseudoprimes/filter_pseudoprimes.sf
pseudoprimes/smooth-primes/100-smooth.txt
pseudoprimes/smooth-primes/1000-smooth.txt
pseudoprimes/carmichael_1e18.txt
pseudoprimes/carmichael_2^64.txt
pseudoprimes/carmichael_10^22.txt
pseudoprimes/psps-below-2-to-64.txt
pseudoprimes/psps-below-2-to-64.txt.zst
pseudoprimes/fermat_gt_1e18.txt
pseudoprimes/all_fermat.txt
pseudoprimes/programs/cache/backup/*.db
pseudoprimes/programs/cache/*.db
pseudoprimes/programs/cache/*.storable
pseudoprimes/generators/lucas_psp_lambdas.txt
pseudoprimes/generators/fermat_lambdas.txt
pseudoprimes/generators/carmichael_lambdas.txt
pseudoprimes/generators/carmichael_lambdas_2^64.txt
pseudoprimes/generators/lucas-carmichael_lambdas.txt
#pseudoprimes/oeis-pseudoprimes/fermat_with_large_gpf.txt
#pseudoprimes/oeis-pseudoprimes/carmichael_with_large_gpf.txt
pseudoprimes/oeis-pseudoprimes/z_new_fermat_psp.txt
pseudoprimes/oeis-pseudoprimes/z_new_fermat_psp_2.txt
pseudoprimes/oeis-pseudoprimes/z_new_fermat_psp_3.txt
pseudoprimes/oeis-pseudoprimes/z_new_fermat_psp_4.txt
pseudoprimes/oeis-pseudoprimes/z_new_fermat_psp_5.txt
pseudoprimes/oeis-pseudoprimes/z_new_base-5_fermat_psp.txt
pseudoprimes/oeis-pseudoprimes/z_new_carm_from_carm.txt
pseudoprimes/z_new_fermat_psp_5.txt.zst
# Other stuff
oeis-search/
oeis-research/Amiram Eldar/Let k be the n-th perfect number, a(n) is the least number m such that k*d*m + 1 is prime for all of the proper divisors d of k so their product is a Carmichael number/*.txt
oeis-research/Amiram Eldar/Let k be the n-th perfect number, a(n) is the least number m such that k*d*m + 1 is prime for all of the proper divisors d of k so their product is a Carmichael number/prog