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!)
A366759 a(n) = phi(n!-1), where phi is Euler's totient function (A000010). 3
1, 4, 22, 96, 718, 5038, 38544, 329780, 3503640, 33166848, 479001598, 6223425864, 87178291198, 1168577230080, 20915909651520, 332351050332096, 6293831116536216, 121458761380686016, 2432882508925834560, 48311155748401677120, 1113688776127971818016 (list; graph; refs; listen; history; text; internal format)
OFFSET
2,2
LINKS
FORMULA
a(n) = A000010(A033312(n)).
MATHEMATICA
EulerPhi[Range[2, 25]!-1] (* Paolo Xausa, Oct 21 2023 *)
PROG
(PARI) {a(n) = eulerphi(n!-1)}
(Python)
from math import factorial
from sympy import totient
def A366759(n): return totient(factorial(n)-1) # Chai Wah Wu, Oct 20 2023
CROSSREFS
Sequence in context: A036926 A079272 A197667 * A007901 A368289 A254861
KEYWORD
nonn
AUTHOR
Sean A. Irvine, Oct 20 2023
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 July 24 18:12 EDT 2024. Contains 374585 sequences. (Running on oeis4.)