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 14:10:18
6- # 199cb8d0-0b97 -11ea-05d0-93296b381fc2
5+ # Version of: UTC 2019-11-20 15:07:53
6+ # 24c55840-0b9f -11ea-27c9-d5ba574f99c5
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,6 +214,21 @@ 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,
217232 isAbundant,
218233 isCarmichael,
219234 isComposite,
@@ -273,7 +288,6 @@ export AltCoeffs,
273288 L000045,
274289 R000045,
275290 V000045,
276- is000045,
277291 V000055,
278292 G000073,
279293 L000073,
@@ -425,7 +439,6 @@ export AltCoeffs,
425439 I005101,
426440 L005101,
427441 V005101,
428- is005101,
429442 L005117,
430443 V005187,
431444 L005411,
@@ -445,9 +458,7 @@ export AltCoeffs,
445458 G006318,
446459 L006318,
447460 V006519,
448- is206864,
449461 L006922,
450- is206942,
451462 V007060,
452463 T007318,
453464 L007522,
@@ -524,13 +535,10 @@ export AltCoeffs,
524535 L023021,
525536 L025035,
526537 L025036,
527- is325143,
528- is325145,
529538 L025528,
530539 V026791,
531540 V027641,
532541 V027642,
533- is327988,
534542 L028296,
535543 L031363,
536544 V032031,
@@ -630,7 +638,6 @@ export AltCoeffs,
630638 I083207,
631639 L083207,
632640 V083207,
633- is083207,
634641 V083652,
635642 L084916,
636643 T084938,
@@ -642,7 +649,6 @@ export AltCoeffs,
642649 L089270,
643650 T090238,
644651 T090981,
645- is293654,
646652 L094088,
647653 L094587,
648654 M094587,
@@ -651,7 +657,6 @@ export AltCoeffs,
651657 T094665,
652658 V095350,
653659 V095794,
654- is296095,
655660 L096727,
656661 V097383,
657662 L097805,
@@ -663,11 +668,6 @@ export AltCoeffs,
663668 V097805,
664669 V099022,
665670 T099174,
666- is299498,
667- is299733,
668- is299928,
669- is299929,
670- is299930,
671671 A101880,
672672 V102376,
673673 T104556,
@@ -2631,7 +2631,7 @@ end
26312631Return a list of pairs ``(x, y)`` given by the boustrophedonic Rosenberg-Strong enumeration.
26322632$(SIGNATURES)
26332633"""
2634- L319514 (len) = [V319514 (n) for n ∈ 0 : len- 1 ]
2634+ L319514 (len) = [V319514 (n) for n ��� 0 : len- 1 ]
26352635# *** CarmichaelNumbers.jl ****************
26362636"""
26372637
@@ -6261,7 +6261,7 @@ $(SIGNATURES)
62616261function mods (b, a)
62626262 b == 0 && return a
62636263 h = a >> 1
6264- (q, r) = divrem (b, a)
6264+ (q, r) = Nemo . divrem (b, a)
62656265 if h < r
62666266 r -= a
62676267 end
0 commit comments