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!)
A371043 E.g.f. satisfies A(x) = 1 + x^2*A(x)*exp(x*A(x)). 1
1, 0, 2, 6, 36, 380, 3630, 47082, 725816, 12132360, 235801530, 5083309550, 119757623172, 3103443520476, 87082536196838, 2632399338834930, 85471932351187440, 2961803643600574352, 109154615479427298546, 4264407640037365789014, 175984871341042826680700 (list; graph; refs; listen; history; text; internal format)
OFFSET
0,3
LINKS
FORMULA
a(n) = n! * Sum_{k=0..floor(n/2)} k^(n-2*k) * binomial(n-k+1,k)/( (n-k+1)*(n-2*k)! ).
PROG
(PARI) a(n) = n!*sum(k=0, n\2, k^(n-2*k)*binomial(n-k+1, k)/((n-k+1)*(n-2*k)!));
CROSSREFS
Cf. A365282.
Sequence in context: A196870 A089709 A262234 * A055512 A078973 A208650
KEYWORD
nonn
AUTHOR
Seiichi Manyama, Mar 09 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 July 18 21:02 EDT 2024. Contains 374388 sequences. (Running on oeis4.)