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

A063465
Number k such that omega(k) = omega(k+3), where omega(k) is the number of distinct prime divisors of k.
1
2, 4, 5, 8, 12, 13, 15, 16, 18, 21, 29, 33, 35, 36, 45, 48, 51, 52, 54, 55, 61, 62, 64, 65, 69, 72, 74, 77, 82, 85, 88, 91, 92, 93, 95, 96, 102, 108, 112, 115, 116, 119, 125, 128, 133, 141, 142, 143, 144, 145, 152, 155, 158, 159, 161, 165, 172, 175, 184, 185, 189
OFFSET
1,1
LINKS
PROG
(PARI) select(m->omega(m) == omega(m + 3), [1..350])
CROSSREFS
Sequence in context: A080588 A032850 A190190 * A287346 A344841 A035001
KEYWORD
nonn
AUTHOR
Jason Earls, Jul 26 2001
STATUS
approved