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.

A104368 Number of distinct prime factors of A104365(n) = A104350(n) + 1.

Original entry on oeis.org

1, 1, 1, 1, 1, 1, 2, 1, 1, 2, 1, 1, 2, 2, 2, 4, 4, 2, 1, 4, 2, 2, 3, 2, 1, 4, 3, 3, 1, 3, 4, 5, 4, 5, 4, 3, 3, 4, 7, 2, 5, 4, 4, 2, 4, 3, 4, 2, 3, 7, 4, 2, 4, 2, 3, 2, 4, 3, 4, 5, 3, 4, 4, 2, 1, 2, 4, 6, 4, 3, 3, 4, 4, 6, 6, 6, 5, 3, 6, 4, 5, 3, 3, 5, 3, 4, 3, 4, 7, 6, 4, 3, 4, 2, 3, 3, 2, 2, 5, 2, 3, 3, 6, 4, 3, 3, 2, 3, 2, 6
Offset: 1

Views

Author

Reinhard Zumkeller, Mar 06 2005

Keywords

Crossrefs

Programs

  • Mathematica
    A104350[n_] := Product[FactorInteger[k][[-1, 1]], {k, 1, n}]; PrimeNu[
    Table[A104350[n] + 1, {n, 2, 50}]] (* G. C. Greubel, May 10 2017 *)

Formula

a(n) = A001221(A104365(n)).

Extensions

a(51)-a(76) from Amiram Eldar, Feb 12 2020
a(77)-a(81) from Jinyuan Wang, Apr 02 2020
Terms a(82) onward from Max Alekseyev, Oct 03 2022