-
Notifications
You must be signed in to change notification settings - Fork 2
Home
Hugo van der Sanden edited this page Apr 11, 2024
·
5 revisions
The C and Perl code in this repository provides a variety of resources aimed at finding values of OEIS sequences such as A292580, the values
The Perl code (which also includes some inline C) searches for values of this sequence and several similar sequences of arithmetic progressions ("AP") of numbers sharing divisor-related characteristics. Most of the Perl programs accept a "type" option (-y<type>) that specifies which sequence type to consider:
- option -yo, module
Type::OneSeq
,$\min d: \forall i: 0 <= i < k \implies \tau(d + i) = n$ -
- C executable
pcoul
- C executable
- option -yt, module
Type::TauSeq
,$\min d: \forall i: 0 <= i < k \implies \tau(n + id) = \tau(n)$ - option -ya, module
Type::AddSeq
,$\min d: \forall i: 0 <= i < k \implies \tau(d + in) = n$ -
- C executable
pcaul
- C executable
- option -yr, module
Type::Track
,$\min d: \forall i: 0 <= i < k \implies \tau(n+i) = \tau(d+i), d \ne n$ -
- C executable
pcrul
- C executable
- option -ys, module
Type::Semip
,$\min d: \forall i: 0 <= i < k \implies d + in$ is a semiprime (of the form$pq$ or$p^2$ ) - option -yd, module
Type::AscDPrime
, AP with minimum start point, fixed difference, $i$th element has$i$ distinct prime factors - option -yn, module
Type::AscNPrime
, AP with minimum start point, fixed difference, $i$th element has$i$ prime factors with multiplicity