cp's OEIS Frontend

This is a front-end for the Online Encyclopedia of Integer Sequences, made by Christian Perfect. The idea is to provide OEIS entries in non-ancient HTML, and then to think about how they're presented visually. The source code is on GitHub.

A079877 Numbers that are divisible by at least one pair of twin primes (A001097).

Original entry on oeis.org

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

Views

Author

Reinhard Zumkeller, Feb 20 2003

Keywords

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

Examples

			429 = 3*11*13 = 3*A001359(3)*A006512(3), therefore 429 is a term.
		

Crossrefs

Programs

  • Mathematica
    Select[Range[600],MemberQ[Differences[Transpose[FactorInteger[#]][[1]]], 2]&] (* Harvey P. Dale, Sep 19 2011 *)

Extensions

Definition clarified by N. J. A. Sloane, Aug 18 2017
Definition further clarified by Sean A. Irvine, Aug 29 2025