|
Aliquot Sequence Research
2.0
Compute properties of the sum-of-proper-divisors function.
|
Uses a simple bruteforce method to compute number of preimages for even number upto bound. Useful as a backstop test to the pom_yang algorithm. More...
#include "../inc/bruteforce_kparent.h"#include <assert.h>#include <omp.h>#include "../../factor/factor.h"#include "../inc/math_macros.h"
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... | |
Uses a simple bruteforce method to compute number of preimages for even number upto bound. Useful as a backstop test to the pom_yang algorithm.
| 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