login

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”).

A335561
Odd integers k such that Omega({k, k+2, k+4}) = {6, 7, 8}.
0
558588875, 676594373, 744734975, 861423575, 1047776873, 1126913121, 1319718123, 1321820125, 1409846873, 1504816621, 1747074173, 1993350623, 1994969975, 2368127905, 2452840621, 2543441873, 2653146871, 2796634375, 3041103121, 3052113125, 3283403121, 3310428121
OFFSET
1,1
COMMENTS
Note that k, k+2, k+4 are pairwise coprime for k odd.
PROG
(PARI) is(n)=n%2 && bigomega(n)==6 && bigomega(n+2)==7 && bigomega(n+4)==8 \\ Charles R Greathouse IV, Jun 17 2020
CROSSREFS
Cf. A001222.
Sequence in context: A350136 A234199 A071135 * A303268 A186961 A032755
KEYWORD
nonn
AUTHOR
Zak Seidov, Jun 14 2020
STATUS
approved