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.

Showing 1-2 of 2 results.

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

Original entry on oeis.org

48919, 184171, 218972, 218973, 320085, 320671, 343443, 353944, 397322, 403117, 435721, 492037, 526095, 526096, 526097, 526098, 526099, 534078, 534079, 534080, 583340, 607116, 636332, 693841, 701595, 761492, 822260, 919998, 942528
Offset: 1

Views

Author

Keywords

Crossrefs

Extensions

Offset corrected by Amiram Eldar, Oct 26 2019

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

Original entry on oeis.org

141, 212, 39693, 44360, 44361, 48919, 48920, 48921, 54349, 56014, 56015, 56791, 60044, 65721, 72650, 72651, 73292, 73293, 76581, 76582, 82324, 82325, 86331, 86332, 87758, 87759, 90092, 91814, 91815, 99843, 106249, 112142, 112143, 121594
Offset: 1

Views

Author

Keywords

Crossrefs

Programs

  • Mathematica
    npQ[n_]:=Length[Union[Length[FactorInteger[#]]&/@Range[n,n+7]]]==1
    Select[Range[125000],npQ]  (* Harvey P. Dale, Feb 23 2011 *)

Extensions

Offset corrected by Amiram Eldar, Oct 26 2019
Showing 1-2 of 2 results.