Help for this page

Select Code to Download


  1. or download this
    (1..17);
    (25..42);
    (44..50);
    
  2. or download this
    m = 12;
    n = 62;
    
  3. or download this
    (12..17);   # sublist of the 1st list
    (18..24);   # gap-filling list
    ...
    (43);       # gap-filling list
    (44..50);   # entirety of the 3rd list
    (51..62);   # integers needed above highest list