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

Hints
(Greetings from The On-Line Encyclopedia of Integer Sequences!)
A111140 a(n) = (n!/(n+1))*Sum_{k=0..n} binomial(n+k-1,k)/k!. 0
1, 1, 3, 13, 71, 466, 3582, 31641, 316171, 3526606, 43421978, 584716386, 8544649478, 134622445348, 2274031087772, 40987164702945, 784981384215795, 15916200367695510, 340548893413909410, 7666975604019750630 (list; graph; refs; listen; history; internal format)
OFFSET

0,3

MATHEMATICA

f[n_] := n!/(n + 1)*Sum[Binomial[n + k - 1, k]/k!, {k, 0, n}]; Table[f[n], {n, 0, 10}] (from Robert G. Wilson v (rgwv(at)rgwv.com), Oct 21 2005)

CROSSREFS

Sequence in context: A192239 A192936 A000261 * A137983 A059032 A188051

Adjacent sequences:  A111137 A111138 A111139 * A111141 A111142 A111143

KEYWORD

easy,nonn

AUTHOR

Vladeta Jovovic (vladeta(AT)eunet.rs), Oct 17 2005

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 15 23:21 EST 2012. Contains 205860 sequences.