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!)
A352869 Expansion of e.g.f. 1/(1 - Sum_{k>=1} mu(k) * x^k/k!), where mu() is the Moebius function (A008683). 1
1, 1, 1, -1, -14, -71, -201, 559, 14152, 125772, 568873, -2930247, -100950588, -1263405885, -7645798213, 62733063199, 2644646815760, 42203809509047, 312892097907012, -3774840465405301, -184229592151309092, -3541775382376189109, -30473600413019593651 (list; graph; refs; listen; history; text; internal format)
OFFSET
0,5
LINKS
FORMULA
a(0) = 1; a(n) = Sum_{k=1..n} mu(k) * binomial(n,k) * a(n-k).
PROG
(PARI) my(N=40, x='x+O('x^N)); Vec(serlaplace(1/(1-sum(k=1, N, moebius(k)*x^k/k!))))
(PARI) a(n) = if(n==0, 1, sum(k=1, n, moebius(k)*binomial(n, k)*a(n-k)));
CROSSREFS
Sequence in context: A245950 A041372 A245951 * A212572 A186707 A212752
KEYWORD
sign
AUTHOR
Seiichi Manyama, Apr 06 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 April 25 07:53 EDT 2024. Contains 371964 sequences. (Running on oeis4.)