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.

A073488 Squarefree numbers having exactly two prime gaps.

Original entry on oeis.org

110, 130, 170, 182, 190, 230, 238, 266, 273, 290, 310, 322, 357, 370, 374, 399, 406, 410, 418, 430, 434, 470, 483, 494, 506, 518, 530, 546, 561, 574, 590, 598, 602, 609, 610, 627, 638, 651, 658, 670, 682, 710, 714, 730, 741, 742, 754, 759, 777, 782, 790
Offset: 1

Views

Author

Reinhard Zumkeller, Aug 03 2002

Keywords

Examples

			1430 is a term, as 1430 = 2*5*11*13 with two gaps: between 2 and 5 and between 5 and 11.
		

Crossrefs

Programs

  • Mathematica
    q[n_] := SequenceCount[FactorInteger[n][[;; , 1]], {p1_, p2_} /; p2 != NextPrime[p1], Overlaps -> True] == 2; Select[Range[800], SquareFreeQ[#] && q[#] &] (* Amiram Eldar, Apr 10 2021 *)

Formula

A073484(a(n)) = 2.