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.

A104367 Greatest prime factor of A104365(n) = A104350(n) + 1.

Original entry on oeis.org

2, 3, 7, 13, 61, 181, 97, 2521, 7561, 367, 415801, 1247401, 97103, 594311, 2689891, 269, 415147, 1434493, 1099944846001, 13421, 938977307561, 1687166397251, 6121943187511, 13027211250107, 146100174169950001, 1389833, 10603380543703, 2129284819, 1156675078903494150001, 132597517693, 47172675889, 11159737, 20350106034371
Offset: 1

Views

Author

Reinhard Zumkeller, Mar 06 2005

Keywords

Crossrefs

Programs

  • Mathematica
    a[n_] := FactorInteger[1 + Product[FactorInteger[k][[-1, 1]], {k, 1, n}]][[-1, 1]]; Array[a, 76] (* Amiram Eldar, Feb 12 2020 *)

Formula

a(n) = A006530(A104365(n)).

Extensions

Corrected by T. D. Noe, Nov 15 2006