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!)
A344433 a(n) = Sum_{k=1..n} mu(k) * k^(n - k). 4
1, 0, -2, -6, -17, -46, -132, -402, -1314, -4613, -17313, -68893, -288556, -1269637, -5907157, -29489299, -160431708, -955478664, -6145884133, -41584238971, -287650358748, -1984825313901, -13377544470631, -86142095523089, -512881404732949, -2634567148684612, -9205461936290915, 17544751152746927 (list; graph; refs; listen; history; text; internal format)
OFFSET
1,3
LINKS
FORMULA
G.f.: Sum_{k>=1} mu(k) * x^k / (1 - k*x).
MATHEMATICA
a[n_] := Sum[MoebiusMu[k] * k^(n-k), {k, 1, n}]; Array[a, 30] (* Amiram Eldar, May 19 2021 *)
PROG
(PARI) a(n) = sum(k=1, n, moebius(k)*k^(n-k));
(PARI) my(N=40, x='x+O('x^N)); Vec(sum(k=1, N, moebius(k)*x^k/(1-k*x)))
CROSSREFS
Sequence in context: A346169 A102403 A278428 * A356934 A200379 A032638
KEYWORD
sign
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 June 5 07:08 EDT 2024. Contains 373102 sequences. (Running on oeis4.)