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!)
A053491 Expansion of e.g.f. (1-2*x)^(-x). 5
1, 0, 4, 12, 112, 960, 10848, 141120, 2122496, 36094464, 685578240, 14385761280, 330532435968, 8253827112960, 222587077558272, 6447285982126080, 199630453605335040, 6580280144225894400, 230056747973625249792, 8503148524089755566080 (list; graph; refs; listen; history; text; internal format)
OFFSET
0,3
LINKS
FORMULA
a(n) ~ 2^(n+1/2)*n^n/exp(n). - Vaclav Kotesovec, Jun 27 2013
a(n) = n! * Sum_{k=0..floor(n/2)} 2^(n-k) * |Stirling1(n-k,k)|/(n-k)!. - Seiichi Manyama, May 20 2022
MATHEMATICA
CoefficientList[Series[(1-2x)^(-x), {x, 0, 20}], x]* Range[0, 20]! (* Vaclav Kotesovec, Jun 27 2013 *)
PROG
(PARI) a(n) = n!*sum(k=0, n\2, 2^(n-k)*abs(stirling(n-k, k, 1))/(n-k)!); \\ Seiichi Manyama, May 20 2022
CROSSREFS
Sequence in context: A245647 A080448 A155174 * A285451 A249788 A032323
KEYWORD
nonn
AUTHOR
N. J. A. Sloane, Jan 15 2000
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 25 04:42 EDT 2024. Contains 371964 sequences. (Running on oeis4.)