Aliquot Sequence Research
2.0
Compute properties of the sum-of-proper-divisors function.
|
Config struct for the kparent generalization of the Pollack-Pomerance heuristic model for non-aliquots. More...
#include <pollpom_kparent.h>
Data Fields | |
double * | accum |
uint64_t | bound |
size_t | num_chunks |
size_t | chunk_len |
size_t | buffer_len |
char | filename [128] |
Config struct for the kparent generalization of the Pollack-Pomerance heuristic model for non-aliquots.
pollpom_config_t::accum |
Array where index k holds the summation for kparent numbers.
pollpom_config_t::bound |
Compute the limit upto this bound.
pollpom_config_t::buffer_len |
Size of local sigma buffer.
pollpom_config_t::chunk_len |
Size of chuck to sieve at a time. No sieve currently implemented.
pollpom_config_t::filename |
Name of the file to write the output to
pollpom_config_t::num_chunks |
Computed value, the number of chunks to sieve. No sieve currently implemented.