login
This site is supported by donations to The OEIS Foundation.
Logo

Hints
(Greetings from The On-Line Encyclopedia of Integer Sequences!)
A098606 Sum of all matrix elements M(i,j) = (i^2)/(i+j). 0
0, 1, 76, 7032, 889920, 151876800, 33953713920, 9671337446400, 3426840152064000, 1480226878835712000, 766252171508060160000, 468506511112577236992000, 334155981137427201392640000 (list; graph; refs; listen; history; internal format)
OFFSET

0,3

FORMULA

a(n) = (2*n)!*Sum[Sum[(i^2)/(i+j), {i, 1, n}], {j, 1, n}]

MATHEMATICA

Table[(2*n)!*Sum[Sum[(i^2)/(i+j), {i, 1, n}], {j, 1, n}], {n, 0, 15}]

CROSSREFS

Sequence in context: A049669 A198476 A139671 * A093276 A184290 A093238

Adjacent sequences:  A098603 A098604 A098605 * A098607 A098608 A098609

KEYWORD

nonn

AUTHOR

Alexander Adamchuk (alex(AT)kolmogorov.com), Oct 26 2004

Lookup | Welcome | Wiki | Register | Music | Plot 2 | Demos | Index | Browse | More | WebCam
Contribute new seq. or comment | Format | Transforms | Puzzles | Hot | Classics
Recent Additions | More pages | Superseeker | Maintained by The OEIS Foundation Inc.

Content is available under The OEIS End-User License Agreement .

Last modified February 14 06:36 EST 2012. Contains 205570 sequences.