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!)
A355204 E.g.f. A(x) satisfies A'(x) = 1 + 2 * A(log(1+x)). 2
1, 2, 2, -4, 0, 68, -588, 2728, 17688, -766960, 14239512, -164672640, -494840680, 109461302008, -4446935274696, 122761839873664, -1889647100968176, -50347073461051088, 6582857386505201520, -397095020380174033424, 17279075935957171412288 (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, stirling(i, j, 1)*v[j])); v;
CROSSREFS
Sequence in context: A337299 A240491 A113750 * A282627 A004565 A068449
KEYWORD
sign
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 5 05:35 EDT 2024. Contains 372257 sequences. (Running on oeis4.)