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.

A092837 Indices of terms in the series for sec(x) that have prime numerators.

Original entry on oeis.org

2, 3, 4, 19, 24, 227, 255, 443, 1381, 3329, 3817, 3947
Offset: 1

Views

Author

Eric W. Weisstein, Mar 07 2004

Keywords

Crossrefs

Cf. A092838.

Programs

  • Mathematica
    f[n_] := Numerator[EulerE[2n]/(2n)! ]; Do[If[PrimeQ[f[n]], Print[n]], {n, 3329}] (* Ryan Propper, Apr 01 2007 *)

Extensions

More terms from Ryan Propper, Apr 01 2007, May 11 2007