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!)
A144514 a(n) = Sum_{k=0..n} (n+k+3)!/((n-k)!*k!*2^k). 3
6, 84, 1050, 13980, 205800, 3368316, 61075854, 1219445100, 26635157010, 632479986600, 16235529291696, 448220024574504, 13247429692101150, 417453231024613140, 13974133833217747650, 495278130521939366196, 18530507890959175097784, 729908595489477119015700 (list; graph; refs; listen; history; text; internal format)
OFFSET
0,1
LINKS
FORMULA
a(n) ~ 2^(n + 7/2) * n^(n+3) / exp(n-1). - Vaclav Kotesovec, Apr 07 2019
MAPLE
f3:=proc(n) local k; add((n+k+3)!/((n-k)!*k!*2^k), k=0..n); end; [seq(f3(n), n=0..50)];
MATHEMATICA
Table[Sum[(n+k+3)!/((n-k)!k! 2^k), {k, 0, n}], {n, 0, 20}] (* Harvey P. Dale, Jul 27 2019 *)
PROG
(PARI) {a(n) = sum(k=0, n, (n+k+3)!/((n-k)!*k!*2^k))} \\ Seiichi Manyama, Apr 07 2019
CROSSREFS
Equals 6*A144506 (with a different offset).
Sequence in context: A229455 A212701 A248338 * A244284 A011945 A113888
KEYWORD
nonn
AUTHOR
N. J. A. Sloane, Dec 16 2008
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 19 05:19 EDT 2024. Contains 371782 sequences. (Running on oeis4.)