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!)
A355122 E.g.f. A(x) satisfies A(x) = 1 + (exp(x) - 1) * A(2 * (exp(x) - 1)). 2
1, 1, 5, 73, 2725, 242921, 50068197, 23441365641, 24644653272869, 57655911504114985, 297771560486880287589, 3370400630994211122517705, 83052841013576647141181337509, 4428866659075152490151174819022697, 508340576698412171558866359984025695205 (list; graph; refs; listen; history; text; internal format)
OFFSET
0,3
LINKS
FORMULA
E.g.f. A(x) satisfies: A(log(1+x)) = 1 + x*A(2*x).
a(0) = 1; a(n) = Sum_{k=1..n} k * 2^(k-1) * Stirling2(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, 2)*v[j])); v;
CROSSREFS
Sequence in context: A301387 A096987 A096538 * A370542 A334282 A317341
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 April 23 20:33 EDT 2024. Contains 371916 sequences. (Running on oeis4.)