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!)
A355209 E.g.f. A(x) satisfies A'(x) = 1 + A(-2 * log(1-x)). 2
1, 2, 10, 108, 2308, 94384, 7315728, 1077605632, 304189296192, 166216599473344, 177463576125821632, 373017466526422396288, 1552199775052648327045760, 12835792253795957289436533760, 211464475635678910995043533156352 (list; graph; refs; listen; history; text; internal format)
OFFSET
1,2
LINKS
FORMULA
a(1) = 1; a(n+1) = Sum_{k=1..n} 2^k * |Stirling1(n,k)| * a(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, 2^j*abs(stirling(i, j, 1))*v[j])); v;
CROSSREFS
Sequence in context: A185396 A003222 A262145 * A343307 A003167 A240625
KEYWORD
nonn
AUTHOR
Seiichi Manyama, Jun 24 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.)