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!)
A356786 E.g.f. satisfies A(x) = 1/(1 - x * A(x))^(x * A(x)^2). 6
1, 0, 2, 3, 92, 510, 15114, 174300, 5558944, 103712616, 3672530280, 96397602840, 3830335035240, 129817630491120, 5796134828193696, 239906921239210680, 11996259216566469120, 584024600798956215360, 32523678395272329425856 (list; graph; refs; listen; history; text; internal format)
OFFSET
0,3
LINKS
FORMULA
a(n) = n! * Sum_{k=0..floor(n/2)} (n+k+1)^(k-1) * |Stirling1(n-k,k)|/(n-k)!.
PROG
(PARI) a(n) = n!*sum(k=0, n\2, (n+k+1)^(k-1)*abs(stirling(n-k, k, 1))/(n-k)!);
CROSSREFS
Cf. A355766.
Sequence in context: A299691 A042901 A356796 * A002983 A118167 A291932
KEYWORD
nonn
AUTHOR
Seiichi Manyama, Aug 27 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.)