proposed
approved
proposed
approved
editing
proposed
editing
proposed
Felix Fröhlich, <a href="/A154729/b154729.txt">Table of n, a(n) for n = 1..10000</a>
(PARI) fct(n, o=[1])=if(n>1, concat(apply(t->vector(t[2], i, t[1]), Vec(factor(n)~))), o) \\ after M. F. Hasler in A027746
is(n) = my(f=fct(n)); if(#f!=3 || f!=vecsort(f, , 8), return(0), for(k=1, #f, if((f[k]-1)/6!=ceil((f[k]-1)/6), return(0)))); 1 \\ Felix Fröhlich, Jul 07 2021
Products of three distinct primes of the form 6*n k + 1.
Equivalently, products of three distinct primes of the form 3*n k + 1. - Omar E. Pol, Feb 17 2018
The first three primes of the form 6*n k + 1 are 7, 13 and 19, so a(1) = 7*13*19 = 1729. - Omar E. Pol, Feb 17 2018
proposed
editing
editing
proposed
reviewed
approved