Aliquot Sequence Research
2.0
Compute properties of the sum-of-proper-divisors function.
|
Runs geomean calculation from [Chum et al.] Sect 2. More...
#include <assert.h>
#include <math.h>
#include <omp.h>
#include <stdio.h>
#include <stdlib.h>
#include "../inc/moewsmoews_sieve.h"
#include "../inc/pomyang_kparent.h"
#include "../../factor/factor.h"
#include "../inc/math_macros.h"
Functions | |
void | weighted_geomean (size_t bound, size_t seg_len) |
Computes the geomean of s(n) for even n numbers weighted by the number of aliquot parents. | |
void | geomean (size_t bound, size_t seg_len) |
Computes the geomean of s(n) for even n numbers. | |
int | main (int argc, char const *argv[]) |
CLI to geometric mean calculation. | |