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!)
A099739 a(n) = Sum_{k=1..n} k!*mu(k), where mu() is the Moebius function. 1
1, -1, -7, -7, -127, 593, -4447, -4447, -4447, 3624353, -36292447, -36292447, -6263313247, 80914977953, 1388589345953, 1388589345953, -354298838750047, -354298838750047, -121999399247582047, -121999399247582047 (list; graph; refs; listen; history; text; internal format)
OFFSET
1,3
LINKS
MATHEMATICA
f[n_] := Sum[k!MoebiusMu[k], {k, n}]; Table[ f[n], {n, 20}] (* Robert G. Wilson v, Nov 12 2004 *)
PROG
(PARI) a(n) = sum(k=1, n, moebius(k)*k!); \\ Seiichi Manyama, May 19 2021
CROSSREFS
Cf. A002321.
Sequence in context: A178708 A072399 A001988 * A261128 A353583 A048430
KEYWORD
sign
AUTHOR
Leroy Quet, Nov 09 2004
EXTENSIONS
More terms from Robert G. Wilson v, Nov 12 2004
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 9 06:26 EDT 2024. Contains 374171 sequences. (Running on oeis4.)