|
Aliquot Sequence Research
2.0
Compute properties of the sum-of-proper-divisors function.
|
api to brute force number of preimages More...
#include <stdint.h>#include <stdlib.h>

Go to the source code of this file.
Functions | |
| uint8_t * | bf_kparent (size_t bound) |
| compute number of preimages for even number upto bound More... | |
| uint64_t * | bf_kparent_counts (size_t bound) |
| count number of even kparent numbers upto bound More... | |
api to brute force number of preimages
| uint8_t* bf_kparent | ( | size_t | bound | ) |
compute number of preimages for even number upto bound
| bound |
| uint64_t* bf_kparent_counts | ( | size_t | bound | ) |
count number of even kparent numbers upto bound
| bound |
1.8.17