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.

A023517 Greatest prime divisor of prime(n)*prime(n-1) - 1.

Original entry on oeis.org

5, 7, 17, 19, 71, 11, 23, 109, 37, 449, 191, 379, 881, 101, 83, 521, 257, 227, 41, 2591, 31, 149, 1231, 83, 79, 743, 29, 17, 3079, 41, 4159, 997, 9521, 109, 1607, 439, 853, 1361, 107, 397, 167, 3457, 2633, 1901, 1153, 3499, 1307, 2531, 79, 13339, 9281, 929
Offset: 2

Views

Author

Keywords

Crossrefs

Programs

  • PARI
    gpf(x) = {my (f=factor(x)); f[#f[,2],1]};
    a023517(pmax) = {my(pp=2); forprime (p=3, pmax, print1(gpf(pp*p-1),", "); pp=p)};
    a023517(300) \\ Hugo Pfoertner, Oct 09 2022

Extensions

a(1)=2 removed by Sean A. Irvine, Jun 05 2019