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.

A125707 Numbers k such that A024528(k) is prime.

Original entry on oeis.org

1, 2, 3, 4, 5, 7, 14, 15, 17, 23, 32, 36, 42, 309, 1384, 1588, 5631, 11226
Offset: 1

Views

Author

Alexander Adamchuk, Feb 01 2007

Keywords

Crossrefs

Programs

  • Mathematica
    f=1;Do[p=Prime[n];f=f+1/p;g=Numerator[f];If[PrimeQ[g],Print[{n,p,g}]],{n,1,50}]

Extensions

a(14)-a(16) from Ryan Propper, Feb 11 2008
a(17)-a(18) from Michael S. Branicky, Apr 27 2025