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!)
A133087 A133080 * A007318. 2
1, 2, 1, 1, 2, 1, 2, 5, 4, 1, 1, 4, 6, 4, 1, 2, 9, 16, 14, 6, 1, 1, 6, 15, 20, 15, 6, 1, 2, 13, 36, 55, 50, 27, 8, 1, 1, 8, 28, 56, 70, 56, 28, 8, 1, 2, 17, 64, 140, 196, 182, 112, 44, 10, 1 (list; table; graph; refs; listen; history; text; internal format)
OFFSET
0,2
COMMENTS
Row sums = A084221: (1, 3, 4, 12, 16, 48, 64, 192, ...).
Subtriangle of (0, 2, -3/2, -1/2, 0, 0, 0, 0, 0, 0, 0, ...) DELTA (1, 0, -1, 0, 0, 0, 0, 0, 0, 0, 0, ...) where DELTA is the operator defined in A084938. - Philippe Deléham, Mar 03 2012
LINKS
FORMULA
A133080 * A007318 as infinite lower triangular matrices.
G.f.: (1+2*x+y*x)/(1-(1+y)^2*x^2). - Philippe Deléham, Mar 03 2012
T(n,k) = T(n-2,k) + 2*T(n-2,k-1) + T(n-2,k-1), T(0,0) = 1, T(1,0) = 2, T(1,1) = 1. - Philippe Deléham, Mar 03 2012
Sum_{k=0..n} T(n,k)*x^k = A059841(n), A019590(n+1), A000034(n), A084221(n), A133125(n) for x = -2, -1, 0, 1, 2 respectively. - Philippe Deléham, Mar 03 2012
EXAMPLE
First few rows of the triangle:
1;
2, 1;
1, 2, 1;
2, 5, 4, 1;
1, 4, 6, 4, 1;
2, 9, 16, 14, 6, 1;
1, 6, 15, 20, 15, 6, 1;
2, 13, 36, 55, 50, 27, 8, 1;
1, 8, 28, 56, 70, 56, 28, 8, 1;
...
Triangle (0, 2, -3/2, -1/2, 0, 0, 0, ...) DELTA (1, 0, -1, 0, 0, 0, ...) begins:
1;
0, 1;
0, 2, 1;
0, 1, 2, 1;
0, 2, 5, 4, 1;
0, 1, 4, 6, 4, 1;
0, 2, 9, 16, 14, 6, 1;
0, 1, 6, 15, 20, 15, 6, 1;
0, 2, 13, 36, 55, 50, 27, 8, 1;
0, 1, 8, 28, 56, 70, 56, 28, 8, 1;
...
MATHEMATICA
CoefficientList[CoefficientList[Series[(1 + 2*x + y*x)/(1 - (1 + y)^2*x^2), {x, 0, 10}, {y, 0, 10}], x], y] // Flatten (* G. C. Greubel, Oct 21 2017 *)
CROSSREFS
Columns: A000007, A114752, A133092.
Sequence in context: A131325 A193749 A049824 * A153919 A185286 A153905
KEYWORD
nonn,tabl
AUTHOR
Gary W. Adamson, Sep 08 2007
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 May 14 12:38 EDT 2024. Contains 372533 sequences. (Running on oeis4.)