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!)
A355230 E.g.f. A(x) satisfies A'(x) = 1 - log(1-x) * A(2*x). 3
0, 1, 0, 4, 6, 144, 860, 30656, 497168, 33543808, 1300171872, 178516634624, 15640422963968, 4483114311886336, 862178272953520640, 520264199498699214848, 215806526739662643193856, 274505260166616222726586368 (list; graph; refs; listen; history; text; internal format)
OFFSET
0,4
LINKS
FORMULA
a(0) = 0, a(1) = 1; a(n+1) = Sum_{k=1..n-1} 2^(n-k) * (k-1)! * binomial(n,k) * a(n-k).
PROG
(PARI) a_vector(n) = my(v=vector(n)); v[1]=1; for(i=1, n-1, v[i+1]=sum(j=1, i-1, 2^(i-j)*(j-1)!*binomial(i, j)*v[i-j])); concat(0, v);
CROSSREFS
Sequence in context: A137025 A355232 A176493 * A070155 A280778 A197882
KEYWORD
nonn
AUTHOR
Seiichi Manyama, Jun 25 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 03:15 EDT 2024. Contains 371964 sequences. (Running on oeis4.)