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.

A083376 Numbers k such that A053664(k) is prime.

Original entry on oeis.org

2, 3, 4, 5, 6, 7, 9, 18, 23, 27, 63, 105, 164, 189, 214, 1467, 3666, 3838
Offset: 1

Views

Author

Farideh Firoozbakht, Jun 05 2003

Keywords

Crossrefs

Cf. A053664.

Programs

  • Mathematica
    For[k = 0, k < 850, If[PrimeQ[ChineseRemainder[Range[k], Prime[Range[k]]]], Print[k]], k++ ]

Extensions

a(16) from Max Alekseyev, May 10 2009
a(17)-a(18) from Giorgos Kalogeropoulos, Jan 31 2024