The OEIS mourns the passing of Jim Simons and is grateful to the Simons Foundation for its support of research in many branches of science, including the OEIS.
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!)
A112475 Riordan array (1/(1+x),x(1+x)/(1-x)). 2
1, -1, 1, 1, 1, 1, -1, 1, 3, 1, 1, 1, 5, 5, 1, -1, 1, 7, 13, 7, 1, 1, 1, 9, 25, 25, 9, 1, -1, 1, 11, 41, 63, 41, 11, 1, 1, 1, 13, 61, 129, 129, 61, 13, 1, -1, 1, 15, 85, 231, 321, 231, 85, 15, 1, 1, 1, 17, 113, 377, 681, 681, 377, 113, 17, 1 (list; table; graph; refs; listen; history; text; internal format)
OFFSET
0,9
COMMENTS
Equivalent to Delannoy triangle A008288 with prepended column 1,-1,1,-1,... Row sums are A111954. Diagonal sums are A112476. Inverse is A112477.
LINKS
FORMULA
T(n,k) = Sum{j=0..n-k} C(k-1,j)*C(n-j-1,n-k-j).
EXAMPLE
Triangle starts:
1;
-1, 1;
1, 1, 1;
-1, 1, 3, 1;
1, 1, 5, 5, 1;
-1, 1, 7, 13, 7, 1;
1, 1, 9, 25, 25, 9, 1;
...
MATHEMATICA
T[n_, k_]:=SeriesCoefficient[(x(1+x)/(1-x))^k/(1+x), {x, 0, n}]; Table[T[n, k], {n, 0, 10}, {k, 0, n}]//Flatten (* Stefano Spezia, May 26 2024 *)
CROSSREFS
Sequence in context: A348963 A350470 A277604 * A347232 A307855 A361277
KEYWORD
easy,sign,tabl,changed
AUTHOR
Paul Barry, Sep 07 2005
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 June 5 04:27 EDT 2024. Contains 373102 sequences. (Running on oeis4.)