A103234 Numbers k such that the k-th Euler number (A122045(k)) is prime.
4, 6, 38, 454, 510
Offset: 1
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
Programs
-
Mathematica
Position[EulerE[Range[600]], _?PrimeQ] // Flatten Select[Range[600], PrimeQ @* EulerE] (* Eric W. Weisstein, Apr 12 2024 *)
Comments