Year-end appeal: Please make a donation to the OEIS Foundation to support ongoing development and maintenance of the OEIS. We are now in our 61st year, we have over 378,000 sequences, and we’ve reached 11,000 citations (which often say “discovered thanks to the OEIS”).
%I #16 Jun 17 2020 10:29:28
%S 558588875,676594373,744734975,861423575,1047776873,1126913121,
%T 1319718123,1321820125,1409846873,1504816621,1747074173,1993350623,
%U 1994969975,2368127905,2452840621,2543441873,2653146871,2796634375,3041103121,3052113125,3283403121,3310428121
%N Odd integers k such that Omega({k, k+2, k+4}) = {6, 7, 8}.
%C Note that k, k+2, k+4 are pairwise coprime for k odd.
%o (PARI) is(n)=n%2 && bigomega(n)==6 && bigomega(n+2)==7 && bigomega(n+4)==8 \\ _Charles R Greathouse IV_, Jun 17 2020
%Y Cf. A001222.
%K nonn
%O 1,1
%A _Zak Seidov_, Jun 14 2020