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!)
A098607 Sum of all matrix elements M(i,j) = (i*j)/(i+j) multiplied by (2*n)!/n!. 0
0, 1, 34, 988, 30120, 1002360, 36667344, 1471350720, 64457424000, 3066397905600, 157584858076800, 8706059034140160, 514786845983155200, 32448410132597222400, 2172454153870807296000, 153986353780968511488000 (list; graph; refs; listen; history; text; internal format)
OFFSET
0,3
LINKS
FORMULA
a(n) = (2*n)!/n!*Sum[Sum[(i*j)/(i+j), {i, 1, n}], {j, 1, n}]
MATHEMATICA
Table[(2*n)!/n!*Sum[Sum[(i*j)/(i+j), {i, 1, n}], {j, 1, n}], {n, 0, 15}]
CROSSREFS
Sequence in context: A212787 A020535 A134500 * A075292 A297456 A328350
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 19 12:14 EDT 2024. Contains 371792 sequences. (Running on oeis4.)