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!)
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; text; internal format)
OFFSET
1,1
COMMENTS
p divides a((p-1)/2) for prime p>2.
LINKS
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: A283728 A030449 A364370 * A241453 A193370 A332116
KEYWORD
nonn
AUTHOR
Alexander Adamchuk, Jul 04 2006
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 24 20:08 EDT 2024. Contains 371963 sequences. (Running on oeis4.)