Skip to content

Commit bc341e0

Browse files
committed
isb
1 parent ec33c79 commit bc341e0

5 files changed

Lines changed: 71 additions & 71 deletions

File tree

docs/src/index.md

Lines changed: 45 additions & 45 deletions
Original file line numberDiff line numberDiff line change
@@ -610,51 +610,6 @@ divisors
610610
fromΔ
611611
```
612612
```@docs
613-
is000045
614-
```
615-
```@docs
616-
is005101
617-
```
618-
```@docs
619-
is083207
620-
```
621-
```@docs
622-
is206864
623-
```
624-
```@docs
625-
is206942
626-
```
627-
```@docs
628-
is293654
629-
```
630-
```@docs
631-
is296095
632-
```
633-
```@docs
634-
is299498
635-
```
636-
```@docs
637-
is299733
638-
```
639-
```@docs
640-
is299928
641-
```
642-
```@docs
643-
is299929
644-
```
645-
```@docs
646-
is299930
647-
```
648-
```@docs
649-
is325143
650-
```
651-
```@docs
652-
is325145
653-
```
654-
```@docs
655-
is327988
656-
```
657-
```@docs
658613
isAbundant
659614
```
660615
```@docs
@@ -832,6 +787,9 @@ R000045
832787
V000045
833788
```
834789
```@docs
790+
is000045
791+
```
792+
```@docs
835793
V000055
836794
```
837795
```@docs
@@ -1285,6 +1243,9 @@ L005101
12851243
V005101
12861244
```
12871245
```@docs
1246+
is005101
1247+
```
1248+
```@docs
12881249
L005117
12891250
```
12901251
```@docs
@@ -1342,9 +1303,15 @@ L006318
13421303
V006519
13431304
```
13441305
```@docs
1306+
is206864
1307+
```
1308+
```@docs
13451309
L006922
13461310
```
13471311
```@docs
1312+
is206942
1313+
```
1314+
```@docs
13481315
V007060
13491316
```
13501317
```@docs
@@ -1573,6 +1540,12 @@ L025035
15731540
L025036
15741541
```
15751542
```@docs
1543+
is325143
1544+
```
1545+
```@docs
1546+
is325145
1547+
```
1548+
```@docs
15761549
L025528
15771550
```
15781551
```@docs
@@ -1585,6 +1558,9 @@ V027641
15851558
V027642
15861559
```
15871560
```@docs
1561+
is327988
1562+
```
1563+
```@docs
15881564
L028296
15891565
```
15901566
```@docs
@@ -1882,6 +1858,9 @@ L083207
18821858
V083207
18831859
```
18841860
```@docs
1861+
is083207
1862+
```
1863+
```@docs
18851864
V083652
18861865
```
18871866
```@docs
@@ -1915,6 +1894,9 @@ T090238
19151894
T090981
19161895
```
19171896
```@docs
1897+
is293654
1898+
```
1899+
```@docs
19181900
L094088
19191901
```
19201902
```@docs
@@ -1939,6 +1921,9 @@ V095350
19391921
V095794
19401922
```
19411923
```@docs
1924+
is296095
1925+
```
1926+
```@docs
19421927
L096727
19431928
```
19441929
```@docs
@@ -1972,6 +1957,21 @@ V099022
19721957
T099174
19731958
```
19741959
```@docs
1960+
is299498
1961+
```
1962+
```@docs
1963+
is299733
1964+
```
1965+
```@docs
1966+
is299928
1967+
```
1968+
```@docs
1969+
is299929
1970+
```
1971+
```@docs
1972+
is299930
1973+
```
1974+
```@docs
19751975
A101880
19761976
```
19771977
```@docs

src/BuildSequences.jl

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -91,12 +91,12 @@ function sortnames()
9191
if occursin(r"^[ACFGILMPRSTV][0-9]{6},$", l)
9292
c = 0
9393
end
94-
#if occursin(r"^is[0-9]{6},$", l)
95-
#|| occursin(r"^TL[0-9]{6},$", l)
94+
if occursin(r"^is[0-9]{6},$", l)
95+
#|| occursin(r"^TL[0-9]{6},$", l)
9696
#|| occursin(r"^TF[0-9]{6},$", l)
97-
# i = 2
98-
# c = 0
99-
#end
97+
i = 2
98+
c = 0
99+
end
100100

101101
c == 2 && (print(sindex, l); continue)
102102

src/IntegerSequences.jl

