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!)
A367163 E.g.f. satisfies A(x) = 1 + A(x)^3 * (exp(x*A(x)) - 1). 2
1, 1, 9, 160, 4367, 161796, 7592593, 431826760, 28875060411, 2220199609420, 193010401410437, 18720726373805952, 2004328775014537111, 234797380878372574276, 29873926565253226992921, 4102473564838214815027576, 604804589755948599369229811 (list; graph; refs; listen; history; text; internal format)
OFFSET
0,3
LINKS
FORMULA
a(n) = Sum_{k=0..n} (n+3*k)!/(n+2*k+1)! * Stirling2(n,k).
PROG
(PARI) a(n) = sum(k=0, n, (n+3*k)!/(n+2*k+1)!*stirling(n, k, 2));
CROSSREFS
Sequence in context: A309472 A060348 A365016 * A363479 A217392 A327978
KEYWORD
nonn
AUTHOR
Seiichi Manyama, Nov 07 2023
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 12 11:20 EDT 2024. Contains 372463 sequences. (Running on oeis4.)