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!)
A356485 a(n) = n! * Sum_{k=1..n} A000010(k)/k. 0
1, 3, 13, 64, 416, 2736, 23472, 207936, 2113344, 22584960, 284722560, 3576337920, 52240412160, 768727895040, 12228344755200, 206114911027200, 3838718125670400, 71231050830643200, 1468632692485324800, 30345814652977152000, 666456931810639872000, 15172961921551171584000 (list; graph; refs; listen; history; text; internal format)
OFFSET
1,2
LINKS
Eric Weisstein's World of Mathematics, Totient Function.
FORMULA
a(n) ~ n! * 6*n/Pi^2.
MATHEMATICA
Table[n! * Sum[EulerPhi[k]/k, {k, 1, n}], {n, 1, 25}]
PROG
(PARI) a(n) = n!*sum(k=1, n, eulerphi(k)/k); \\ Michel Marcus, Aug 09 2022
CROSSREFS
Sequence in context: A020086 A151987 A369796 * A126149 A060927 A074537
KEYWORD
nonn
AUTHOR
Vaclav Kotesovec, Aug 09 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 10 19:25 EDT 2024. Contains 375058 sequences. (Running on oeis4.)