Lines changed: 17 additions & 17 deletions
Original file line numberDiff line numberDiff line change
@@ -2,8 +2,8 @@
22
# Copyright Peter Luschny. License is MIT.
33
# This file includes parts from Combinatorics.jl in modified form.
44

5-
# Version of: UTC 2019-11-20 15:07:53
6-
# 24c55840-0b9f-11ea-27c9-d5ba574f99c5
5+
# Version of: UTC 2019-11-20 15:32:42
6+
# 9c370380-0ba2-11ea-2de6-279c0f3a4284
77

88
# Do not edit this file, it is generated from the modules and will be overwritten!
99
# Edit the modules in the src directory and build this file with BuildSequences.jl!
@@ -214,21 +214,6 @@ export AltCoeffs,
214214
data_installed,
215215
divisors,
216216
fromΔ,
217-
is000045,
218-
is005101,
219-
is083207,
220-
is206864,
221-
is206942,
222-
is293654,
223-
is296095,
224-
is299498,
225-
is299733,
226-
is299928,
227-
is299929,
228-
is299930,
229-
is325143,
230-
is325145,
231-
is327988,
232217
isAbundant,
233218
isCarmichael,
234219
isComposite,
@@ -288,6 +273,7 @@ export AltCoeffs,
288273
L000045,
289274
R000045,
290275
V000045,
276+
is000045,
291277
V000055,
292278
G000073,
293279
L000073,
@@ -439,6 +425,7 @@ export AltCoeffs,
439425
I005101,
440426
L005101,
441427
V005101,
428+
is005101,
442429
L005117,
443430
V005187,
444431
L005411,
@@ -458,7 +445,9 @@ export AltCoeffs,
458445
G006318,
459446
L006318,
460447
V006519,
448+
is206864,
461449
L006922,
450+
is206942,
462451
V007060,
463452
T007318,
464453
L007522,
@@ -535,10 +524,13 @@ export AltCoeffs,
535524
L023021,
536525
L025035,
537526
L025036,
527+
is325143,
528+
is325145,
538529
L025528,
539530
V026791,
540531
V027641,
541532
V027642,
533+
is327988,
542534
L028296,
543535
L031363,
544536
V032031,
@@ -638,6 +630,7 @@ export AltCoeffs,
638630
I083207,
639631
L083207,
640632
V083207,
633+
is083207,
641634
V083652,
642635
L084916,
643636
T084938,
@@ -649,6 +642,7 @@ export AltCoeffs,
649642
L089270,
650643
T090238,
651644
T090981,
645+
is293654,
652646
L094088,
653647
L094587,
654648
M094587,
@@ -657,6 +651,7 @@ export AltCoeffs,
657651
T094665,
658652
V095350,
659653
V095794,
654+
is296095,
660655
L096727,
661656
V097383,
662657
L097805,
@@ -668,6 +663,11 @@ export AltCoeffs,
668663
V097805,
669664
V099022,
670665
T099174,
666+
is299498,
667+
is299733,
668+
is299928,
669+
is299929,
670+
is299930,
671671
A101880,
672672
V102376,
673673
T104556,

test/perftests.jl

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2,8 +2,8 @@
22
# Copyright Peter Luschny. License is MIT.
33
# This file includes parts from Combinatorics.jl in modified form.
44

5-
# Version of: UTC 2019-11-20 15:07:53
6-
# 24cde3c0-0b9f-11ea-040e-a9dd741fd197
5+
# Version of: UTC 2019-11-20 15:32:42
6+
# 9c3f19d0-0ba2-11ea-197e-a72149f5f747
77

88
# Do not edit this file, it is generated from the modules and will be overwritten!
99
# Edit the modules in the src directory and build this file with BuildSequences.jl!

test/runtests.jl

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2,8 +2,8 @@
22
# Copyright Peter Luschny. License is MIT.
33
# This file includes parts from Combinatorics.jl in modified form.
44

5-
# Version of: UTC 2019-11-20 15:07:53
6-
# 24cb4bb0-0b9f-11ea-0956-99e8e8d5a0be
5+
# Version of: UTC 2019-11-20 15:32:42
6+
# 9c3c81c0-0ba2-11ea-27dc-d95019c24b4a
77

88
# Do not edit this file, it is generated from the modules and will be overwritten!
99
# Edit the modules in the src directory and build this file with BuildSequences.jl!

0 commit comments

Comments
 (0)