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!)
A354611 Expansion of e.g.f. 1/(2 - (1 - x)^x). 1
1, 0, -2, -3, 28, 150, -714, -10920, 13392, 1129464, 3694680, -150143400, -1515256104, 22631946480, 525582087408, -2756199995640, -192774443051520, -525316900812480, 75951597634314048, 926307802605928320, -30597152030347651200, -833744424171043728000 (list; graph; refs; listen; history; text; internal format)
OFFSET
0,3
LINKS
FORMULA
a(0) = 1; a(n) = Sum_{k=1..n} A007114(k) * binomial(n,k) * a(n-k).
PROG
(PARI) my(N=30, x='x+O('x^N)); Vec(serlaplace(1/(2-(1-x)^x)))
(PARI) a_vector(n) = my(v=vector(n+1)); v[1]=1; for(i=1, n, v[i+1]=sum(j=1, i, j!*sum(k=0, j\2, (-1)^(j-k)*stirling(j-k, k, 1)/(j-k)!)*binomial(i, j)*v[i-j+1])); v;
CROSSREFS
Sequence in context: A052848 A357267 A074233 * A356906 A371115 A206592
KEYWORD
sign
AUTHOR
Seiichi Manyama, Jul 08 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 24 14:32 EDT 2024. Contains 371960 sequences. (Running on oeis4.)