Aliquot Sequence Research  2.0
Compute properties of the sum-of-proper-divisors function.
Functions
geomean_sn.c File Reference

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"
Include dependency graph for geomean_sn.c:

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.
 

Detailed Description

Runs geomean calculation from [Chum et al.] Sect 2.

Author
Gavin Guinn (gavin.nosp@m.guin.nosp@m.n1@gm.nosp@m.ail..nosp@m.com)
Date
2022-02-18

CITATIONS