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.

Showing 1-2 of 2 results.

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 *)

A092823 Euler numbers whose absolute value is prime.

Original entry on oeis.org

5, -61, -23489580527043108252017828576198947741
Offset: 1

Views

Author

Eric W. Weisstein, Mar 06 2004

Keywords

Comments

The next terms are known to be A122045(454) and A122045(510), but are too big to include (see A103234).

Crossrefs

Formula

a(n) = A122045(A103234(n)). - Amiram Eldar, Aug 26 2025

Extensions

Definition edited by N. J. A. Sloane, Sep 08 2020
Showing 1-2 of 2 results.