The OEIS mourns the passing of Jim Simons and is grateful to the Simons Foundation for its support of research in many branches of science, including the OEIS.
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!)
A355206 E.g.f. A(x) satisfies A'(x) = 1 + 2 * A(exp(x) - 1). 3
1, 2, 6, 26, 154, 1190, 11586, 138338, 1982526, 33510602, 658520330, 14863556590, 381389448738, 11026919584330, 356473786663910, 12798132569470442, 507233393189820394, 22074530128695694286, 1049825961204593354866, 54326220485710633589858 (list; graph; refs; listen; history; text; internal format)
OFFSET
1,2
LINKS
FORMULA
a(1) = 1; a(n+1) = 2 * Sum_{k=1..n} Stirling2(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, stirling(i, j, 2)*v[j])); v;
CROSSREFS
Sequence in context: A205502 A107104 A141761 * A242574 A123306 A218691
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 May 14 06:43 EDT 2024. Contains 372528 sequences. (Running on oeis4.)