|
Search: id:A075779
|
|
|
| A075779 |
|
Triangle T(n,k) = f(n,k,n-1), n >= 2, 1 <= k <= n-1, where f is given below. |
|
+0 4
|
|
| 2, 6, 6, 12, 16, 12, 20, 35, 35, 20, 30, 66, 84, 66, 30, 42, 112, 175, 175, 112, 42, 56, 176, 328, 400, 328, 176, 56, 72, 261, 567, 819, 819, 567, 261, 72, 90, 370, 920, 1540, 1820, 1540, 920, 370, 90, 110, 506, 1419, 2706, 3696, 3696, 2706, 1419, 506, 110, 132, 672
(list; table; graph; listen)
|
|
|
OFFSET
|
2,1
|
|
|
COMMENT
|
Row sums give sequence A033484(n)*(n+2). Essentially same triangle as A051597(n,k)*(n+2). - DELEHAM Philippe (kolotoko(AT)wanadoo.fr), Oct 01 2003
|
|
LINKS
|
Michel Lassalle, A new family of positive integers
|
|
FORMULA
|
f(n, p, k) = binomial(n, k)*hypergeom([1-k, -p, p-n], [1-n, 1], 1).
|
|
EXAMPLE
|
2; 6,6; 12,16,12; 20,35,35,20; ...
|
|
MAPLE
|
f := proc(n, p, k) convert( binomial(n, k)*hypergeom([1-k, -p, p-n], [1-n, 1], 1), `StandardFunctions`); end;
|
|
CROSSREFS
|
Cf. A014410 and A007318 for f(n,k,n), A075779 and A075798 for f(n,k,n-1) and A075780 and A075837 for f(n,k,n-2).
Cf. A033484 A051597.
Sequence in context: A071892 A064797 A053319 this_sequence A065420 A119312 A051398
Adjacent sequences: A075776 A075777 A075778 this_sequence A075780 A075781 A075782
|
|
KEYWORD
|
nonn,tabl
|
|
AUTHOR
|
njas, Oct 17 2002
|
|
|
Search completed in 0.002 seconds
|