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.

A358489 Numbers k such that phi(k) = 13! where phi is the Euler totient function (A000010).

Original entry on oeis.org

6227180929, 6227182993, 6227186509, 6227199361, 6227220691, 6227229637, 6227245393, 6227246107, 6227260969, 6227267713, 6227268799, 6227279341, 6227280491, 6227288461, 6227311397, 6227314111, 6227327761, 6227351861, 6227355097, 6227376241, 6227447761, 6227454979
Offset: 1

Views

Author

DarĂ­o Clavijo, Nov 18 2022

Keywords

Comments

A055487(13) = 6227180929 is the first term in the sequence.
A165774(13) = 37020293310 is the last term in the sequence.

Crossrefs

Programs

  • Python
    from sympy import totient
    def isok(k): return totient(k) == 6227020800