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!)
A092473 a(n) = Sum_{i+j+k=n, 0<=i<=j<=k<=n} (2n)!/((i+j)! * (j+k)! * (k+i)!). 3
1, 2, 18, 170, 1330, 11382, 117810, 934362, 8611746, 82240730, 699393838, 6244164940, 59910383026, 507902083210, 4599466921410, 43063170064620, 372282144948450, 3338235118237410, 31231394376541650, 270058012725600000 (list; graph; refs; listen; history; text; internal format)
OFFSET
0,2
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, (2*n)!/(i+j)!/(j+k)!/(k+i)!))))
CROSSREFS
Cf. A092472.
Sequence in context: A052665 A259880 A364524 * A318218 A073558 A132306
KEYWORD
nonn
AUTHOR
Benoit Cloitre, Mar 25 2004
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 26 19:27 EDT 2024. Contains 372004 sequences. (Running on oeis4.)