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.

A103234 Numbers k such that the k-th Euler number (A122045(k)) is prime.

Original entry on oeis.org

4, 6, 38, 454, 510
Offset: 1

Views

Author

Eric W. Weisstein, Jan 26 2005

Keywords

Comments

Equals 2*A014547.
No others for k <= 69574 (Simon Plouffe). - Eric W. Weisstein, Aug 24 2020
No others for k <= 112130 (Simon Plouffe). - Eric W. Weisstein, Apr 15 2024

Crossrefs

Cf. A000364, A014547, A122045 (EulerE), A092823.

Programs

  • Mathematica
    Position[EulerE[Range[600]], _?PrimeQ] // Flatten
    Select[Range[600], PrimeQ @* EulerE] (* Eric W. Weisstein, Apr 12 2024 *)