|
Search: id:A046854
|
|
|
| A046854 |
|
Triangle in which k-th entry of row n is binomial[ Floor[n/2 + k/2], k]. |
|
+0 37
|
|
| 1, 1, 1, 1, 1, 1, 1, 2, 1, 1, 1, 2, 3, 1, 1, 1, 3, 3, 4, 1, 1, 1, 3, 6, 4, 5, 1, 1, 1, 4, 6, 10, 5, 6, 1, 1, 1, 4, 10, 10, 15, 6, 7, 1, 1, 1, 5, 10, 20, 15, 21, 7, 8, 1, 1, 1, 5, 15, 20, 35, 21, 28, 8, 9, 1, 1, 1, 6, 15, 35, 35, 56, 28, 36, 9, 10, 1, 1, 1, 6, 21, 35, 70, 56, 84, 36, 45
(list; table; graph; listen)
|
|
|
OFFSET
|
0,8
|
|
|
COMMENT
|
Row sums are F(n+2). Diagonal sums are A016116. - Paul Barry (pbarry(AT)wit.ie), Jul 07 2004
Riordan array (1/(1-x), x/(1-x^2)). Matrix inverse is A106180. - Paul Barry (pbarry(AT)wit.ie), Apr 24 2005
|
|
FORMULA
|
G.f.: (1+x) / (1-xy-x^2). - Ralf Stephan, Feb 13 2005
Triangle = A097806 * A049310, as infinite lower triangular matrices. - Gary W. Adamson (qntmpkt(AT)yahoo.com), Oct 28 2007
|
|
EXAMPLE
|
{1}, {1, 1}, {1, 1, 1}, {1, 2, 1, 1}, {1, 2, 3, 1, 1}, ...
|
|
MATHEMATICA
|
Table[ Binomial[ Floor[ n/2 +k/2 ], k ], {n, 0, 16}, {k, 0, n} ]
|
|
CROSSREFS
|
Reflected version of A065941, which is considered the main entry. Probably a signed version is A066170. A deficient version is in A030111.
Cf. A066170.
Cf. A097806, A049310.
Adjacent sequences: A046851 A046852 A046853 this_sequence A046855 A046856 A046857
Sequence in context: A096670 A130461 A130777 this_sequence A066170 A071773 A000188
|
|
KEYWORD
|
nonn,tabl,easy
|
|
AUTHOR
|
Wouter Meeussen (wouter.meeussen(AT)pandora.be)
|
|
|
Search completed in 0.005 seconds
|