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.

A075580 Smallest prime p(k) such that the number of distinct prime divisors of all composite numbers between p(k) and p(k+1) is n.

Original entry on oeis.org

2, 3, 5, 7, 13, 19, 31, 53, 73, 89, 359, 139, 401, 181, 113, 211, 293, 661, 863, 773, 523, 1933, 1831, 1069, 1381, 887, 1637, 1129, 1669, 1951, 4027, 3469, 4177, 6397, 2477, 2971, 5531, 1327, 4297, 4831, 5351, 5591, 9973, 11743, 13187, 8467, 27851, 18803
Offset: 0

Views

Author

Amarnath Murthy, Sep 26 2002

Keywords

Comments

a(10) > a(11).

Crossrefs

Programs

  • Mathematica
    Table[i=1; While[Length[Union[Flatten[Table[First/@FactorInteger[j],{j,(x=Prime[i])+1,NextPrime[x]-1}]]]]!=n,i++]; x,{n,0,47}] (* Jayanta Basu, May 25 2013 *)

Extensions

Corrected and extended by Sam Alexander, Oct 20 2003