(Translated by https://www.hiragana.jp/)
A355120 - 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!)
A355120 E.g.f. A(x) satisfies A(x) = 1 + log(1+x) * A(2 * log(1+x)). 2
1, 1, 3, 26, 654, 45084, 7934924, 3381663872, 3365978050576, 7632454575648720, 38732162420625498608, 434139952882119137261024, 10640704036253473615712677216, 565765176687479152385624223741568, 64834956096893473256448986077914291328 (list; graph; refs; listen; history; text; internal format)
OFFSET
0,3
LINKS
FORMULA
E.g.f. A(x) satisfies: A(exp(x) - 1) = 1 + x*A(2*x).
a(0) = 1; a(n) = Sum_{k=1..n} k * 2^(k-1) * Stirling1(n,k) * a(k-1).
PROG
(PARI) a_vector(n) = my(v=vector(n+1)); v[1]=1; for(i=1, n, v[i+1]=sum(j=1, i, j*2^(j-1)*stirling(i, j, 1)*v[j])); v;
CROSSREFS
Sequence in context: A112612 A129430 A005156 * A101613 A280222 A354652
KEYWORD
nonn
AUTHOR
Seiichi Manyama, Jun 20 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 28 19:58 EDT 2024. Contains 374726 sequences. (Running on oeis4.)