login

Year-end appeal: Please make a donation to the OEIS Foundation to support ongoing development and maintenance of the OEIS. We are now in our 61st year, we have over 378,000 sequences, and we’ve reached 11,000 citations (which often say “discovered thanks to the OEIS”).

A103234
Numbers k such that the k-th Euler number (A122045(k)) is prime.
3
4, 6, 38, 454, 510
OFFSET
1,1
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
LINKS
Eric Weisstein's World of Mathematics, Euler Number
Eric Weisstein's World of Mathematics, Euler Number Prime
Eric Weisstein's World of Mathematics, Integer Sequence Primes
MATHEMATICA
Position[EulerE[Range[600]], _?PrimeQ] // Flatten
Select[Range[600], PrimeQ @* EulerE] (* Eric W. Weisstein, Apr 12 2024 *)
CROSSREFS
Cf. A000364, A014547, A122045 (EulerE), A092823.
Sequence in context: A092187 A092765 A056315 * A074061 A125081 A175349
KEYWORD
nonn,hard,more
AUTHOR
Eric W. Weisstein, Jan 26 2005
STATUS
approved