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.

A067025 Exponents of prime-powers corresponding to terms of A053705(n)+2.

Original entry on oeis.org

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

Views

Author

Labos Elemer, Dec 29 2001

Keywords

Crossrefs

Programs

  • PARI
    lista(pmax) = {my(f); forprime(p = 2, pmax, f = factor(p+2); if(#f~ == 1 && f[1,2] > 1, print1(f[1,2], ", ")));} \\ Amiram Eldar, Jul 18 2024

Extensions

More terms from Amiram Eldar, Jul 18 2024