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!)
A344573 a(n) = Sum_{d|n} phi(d!). 0
1, 2, 3, 10, 33, 196, 1153, 9226, 82947, 829474, 8294401, 99533004, 1194393601, 16721511554, 250822656035, 4013162505226, 64210599936001, 1155790798931140, 20804234379264001, 416084687586109482, 8737778439290881155, 192231125664407654402, 4229084764616785920001 (list; graph; refs; listen; history; text; internal format)
OFFSET
1,2
LINKS
EXAMPLE
a(6) = Sum_{d|6} phi(d!) = phi(1!) + phi(2!) + phi(3!) + phi(6!) = 1 + 1 + 2 + 192 = 196.
MATHEMATICA
Table[Sum[EulerPhi[k!] (1 - Ceiling[n/k] + Floor[n/k]), {k, n}], {n, 30}]
CROSSREFS
Cf. A000010 (phi).
Sequence in context: A364208 A358895 A057146 * A300127 A059735 A358213
KEYWORD
nonn
AUTHOR
Wesley Ivan Hurt, May 23 2021
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 June 22 22:22 EDT 2024. Contains 373620 sequences. (Running on oeis4.)