login
A079877
Numbers that are divisible by at least one pair of twin primes (A001097).
1
15, 30, 35, 45, 60, 70, 75, 90, 105, 120, 135, 140, 143, 150, 165, 175, 180, 195, 210, 225, 240, 245, 255, 270, 280, 285, 286, 300, 315, 323, 330, 345, 350, 360, 375, 385, 390, 405, 420, 429, 435, 450, 455, 465, 480, 490, 495, 510, 525, 540, 555, 560, 570, 572
OFFSET
1,1
COMMENTS
Numbers that are divisible by both primes of some twin-prime pair. Harvey P. Dale, Aug 18 2017
By definition, if k is in the sequence, then so is every positive multiple of k. - Richard Locke Peterson, Aug 17 2017
LINKS
EXAMPLE
429 = 3*11*13 = 3*A001359(3)*A006512(3), therefore 429 is a term.
MATHEMATICA
Select[Range[600], MemberQ[Differences[Transpose[FactorInteger[#]][[1]]], 2]&] (* Harvey P. Dale, Sep 19 2011 *)
KEYWORD
nonn
AUTHOR
Reinhard Zumkeller, Feb 20 2003
EXTENSIONS
Definition clarified by N. J. A. Sloane, Aug 18 2017
Definition further clarified by Sean A. Irvine, Aug 29 2025
STATUS
approved