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

Hints
(Greetings from The On-Line Encyclopedia of Integer Sequences!)
A120277 Sum of all matrix elements of n X N matrix M[i,j]=(2n+i+j)!/(n+i)!/(n+j)!, i,j=1..n. 0
6, 160, 2842, 44868, 681604, 10248992, 154149762, 2327405740, 35305388536, 538000530912, 8231764528156, 126399786937760, 1946868985459272, 30066806831424448, 465425347391123282, 7219408741591089660 (list; graph; refs; listen; history; internal format)
OFFSET

1,1

COMMENTS

p divides a((p-1)/2) for prime p>2.

FORMULA

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

MATHEMATICA

Table[Sum[Sum[(2n+i+j)!/(n+i)!/(n+j)!, {i, 1, n}], {j, 1, n}], {n, 1, 20}]

CROSSREFS

Sequence in context: A203023 A128120 A030449 * A193370 A015086 A052466

Adjacent sequences:  A120274 A120275 A120276 * A120278 A120279 A120280

KEYWORD

nonn

AUTHOR

Alexander Adamchuk (alex(AT)kolmogorov.com), Jul 04 2006

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 15 12:59 EST 2012. Contains 205788 sequences.