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.

A023586 Exponent of least prime factor in prime factorization of 2*prime(n)-1.

Original entry on oeis.org

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

Views

Author

Keywords

Comments

First differs from A023584 at n = 56. - Sean A. Irvine, Jun 07 2019

Crossrefs

Cf. A023854.

Programs

  • PARI
    a(n) = factor(2*prime(n)-1)[1, 2]; \\ Michel Marcus, Jun 08 2019

Extensions

Title corrected by Sean A. Irvine, Jun 07 2019