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!)
A357090 E.g.f. satisfies A(x) = (1 - x * A(x))^(log(1 - x * A(x)) * A(x)). 1
1, 0, 2, 6, 106, 1060, 21728, 396648, 10174764, 267855264, 8517836832, 289596897480, 11137252365600, 461124747706896, 20922578332613904, 1018268757357253920, 53372000211252229392, 2981808910524462942720, 177468245487057424475136 (list; graph; refs; listen; history; text; internal format)
OFFSET

0,3

LINKS

Table of n, a(n) for n=0..18.

FORMULA

E.g.f. satisfies log(A(x)) = log(1 - x * A(x))^2 * A(x).

a(n) = Sum_{k=0..floor(n/2)} (2*k)! * (n+k+1)^(k-1) * |Stirling1(n,2*k)|/k!.

PROG

(PARI) a(n) = sum(k=0, n\2, (2*k)!*(n+k+1)^(k-1)*abs(stirling(n, 2*k, 1))/k!);

CROSSREFS

Cf. A349556, A357091.

Cf. A357028.

Sequence in context: A294906 A284262 A287935 * A181036 A222854 A351780

Adjacent sequences: A357087 A357088 A357089 * A357091 A357092 A357093

KEYWORD

nonn

AUTHOR

Seiichi Manyama, Sep 11 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 1 15:49 EDT 2023. Contains 361695 sequences. (Running on oeis4.)