-
Notifications
You must be signed in to change notification settings - Fork 0
/
index.ts
319 lines (317 loc) · 15.9 KB
/
index.ts
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
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
162
163
164
165
166
167
168
169
170
171
172
173
174
175
176
177
178
179
180
181
182
183
184
185
186
187
188
189
190
191
192
193
194
195
196
197
198
199
200
201
202
203
204
205
206
207
208
209
210
211
212
213
214
215
216
217
218
219
220
221
222
223
224
225
226
227
228
229
230
231
232
233
234
235
236
237
238
239
240
241
242
243
244
245
246
247
248
249
250
251
252
253
254
255
256
257
258
259
260
261
262
263
264
265
266
267
268
269
270
271
272
273
274
275
276
277
278
279
280
281
282
283
284
285
286
287
288
289
290
291
292
293
294
295
296
297
298
299
300
301
302
303
304
305
306
307
308
309
310
311
312
313
314
315
316
317
318
319
import version from './version'
class jisg {
static get version(): string {
return version
}
}
export { jisg, version }
export { default as A000001 } from './oeis/A000001'
export { default as A000002 } from './oeis/A000002'
export { default as A000003 } from './oeis/A000003'
export { default as A000004 } from './oeis/A000004'
export { default as A000005 } from './oeis/A000005'
export { default as A000006 } from './oeis/A000006'
export { default as A000007 } from './oeis/A000007'
export { default as A000008 } from './oeis/A000008'
export { default as A000009 } from './oeis/A000009'
export { default as A000010 } from './oeis/A000010'
export { default as A000011 } from './oeis/A000011'
export { default as A000012 } from './oeis/A000012'
export { default as A000013 } from './oeis/A000013'
export { default as A000014 } from './oeis/A000014'
export { default as A000015 } from './oeis/A000015'
export { default as A000016 } from './oeis/A000016'
export { default as A000017 } from './oeis/A000017'
export { default as A000018 } from './oeis/A000018'
export { default as A000019 } from './oeis/A000019'
export { default as A000020 } from './oeis/A000020'
export { default as A000021 } from './oeis/A000021'
export { default as A000022 } from './oeis/A000022'
export { default as A000023 } from './oeis/A000023'
export { default as A000024 } from './oeis/A000024'
export { default as A000025 } from './oeis/A000025'
export { default as A000026 } from './oeis/A000026'
export { default as A000027 } from './oeis/A000027'
export { default as A000028 } from './oeis/A000028'
export { default as A000029 } from './oeis/A000029'
export { default as A000030 } from './oeis/A000030'
export { default as A000031 } from './oeis/A000031'
export { default as A000032 } from './oeis/A000032'
export { default as A000033 } from './oeis/A000033'
export { default as A000034 } from './oeis/A000034'
export { default as A000035 } from './oeis/A000035'
export { default as A000036 } from './oeis/A000036'
export { default as A000037 } from './oeis/A000037'
export { default as A000038 } from './oeis/A000038'
export { default as A000039 } from './oeis/A000039'
export { default as A000040 } from './oeis/A000040'
export { default as A000041 } from './oeis/A000041'
export { default as A000042 } from './oeis/A000042'
export { default as A000043 } from './oeis/A000043'
export { default as A000044 } from './oeis/A000044'
export { default as A000045 } from './oeis/A000045'
export { default as A000046 } from './oeis/A000046'
export { default as A000047 } from './oeis/A000047'
export { default as A000048 } from './oeis/A000048'
export { default as A000049 } from './oeis/A000049'
export { default as A000050 } from './oeis/A000050'
export { default as A000051 } from './oeis/A000051'
export { default as A000052 } from './oeis/A000052'
export { default as A000053 } from './oeis/A000053'
export { default as A000054 } from './oeis/A000054'
export { default as A000055 } from './oeis/A000055'
export { default as A000056 } from './oeis/A000056'
export { default as A000057 } from './oeis/A000057'
export { default as A000058 } from './oeis/A000058'
export { default as A000059 } from './oeis/A000059'
export { default as A000060 } from './oeis/A000060'
export { default as A000061 } from './oeis/A000061'
export { default as A000062 } from './oeis/A000062'
export { default as A000063 } from './oeis/A000063'
export { default as A000064 } from './oeis/A000064'
export { default as A000065 } from './oeis/A000065'
export { default as A000066 } from './oeis/A000066'
export { default as A000067 } from './oeis/A000067'
export { default as A000068 } from './oeis/A000068'
export { default as A000069 } from './oeis/A000069'
export { default as A000070 } from './oeis/A000070'
export { default as A000071 } from './oeis/A000071'
export { default as A000072 } from './oeis/A000072'
export { default as A000073 } from './oeis/A000073'
export { default as A000074 } from './oeis/A000074'
export { default as A000075 } from './oeis/A000075'
export { default as A000076 } from './oeis/A000076'
export { default as A000077 } from './oeis/A000077'
export { default as A000078 } from './oeis/A000078'
export { default as A000079 } from './oeis/A000079'
export { default as A000080 } from './oeis/A000080'
export { default as A000081 } from './oeis/A000081'
export { default as A000082 } from './oeis/A000082'
export { default as A000083 } from './oeis/A000083'
export { default as A000084 } from './oeis/A000084'
export { default as A000085 } from './oeis/A000085'
export { default as A000086 } from './oeis/A000086'
export { default as A000087 } from './oeis/A000087'
export { default as A000088 } from './oeis/A000088'
export { default as A000089 } from './oeis/A000089'
export { default as A000090 } from './oeis/A000090'
export { default as A000091 } from './oeis/A000091'
export { default as A000092 } from './oeis/A000092'
export { default as A000093 } from './oeis/A000093'
export { default as A000094 } from './oeis/A000094'
export { default as A000095 } from './oeis/A000095'
export { default as A000096 } from './oeis/A000096'
export { default as A000097 } from './oeis/A000097'
export { default as A000098 } from './oeis/A000098'
export { default as A000099 } from './oeis/A000099'
export { default as A000100 } from './oeis/A000100'
export { default as A000101 } from './oeis/A000101'
export { default as A000102 } from './oeis/A000102'
export { default as A000103 } from './oeis/A000103'
export { default as A000104 } from './oeis/A000104'
export { default as A000105 } from './oeis/A000105'
export { default as A000106 } from './oeis/A000106'
export { default as A000107 } from './oeis/A000107'
export { default as A000108 } from './oeis/A000108'
export { default as A000109 } from './oeis/A000109'
export { default as A000110 } from './oeis/A000110'
export { default as A000111 } from './oeis/A000111'
export { default as A000112 } from './oeis/A000112'
export { default as A000113 } from './oeis/A000113'
export { default as A000114 } from './oeis/A000114'
export { default as A000115 } from './oeis/A000115'
export { default as A000116 } from './oeis/A000116'
export { default as A000117 } from './oeis/A000117'
export { default as A000118 } from './oeis/A000118'
export { default as A000119 } from './oeis/A000119'
export { default as A000120 } from './oeis/A000120'
export { default as A000121 } from './oeis/A000121'
export { default as A000122 } from './oeis/A000122'
export { default as A000123 } from './oeis/A000123'
export { default as A000124 } from './oeis/A000124'
export { default as A000125 } from './oeis/A000125'
export { default as A000126 } from './oeis/A000126'
export { default as A000127 } from './oeis/A000127'
export { default as A000128 } from './oeis/A000128'
export { default as A000129 } from './oeis/A000129'
export { default as A000130 } from './oeis/A000130'
export { default as A000131 } from './oeis/A000131'
export { default as A000132 } from './oeis/A000132'
export { default as A000133 } from './oeis/A000133'
export { default as A000134 } from './oeis/A000134'
export { default as A000135 } from './oeis/A000135'
export { default as A000136 } from './oeis/A000136'
export { default as A000137 } from './oeis/A000137'
export { default as A000138 } from './oeis/A000138'
export { default as A000139 } from './oeis/A000139'
export { default as A000140 } from './oeis/A000140'
export { default as A000141 } from './oeis/A000141'
export { default as A000142 } from './oeis/A000142'
export { default as A000143 } from './oeis/A000143'
export { default as A000144 } from './oeis/A000144'
export { default as A000145 } from './oeis/A000145'
export { default as A000146 } from './oeis/A000146'
export { default as A000147 } from './oeis/A000147'
export { default as A000148 } from './oeis/A000148'
export { default as A000149 } from './oeis/A000149'
export { default as A000150 } from './oeis/A000150'
export { default as A000151 } from './oeis/A000151'
export { default as A000152 } from './oeis/A000152'
export { default as A000153 } from './oeis/A000153'
export { default as A000154 } from './oeis/A000154'
export { default as A000155 } from './oeis/A000155'
export { default as A000156 } from './oeis/A000156'
export { default as A000157 } from './oeis/A000157'
export { default as A000158 } from './oeis/A000158'
export { default as A000159 } from './oeis/A000159'
export { default as A000160 } from './oeis/A000160'
export { default as A000161 } from './oeis/A000161'
export { default as A000162 } from './oeis/A000162'
export { default as A000163 } from './oeis/A000163'
export { default as A000164 } from './oeis/A000164'
export { default as A000165 } from './oeis/A000165'
export { default as A000166 } from './oeis/A000166'
export { default as A000167 } from './oeis/A000167'
export { default as A000168 } from './oeis/A000168'
export { default as A000169 } from './oeis/A000169'
export { default as A000170 } from './oeis/A000170'
export { default as A000171 } from './oeis/A000171'
export { default as A000172 } from './oeis/A000172'
export { default as A000173 } from './oeis/A000173'
export { default as A000174 } from './oeis/A000174'
export { default as A000175 } from './oeis/A000175'
export { default as A000176 } from './oeis/A000176'
export { default as A000177 } from './oeis/A000177'
export { default as A000178 } from './oeis/A000178'
export { default as A000179 } from './oeis/A000179'
export { default as A000180 } from './oeis/A000180'
export { default as A000181 } from './oeis/A000181'
export { default as A000182 } from './oeis/A000182'
export { default as A000183 } from './oeis/A000183'
export { default as A000184 } from './oeis/A000184'
export { default as A000185 } from './oeis/A000185'
export { default as A000186 } from './oeis/A000186'
export { default as A000187 } from './oeis/A000187'
export { default as A000188 } from './oeis/A000188'
export { default as A000189 } from './oeis/A000189'
export { default as A000190 } from './oeis/A000190'
export { default as A000191 } from './oeis/A000191'
export { default as A000192 } from './oeis/A000192'
export { default as A000193 } from './oeis/A000193'
export { default as A000194 } from './oeis/A000194'
export { default as A000195 } from './oeis/A000195'
export { default as A000196 } from './oeis/A000196'
export { default as A000197 } from './oeis/A000197'
export { default as A000198 } from './oeis/A000198'
export { default as A000199 } from './oeis/A000199'
export { default as A000200 } from './oeis/A000200'
export { default as A000201 } from './oeis/A000201'
export { default as A000202 } from './oeis/A000202'
export { default as A000203 } from './oeis/A000203'
export { default as A000204 } from './oeis/A000204'
export { default as A000205 } from './oeis/A000205'
export { default as A000206 } from './oeis/A000206'
export { default as A000207 } from './oeis/A000207'
export { default as A000208 } from './oeis/A000208'
export { default as A000209 } from './oeis/A000209'
export { default as A000210 } from './oeis/A000210'
export { default as A000211 } from './oeis/A000211'
export { default as A000212 } from './oeis/A000212'
export { default as A000213 } from './oeis/A000213'
export { default as A000214 } from './oeis/A000214'
export { default as A000215 } from './oeis/A000215'
export { default as A000216 } from './oeis/A000216'
export { default as A000217 } from './oeis/A000217'
export { default as A000218 } from './oeis/A000218'
export { default as A000219 } from './oeis/A000219'
export { default as A000220 } from './oeis/A000220'
export { default as A000221 } from './oeis/A000221'
export { default as A000222 } from './oeis/A000222'
export { default as A000223 } from './oeis/A000223'
export { default as A000224 } from './oeis/A000224'
export { default as A000225 } from './oeis/A000225'
export { default as A000226 } from './oeis/A000226'
export { default as A000227 } from './oeis/A000227'
export { default as A000228 } from './oeis/A000228'
export { default as A000229 } from './oeis/A000229'
export { default as A000230 } from './oeis/A000230'
export { default as A000231 } from './oeis/A000231'
export { default as A000232 } from './oeis/A000232'
export { default as A000233 } from './oeis/A000233'
export { default as A000234 } from './oeis/A000234'
export { default as A000235 } from './oeis/A000235'
export { default as A000236 } from './oeis/A000236'
export { default as A000237 } from './oeis/A000237'
export { default as A000238 } from './oeis/A000238'
export { default as A000239 } from './oeis/A000239'
export { default as A000240 } from './oeis/A000240'
export { default as A000241 } from './oeis/A000241'
export { default as A000242 } from './oeis/A000242'
export { default as A000243 } from './oeis/A000243'
export { default as A000244 } from './oeis/A000244'
export { default as A000245 } from './oeis/A000245'
export { default as A000246 } from './oeis/A000246'
export { default as A000247 } from './oeis/A000247'
export { default as A000248 } from './oeis/A000248'
export { default as A000249 } from './oeis/A000249'
export { default as A000250 } from './oeis/A000250'
export { default as A000251 } from './oeis/A000251'
export { default as A000252 } from './oeis/A000252'
export { default as A000253 } from './oeis/A000253'
export { default as A000254 } from './oeis/A000254'
export { default as A000255 } from './oeis/A000255'
export { default as A000290 } from './oeis/A000290'
export { default as A000292 } from './oeis/A000292'
export { default as A000330 } from './oeis/A000330'
export { default as A000333 } from './oeis/A000333'
export { default as A000400 } from './oeis/A000400'
export { default as A000420 } from './oeis/A000420'
export { default as A000444 } from './oeis/A000444'
export { default as A000555 } from './oeis/A000555'
export { default as A000578 } from './oeis/A000578'
export { default as A000666 } from './oeis/A000666'
export { default as A000668 } from './oeis/A000668'
export { default as A000777 } from './oeis/A000777'
export { default as A000888 } from './oeis/A000888'
export { default as A000999 } from './oeis/A000999'
export { default as A001105 } from './oeis/A001105'
export { default as A001223 } from './oeis/A001223'
export { default as A001462 } from './oeis/A001462'
export { default as A001694 } from './oeis/A001694'
export { default as A001969 } from './oeis/A001969'
export { default as A002024 } from './oeis/A002024'
export { default as A002110 } from './oeis/A002110'
export { default as A002321 } from './oeis/A002321'
export { default as A002997 } from './oeis/A002997'
export { default as A003238 } from './oeis/A003238'
export { default as A005132 } from './oeis/A005132'
export { default as A005150 } from './oeis/A005150'
export { default as A005408 } from './oeis/A005408'
export { default as A005479 } from './oeis/A005479'
export { default as A005843 } from './oeis/A005843'
export { default as A006530 } from './oeis/A006530'
export { default as A006753 } from './oeis/A006753'
export { default as A007318 } from './oeis/A007318'
export { default as A007953 } from './oeis/A007953'
export { default as A007954 } from './oeis/A007954'
export { default as A008284 } from './oeis/A008284'
export { default as A008683 } from './oeis/A008683'
export { default as A010051 } from './oeis/A010051'
export { default as A010054 } from './oeis/A010054'
export { default as A019506 } from './oeis/A019506'
export { default as A051023 } from './oeis/A051023'
export { default as A053669 } from './oeis/A053669'
export { default as A059252 } from './oeis/A059252'
export { default as A060843 } from './oeis/A060843'
export { default as A063737 } from './oeis/A063737'
export { default as A084556 } from './oeis/A084556'
export { default as A090822 } from './oeis/A090822'
export { default as A093907 } from './oeis/A093907'
export { default as A123456 } from './oeis/A123456'
export { default as A134816 } from './oeis/A134816'
export { default as A235921 } from './oeis/A235921'
export { default as A236432 } from './oeis/A236432'
export { default as A236454 } from './oeis/A236454'
export { default as A246655 } from './oeis/A246655'
export { default as A342585 } from './oeis/A342585'
export { default as randint } from './extra/randint'