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!)
A098612 Sum of all matrix elements M(i,j) = (i^2)/(i+j) multiplied by (2*n)!/n!. 0
0, 1, 38, 1172, 37080, 1265640, 47157936, 1918916160, 84991075200, 4079108462400, 211158556963200, 11737075895677440, 697609321424870400, 44168292113326617600, 2968571902157455104000, 211131415096140736512000 (list; graph; refs; listen; history; text; internal format)
OFFSET
0,3
LINKS
FORMULA
a(n) = (2*n)!/n!*Sum[Sum[(i^2)/(i+j), {i, 1, n}], {j, 1, n}]
MATHEMATICA
Table[(2*n)!/n!*Sum[Sum[(i^2)/(i+j), {i, 1, n}], {j, 1, n}], {n, 0, 15}]
CROSSREFS
Sequence in context: A285236 A208949 A255496 * A268739 A239043 A137030
KEYWORD
nonn
AUTHOR
Alexander Adamchuk, Oct 26 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 25 10:51 EDT 2024. Contains 371967 sequences. (Running on oeis4.)