login
The OEIS is supported by the many generous donors to the OEIS Foundation.

 

Logo
Hints
(Greetings from The On-Line Encyclopedia of Integer Sequences!)
A250290 Numbers k such that Euler(k) (A122045(k)) is a semiprime. 0
8, 10, 14, 26, 30, 58, 78 (list; graph; refs; listen; history; text; internal format)
OFFSET
1,1
COMMENTS
No more terms <= 200.
k=7634 is a term, but it is not known to be the next term after 78. - Jeppe Stig Nielsen, May 12 2023
LINKS
Hisanori Mishima, Euler numbers (n = 0 to 78).
Prime Pages, -E(7634)/1559.
EXAMPLE
a(2) = 10 so Euler(10) = 50521 = 19 * 2659 is a semiprime.
PROG
(PARI) is(k) = k%2==0 && bigomega(eulerfrac(k))==2 \\ slow, from Jeppe Stig Nielsen, May 12 2023
CROSSREFS
Sequence in context: A326386 A027693 A196226 * A228946 A100718 A063190
KEYWORD
nonn,more
AUTHOR
Eric Chen, Dec 24 2014
STATUS
approved

Lookup | Welcome | Wiki | Register | Music | Plot 2 | Demos | Index | Browse | More | WebCam
Contribute new seq. or comment | Format | Style Sheet | Transforms | Superseeker | Recents
The OEIS Community | Maintained by The OEIS Foundation Inc.

License Agreements, Terms of Use, Privacy Policy. .

Last modified April 25 11:06 EDT 2024. Contains 371967 sequences. (Running on oeis4.)