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!)
A355765 E.g.f. satisfies A(x)^2 * log(A(x)) = 1 - exp(-x*A(x)). 0
1, 1, -2, 5, -27, 307, -4403, 71353, -1333090, 28816647, -709090995, 19516306141, -593330123807, 19747569261851, -714304238263502, 27903505800651169, -1170716239531658759, 52503701213718494671, -2506483879112555156467, 126905975195788734150405 (list; graph; refs; listen; history; text; internal format)
OFFSET
0,3
LINKS
FORMULA
a(n) = Sum_{k=0..n} (-1)^(n-k) * (n-2*k+1)^(k-1) * Stirling2(n,k).
PROG
(PARI) a(n) = sum(k=0, n, (-1)^(n-k)*(n-2*k+1)^(k-1)*stirling(n, k, 2));
CROSSREFS
Sequence in context: A097565 A079716 A322151 * A203195 A333120 A058182
KEYWORD
sign
AUTHOR
Seiichi Manyama, Jul 16 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 April 26 21:53 EDT 2024. Contains 372004 sequences. (Running on oeis4.)