https://github.com/vrandezo/aliquot
Calculates aliquot sequences
https://github.com/vrandezo/aliquot
Last synced: 3 months ago
JSON representation
Calculates aliquot sequences
- Host: GitHub
- URL: https://github.com/vrandezo/aliquot
- Owner: vrandezo
- License: apache-2.0
- Created: 2024-01-28T06:47:48.000Z (over 1 year ago)
- Default Branch: main
- Last Pushed: 2024-01-28T18:13:36.000Z (over 1 year ago)
- Last Synced: 2025-01-19T09:16:39.560Z (5 months ago)
- Language: JavaScript
- Size: 499 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# Calculates the Aliquot sequence
Six implementations. See blog post here:
http://simia.net/wiki/Playing_around_with_AliquotThe code in aliquot6 is from here:
https://github.com/cryptool-org/cto/blob/master/_ctoApps/factorization/src/msieve/worker/msieve.jsPublished under Apache-2.
The compiled wasm file is from here:
https://github.com/cryptool-org/cto/blob/master/_ctoApps/factorization/src/msieve/worker/msieve.wasmThat's a compilation to WASM of the msieve project from here:
https://sourceforge.net/projects/msieve/msieve is in the public domain.
To run any of the scripts, run
node aliquot6.js
Merely a reasonably recent node is required, no further prerequisites.
If you want to start from a different number, change the last line of the code.