New v3 FactorDB site is incredibly much faster, ELF data returned almost instantly (transfer above 1MB/s) https://v3.factordb.com/elf.php?type=1&aq=1234567 Two caveats: * some sequences are still "broken" (e.g. 1615920) where the server consistently returns HTTP-500 * differently from previous, if a sequence terminates Prime the last line will contain `1 = 1` after the `<prime> = <prime>` line, for example: ``` 1881 . 12425 = 5^2 * 7 * 71 1882 . 5431 = 5431 1883 . 1 = 1 ```
New v3 FactorDB site is incredibly much faster, ELF data returned almost instantly (transfer above 1MB/s)
https://v3.factordb.com/elf.php?type=1&aq=1234567
Two caveats:
1 = 1after the<prime> = <prime>line, for example: