The OEIS mourns the passing of Jim Simons and is grateful to the Simons Foundation for its support of research in many branches of science, including the OEIS.
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!)
A366760 a(n) = phi(n!+1), where phi is Euler's totient function (A000010). 2
1, 1, 2, 6, 20, 110, 612, 4970, 39600, 337680, 3298900, 39916800, 442155168, 6151996372, 83387930692, 1282826630160, 19089488332800, 355148307803520, 5427568925856000, 119931789135468100, 2432901890279317572, 49902667163053013232, 1073067539495604750240 (list; graph; refs; listen; history; text; internal format)
OFFSET
0,3
LINKS
FORMULA
a(n) = A000010(A038507(n)).
MATHEMATICA
EulerPhi[Range[0, 25]!+1] (* Paolo Xausa, Oct 21 2023 *)
PROG
(PARI) {a(n) = eulerphi(n!+1)}
(Python)
from math import factorial
from sympy import totient
def A366760(n): return totient(factorial(n)+1) # Chai Wah Wu, Oct 20 2023
CROSSREFS
Sequence in context: A268562 A287009 A243252 * A136795 A074115 A013206
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 May 16 17:27 EDT 2024. Contains 372554 sequences. (Running on oeis4.)