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.

A045932 Numbers n such that n through n+3 are divisible by the same number of distinct primes.

Original entry on oeis.org

2, 33, 54, 55, 74, 85, 91, 92, 93, 115, 116, 133, 141, 142, 143, 144, 145, 158, 159, 175, 200, 205, 206, 212, 213, 214, 215, 216, 247, 295, 296, 301, 302, 323, 324, 325, 326, 332, 391, 392, 422, 445, 451, 535, 536, 542, 565, 632, 685, 686, 721, 722, 799, 800
Offset: 1

Views

Author

Keywords

Crossrefs

Programs

  • Mathematica
    Transpose[Select[Partition[Range[900],4,1],Length[Union[PrimeNu[#]]] == 1&]][[1]] (* Harvey P. Dale, Apr 12 2013 *)