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!)
A367423 Expansion of e.g.f. 1 / sqrt(1 + log(1 - 2*x)). 0
1, 1, 5, 41, 465, 6729, 118437, 2455809, 58630401, 1584058161, 47783202213, 1591924168185, 58055219617425, 2300356943749305, 98409722434170885, 4520749198158270225, 221954573405993807745, 11598560660172502840545, 642753897983638032821445 (list; graph; refs; listen; history; text; internal format)
OFFSET
0,3
LINKS
FORMULA
a(n) = Sum_{k=0..n} 2^(n-k) * (Product_{j=0..k-1} (2*j+1)) * |Stirling1(n,k)|.
a(0) = 1; a(n) = Sum_{k=1..n} 2^k * (1 - 1/2 * k/n) * (k-1)! * binomial(n,k) * a(n-k).
PROG
(PARI) a(n) = sum(k=0, n, 2^(n-k)*prod(j=0, k-1, 2*j+1)*abs(stirling(n, k, 1)));
CROSSREFS
Sequence in context: A096364 A210661 A049119 * A332236 A305981 A032188
KEYWORD
nonn
AUTHOR
Seiichi Manyama, Nov 18 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 August 3 15:38 EDT 2024. Contains 374894 sequences. (Running on oeis4.)