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!)
A361095 E.g.f. satisfies A(x) = exp( 1/(1 - x/A(x)) - 1 ). 6
1, 1, 1, -2, -3, 56, -155, -2736, 34489, 72064, -6599799, 53676800, 1155350581, -32238425088, -3604716947, 14790925735936, -235482791871375, -4972572910452736, 254158358486634001, -1028499606209101824, -202204782754527137939, 5371925138905661440000 (list; graph; refs; listen; history; text; internal format)
OFFSET
0,4
LINKS
FORMULA
a(n) = n! * Sum_{k=1..n} (-n+1)^(k-1) * binomial(n-1,n-k)/k! for n>0.
PROG
(PARI) a(n) = if(n==0, 1, n!*sum(k=1, n, (-n+1)^(k-1)*binomial(n-1, n-k)/k!));
CROSSREFS
Sequence in context: A155088 A072871 A041709 * A362835 A371140 A371121
KEYWORD
sign
AUTHOR
Seiichi Manyama, Mar 01 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 25 09:55 EDT 2024. Contains 374587 sequences. (Running on oeis4.)