login
This site is supported by donations to The OEIS Foundation.
Logo

Hints
(Greetings from The On-Line Encyclopedia of Integer Sequences!)
A144513 a(n) = Sum((n+k+2)!/((n-k)!*k!*2^k),k=0..n). 1
2, 18, 162, 1670, 19980, 274932, 4296278, 75324762, 1466031690, 31386435410, 733391707752, 18578222154648, 507246285802802, 14851746921266010, 464244744007818090, 15431886798641124662, 543593886328031841828, 20228083875146926867932, 792934721766833544369830 (list; graph; refs; listen; history; internal format)
OFFSET

0,1

MAPLE

f2:=proc(n) local k; add((n+k+2)!/((n-k)!*k!*2^k), k=0..n); end; [seq(f2(n), n=0..50)];

CROSSREFS

Equals 2*A001514. Cf. A001515.

Sequence in context: A052876 A121933 A108550 * A037518 A037721 A005260

Adjacent sequences:  A144510 A144511 A144512 * A144514 A144515 A144516

KEYWORD

nonn

AUTHOR

N. J. A. Sloane (njas(AT)research.att.com), Dec 16 2008

Lookup | Welcome | Wiki | Register | Music | Plot 2 | Demos | Index | Browse | More | WebCam
Contribute new seq. or comment | Format | Transforms | Puzzles | Hot | Classics
Recent Additions | More pages | Superseeker | Maintained by The OEIS Foundation Inc.

Content is available under The OEIS End-User License Agreement .

Last modified February 14 23:53 EST 2012. Contains 205689 sequences.