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!)
A343425 a(n) = Sum_{k=1..n} mu(k) * n^(n - k). 3
1, 1, 5, 44, 474, 6259, 98398, 1801784, 37726398, 889909001, 23363492888, 675898131588, 21367308429609, 732952005073611, 27116443849927291, 1076343749563379984, 45629840631648951966, 2057705657634136459302, 98357762859847238180913 (list; graph; refs; listen; history; text; internal format)
OFFSET
1,3
LINKS
MATHEMATICA
a[n_] := Sum[MoebiusMu[k] * n^(n-k), {k, 1, n}]; Array[a, 20] (* Amiram Eldar, May 19 2021 *)
PROG
(PARI) a(n) = sum(k=1, n, moebius(k)*n^(n-k));
CROSSREFS
Sequence in context: A222508 A220841 A366924 * A054766 A369216 A252830
KEYWORD
nonn
AUTHOR
Seiichi Manyama, May 19 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 April 25 01:06 EDT 2024. Contains 371964 sequences. (Running on oeis4.)