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!)
A356883 E.g.f. satisfies: A(x)^2 * log(A(x)) = x * (exp(x*A(x)) - 1). 1
1, 0, 2, 3, -8, 5, 696, 2527, -40144, -178407, 8337880, 76134971, -1781542344, -24938260763, 691630553264, 14216543752335, -312910463346464, -9343318015483471, 195539694928047144, 8145971436703039363, -142317653823753257560, -8498984155838272275459 (list; graph; refs; listen; history; text; internal format)
OFFSET
0,3
LINKS
FORMULA
a(n) = n! * Sum_{k=0..floor(n/2)} (n-3*k+1)^(k-1) * Stirling2(n-k,k)/(n-k)!.
PROG
(PARI) a(n) = n!*sum(k=0, n\2, (n-3*k+1)^(k-1)*stirling(n-k, k, 2)/(n-k)!);
CROSSREFS
Cf. A355763.
Sequence in context: A047930 A349100 A073875 * A372271 A220395 A160099
KEYWORD
sign
AUTHOR
Seiichi Manyama, Sep 02 2022
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 September 18 01:15 EDT 2024. Contains 375995 sequences. (Running on oeis4.)