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!)
A355205 E.g.f. A(x) satisfies A'(x) = 1 + 2 * A(-log(1-x)). 3
1, 2, 6, 28, 184, 1596, 17508, 235592, 3799736, 72125344, 1587567768, 40027332256, 1144113365576, 36747710168568, 1316192996129064, 52219780699310176, 2281487895137577232, 109193200290592216368, 5698144666408068511472 (list; graph; refs; listen; history; text; internal format)
OFFSET
1,2
LINKS
FORMULA
a(1) = 1; a(n+1) = 2 * Sum_{k=1..n} |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]=2*sum(j=1, i, abs(stirling(i, j, 1))*v[j])); v;
CROSSREFS
Sequence in context: A100526 A200560 A303344 * A196555 A084262 A231621
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 July 16 05:19 EDT 2024. Contains 374343 sequences. (Running on oeis4.)