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.

A136366 Numbers k such that A024530(k) is prime.

Original entry on oeis.org

3, 4, 5, 10, 21, 31, 55, 77, 121, 135, 148, 192, 425, 570, 612, 649, 1293, 2326, 3646
Offset: 1

Views

Author

Alexander Adamchuk, Dec 27 2007

Keywords

Crossrefs

Cf. A024530 (numerator of Sum_{k=1..n} (-1)^k / prime(k)).

Programs

  • Mathematica
    f=0; Do[ p=Prime[n]; f=f + (-1)^(n+1)*1/p; g=Numerator[f] ;If[ PrimeQ[g], Print[ {n, g} ] ], {n, 1, 150} ]

Extensions

a(12)-a(16) from Alexander Adamchuk, Sep 15 2010
a(17)-a(19) from Robert Price, Aug 27 2019