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!)
A238731 Riordan array ((1-2*x)/(1-3*x+x^2), x/(1-3*x+x^2)). 11

%I #13 Jul 16 2019 09:53:05

%S 1,1,1,2,4,1,5,13,7,1,13,40,33,10,1,34,120,132,62,13,1,89,354,483,308,

%T 100,16,1,233,1031,1671,1345,595,147,19,1,610,2972,5561,5398,3030,

%U 1020,203,22,1,1597,8495,17984,20410,13893,5943,1610,268,25,1,4181

%N Riordan array ((1-2*x)/(1-3*x+x^2), x/(1-3*x+x^2)).

%C Unsigned version of A124037 and A126126.

%C Subtriangle of the triangle given by (0, 1, 1, 1, 0, 0, 0, 0, 0, 0, 0, ...) DELTA (1, 0, 2, -2, 0, 0, 0, 0, 0, 0, 0, ...) where DELTA is the operator defined in A084938.

%C Row sums are A001075(n).

%C Diagonal sums are A133494(n).

%C Sum_{k=0..n} T(n,k)*x^k = A001519(n), A001075(n), A002320(n), A038723(n), A033889(n) for x = 0, 1, 2, 3, 4 respectively. - _Philippe Deléham_, Mar 05 2014

%F T(n,k) = 3*T(n-1,k) + T(n-1,k-1) - T(n-2,k), T(0,0) = T(1,0) = T(1,1) = 1, T(n,k) = 0 if k<0 or if k>n.

%F G.f.: (1-2*x)/(1-(y+3)*x+x^2). - _Philippe Deléham_, Mar 05 2014

%e Triangle begins:

%e 1;

%e 1, 1;

%e 2, 4, 1;

%e 5, 13, 7, 1;

%e 13, 40, 33, 10, 1;

%e 34, 120, 132, 62, 13, 1;

%e 89, 354, 483, 308, 100, 16, 1;

%e 233, 1031, 1671, 1345, 595, 147, 19, 1;...

%e Triangle (0, 1, 1, 1, 0, 0, 0, ...) DELTA (1, 0, 2, -2, 0, 0, ...) begins:

%e 1;

%e 0, 1;

%e 0, 1, 1;

%e 0, 2, 4, 1;

%e 0, 5, 13, 7, 1;

%e 0, 13, 40, 33, 10, 1;

%e 0, 34, 120, 132, 62, 13, 1;

%e 0, 89, 354, 483, 308, 100, 16, 1;

%e 0, 233, 1031, 1671, 1345, 595, 147, 19, 1;...

%t (* The function RiordanArray is defined in A256893. *)

%t RiordanArray[(1-2#)/(1-3#+#^2)&, x/(1-3#+#^2)&, 10] // Flatten (* _Jean-François Alcover_, Jul 16 2019 *)

%Y Cf. A001519, A000012, A016777, A062708.

%Y Cf. A001906, A124037, A126126.

%K nonn,tabl

%O 0,4

%A _Philippe Deléham_, Mar 03 2014

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 7 20:13 EDT 2024. Contains 372317 sequences. (Running on oeis4.)