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!)
A365438 E.g.f. satisfies A(x) = 1 - log(1 - x*A(x)^2)/A(x). 3
1, 1, 3, 20, 216, 3214, 60940, 1405088, 38165904, 1193631360, 42244603368, 1669171435392, 72834612333120, 3478615044283872, 180496518526631424, 10110668949900238848, 608110470593816945664, 39086875354688578492416, 2673826803093451383429120 (list; graph; refs; listen; history; text; internal format)
OFFSET
0,3
LINKS
FORMULA
a(n) = Sum_{k=0..n} (2*n-k)!/(2*n-2*k+1)! * |Stirling1(n,k)|.
PROG
(PARI) a(n) = sum(k=0, n, (2*n-k)!/(2*n-2*k+1)!*abs(stirling(n, k, 1)));
CROSSREFS
Sequence in context: A014068 A006963 A243426 * A113333 A206405 A307363
KEYWORD
nonn
AUTHOR
Seiichi Manyama, Nov 08 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 May 4 05:37 EDT 2024. Contains 372230 sequences. (Running on oeis4.)