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!)
A190910 a(n) = Sum{0<=k<=n} binomial(n+k,n-k) * k! / (floor(k/2)!)^2. 2
1, 2, 6, 23, 89, 338, 1286, 4911, 18769, 71722, 273982, 1046119, 3991913, 15222986, 58013678, 220939711, 840883777, 3198349426, 12157775958, 46188298519, 175376312729, 665552754018, 2524513742262, 9571221986607, 36271175050321 (list; graph; refs; listen; history; text; internal format)
OFFSET
0,2
COMMENTS
Row sums of A190909.
LINKS
MAPLE
A190910 := n -> add(binomial(n+k, n-k)*k!/iquo(k, 2)!^2, k=0..n):
seq(A190910(n), n=0..24);
CROSSREFS
Sequence in context: A150276 A189043 A228392 * A150277 A150278 A150279
KEYWORD
nonn
AUTHOR
Peter Luschny, May 24 2011
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 01:35 EDT 2024. Contains 371964 sequences. (Running on oeis4.)