Generating Coprime triples

Primes, divisors, arithmetic, number properties, ...
Post Reply
MuthuVeerappanR
Posts: 538
Joined: Sun Mar 22, 2015 2:30 pm
Location: India
Contact:

Generating Coprime triples

Post by MuthuVeerappanR »

Hi All,
I recently solved a problem for which I thought about a coprime-triple-generator. I'm aware of coprime-pair generating algorithms but does a triple-generator exist? Any ideas anyone?

Thanks
Image
It is not knowledge, but the act of learning, not possession but the act of getting there, which grants the greatest enjoyment.
rmetc
Posts: 1
Joined: Sun Dec 03, 2017 1:08 pm

Re: Generating Coprime triples

Post by rmetc »

A method to enumerate all tuples of t pairwise coprime numbers (for any given t) is described here: https://oeis.org/A289815 (with PARI program in Links section).
Post Reply