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!)
A358489 Numbers k such that phi(k) = 13! where phi is the Euler totient function (A000010). 0
6227180929, 6227182993, 6227186509, 6227199361, 6227220691, 6227229637, 6227245393, 6227246107, 6227260969, 6227267713, 6227268799, 6227279341, 6227280491, 6227288461, 6227311397, 6227314111, 6227327761, 6227351861, 6227355097, 6227376241, 6227447761, 6227454979 (list; graph; refs; listen; history; text; internal format)
OFFSET
1,1
COMMENTS
A055487(13) = 6227180929 is the first term in the sequence.
A165774(13) = 37020293310 is the last term in the sequence.
LINKS
PROG
(Python)
from sympy import totient
def isok(k): return totient(k) == 6227020800
CROSSREFS
Sequence in context: A011524 A172534 A198807 * A281222 A258365 A127342
KEYWORD
nonn,fini
AUTHOR
Darío Clavijo, Nov 18 2022
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 August 27 06:50 EDT 2024. Contains 375462 sequences. (Running on oeis4.)