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!)
A365012 E.g.f. satisfies A(x) = exp( x*A(x)/(1 - x * A(x)^2) ). 6
1, 1, 5, 52, 833, 18116, 498907, 16648402, 653034545, 29450331928, 1501456530131, 85398143019014, 5361130115439529, 368227694339818132, 27468201247134068891, 2211469648218676671466, 191131823105565504395873, 17650493961604405811144624 (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(n-1,n-k)/k!.
MATHEMATICA
Array[#!*Sum[ (2 # - k + 1)^(k - 1)*Binomial[# - 1, # - k]/k!, {k, 0, #}] &, 19, 0] (* Michael De Vlieger, Aug 18 2023 *)
PROG
(PARI) a(n) = n!*sum(k=0, n, (2*n-k+1)^(k-1)*binomial(n-1, n-k)/k!);
CROSSREFS
Sequence in context: A099881 A280063 A363356 * A367165 A357346 A196531
KEYWORD
nonn
AUTHOR
Seiichi Manyama, Aug 15 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 July 17 02:40 EDT 2024. Contains 374360 sequences. (Running on oeis4.)