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!)
A371326 E.g.f. satisfies A(x) = log(1 + x/(1 - A(x)))/(1 - A(x))^2. 2
0, 1, 5, 71, 1606, 50334, 2017840, 98597204, 5684225640, 377709287232, 28423701233784, 2389343434217376, 221907620769333648, 22565504728129558272, 2493614778861026071584, 297548320679718887153088, 38128996565367754662297600, 5222327925855459163424791680 (list; graph; refs; listen; history; text; internal format)
OFFSET
0,3
LINKS
FORMULA
a(n) = Sum_{k=1..n} (n+3*k-2)!/(n+2*k-1)! * Stirling1(n,k).
PROG
(PARI) a(n) = sum(k=1, n, (n+3*k-2)!/(n+2*k-1)!*stirling(n, k, 1));
CROSSREFS
Cf. A370922.
Sequence in context: A033507 A092250 A362159 * A349471 A347989 A193436
KEYWORD
nonn
AUTHOR
Seiichi Manyama, Mar 19 2024
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 29 15:16 EDT 2024. Contains 372114 sequences. (Running on oeis4.)