A137621 Divisors of nonprimes not occurring earlier.
1, 2, 4, 3, 6, 8, 9, 5, 10, 12, 7, 14, 15, 16, 18, 20, 21, 11, 22, 24, 25, 13, 26, 27, 28, 30, 32, 33, 17, 34, 35, 36, 19, 38, 39, 40, 42, 44, 45, 23, 46, 48, 49, 50, 51, 52, 54, 55, 56, 57, 29, 58, 60, 31, 62, 63, 64, 65, 66, 68, 69, 70, 72, 37, 74, 75, 76, 77, 78, 80, 81, 41
Offset: 1
Keywords
Examples
1;2,4;3,6;8;9;5,10;12;7,14;15;16;18;20;21;11,22;24; .. .
Links
Programs
-
Mathematica
s={};Do[If[!PrimeQ[n],s=Join[s,Complement[Divisors[n],s]]],{n,81}];s (* James C. McMahon, Jun 01 2025 *)
Comments