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!)
A363355 E.g.f. satisfies A(x) = exp(x * A(x) * (1 + x * A(x)^2)). 3
1, 1, 5, 46, 641, 11996, 282907, 8060242, 269429729, 10341367480, 448317429011, 21667926214694, 1155321200076529, 67370686916807236, 4265392644606677963, 291391173322695366106, 21365209437807863776193, 1673543873372595900318704 (list; graph; refs; listen; history; text; internal format)
OFFSET
0,3
LINKS
FORMULA
a(n) = n! * Sum_{k=0..n} (2*n-k+1)^(k-1) * binomial(k,n-k)/k!.
PROG
(PARI) a(n) = n!*sum(k=0, n, (2*n-k+1)^(k-1)*binomial(k, n-k)/k!);
CROSSREFS
Cf. A365012.
Sequence in context: A071214 A052873 A052894 * A292408 A339229 A295552
KEYWORD
nonn
AUTHOR
Seiichi Manyama, Aug 17 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 August 1 08:04 EDT 2024. Contains 374810 sequences. (Running on oeis4.)