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!)
A355214 E.g.f. A(x) satisfies A'(x) = 1 + A(2 * log(1+x))/2. 1
1, 1, 1, 0, -8, -64, -600, -14104, -1170120, -248815984, -115219852880, -111345726833056, -220485042541083808, -885633596688107274496, -7173767949430448755993856, -116777715174661360994951467008, -3812515511649504447203183936705536 (list; graph; refs; listen; history; text; internal format)
OFFSET
1,5
LINKS
FORMULA
a(1) = 1; a(n+1) = Sum_{k=1..n} 2^(k-1) * 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]=sum(j=1, i, 2^(j-1)*stirling(i, j, 1)*v[j])); v;
CROSSREFS
Sequence in context: A199567 A213336 A366497 * A047900 A204212 A238724
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 April 19 12:14 EDT 2024. Contains 371792 sequences. (Running on oeis4.)