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.

A250290 Numbers k such that Euler(k) (A122045(k)) is a semiprime.

Original entry on oeis.org

8, 10, 14, 26, 30, 58, 78
Offset: 1

Views

Author

Eric Chen, Dec 24 2014

Keywords

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

Examples

			a(2) = 10 so Euler(10) = 50521 = 19 * 2659 is a semiprime.
		

Crossrefs

Programs

  • PARI
    is(k) = k%2==0 && bigomega(eulerfrac(k))==2 \\ slow, from Jeppe Stig Nielsen, May 12 2023