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.

A251619 Smallest prime factor of smallest multiple of prime(n) in A098550.

Original entry on oeis.org

2, 3, 3, 2, 2, 3, 3, 2, 3, 3, 2, 2, 3, 2, 2, 2, 2, 2, 3, 2, 2, 2, 3, 2, 3, 2, 2, 2, 2, 2, 2, 2, 2, 2, 2, 2, 2, 2, 2, 2, 2, 2, 2, 2, 2, 2, 2, 2, 2, 2, 2, 2, 2, 2, 2, 2, 2, 2, 2, 2, 2, 2, 2, 2, 2, 2, 2, 2, 2, 2, 2, 2, 2, 2, 2, 2, 2, 2, 2, 2, 2, 2, 2, 2, 2, 2
Offset: 1

Views

Author

Reinhard Zumkeller, Dec 07 2014

Keywords

Comments

a(n) = A020639(A251618(n));
for n > 2: a(n) = A251715(n,1);
conjecture: for n > 2: a(n) = 2 or a(n) = 3;
conjecture: for n > 25: a(n) = 2.

Crossrefs

Programs

  • Haskell
    a251619 = a020639 . fromIntegral . a251618