login
The OEIS is supported by the many generous donors to the OEIS Foundation.

 


A092466
a(n) = Sum_{i+j+k=n, 0<=j<=i<=k<=n} (n+k)!/(i! * j! * (2*k)!).
2
1, 1, 3, 16, 41, 166, 777, 2472, 9781, 44506, 150953, 597334, 2661881, 9337511, 37044451, 162468924, 582650861, 2315651686, 10035973071, 36558456606, 145470310301, 624753156831, 2302445024223, 9169599427426, 39098606269531
OFFSET
0,3
LINKS
Vaclav Kotesovec, Table of n, a(n) for n = 0..1000 (terms 0..200 from Seiichi Manyama)
PROG
(PARI) a(n)=sum(i=0, n, sum(j=0, i, sum(k=0, j, if(i+j+k-n, 0, (n+k)!/i!/j!/(2*k)!))))
CROSSREFS
Cf. A092465.
Sequence in context: A081270 A271374 A147874 * A374296 A152618 A296947
KEYWORD
nonn
AUTHOR
Benoit Cloitre, Mar 25 2004
STATUS
approved

Lookup | Welcome | Wiki | Register | Music | Plot 2 | Demos | Index | Browse | 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 September 23 18:10 EDT 2024. Contains 376182 sequences. (Running on oeis4.)