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!)
A123265 Fibonacci-Lucas triangle read by rows. 1
2, 1, 2, 3, 3, 2, 4, 8, 5, 2, 7, 15, 15, 7, 2, 11, 30, 35, 24, 9, 2, 18, 56, 80, 66, 35, 11, 2, 29, 104, 171, 170, 110, 48, 13, 2, 47, 189, 355, 407, 315, 169, 63, 15, 2, 76, 340, 715, 932, 832, 532, 245, 80, 17, 2 (list; table; graph; refs; listen; history; text; internal format)
OFFSET
0,1
COMMENTS
As a Riordan array, this is ((2-x)/(1-x-x^2),x/(1-x-x^2)) . Row sums form A078343, diagonals sums form A014551.
LINKS
FORMULA
T(n,k)=T(n-1,k-1)+T(n-1,k)+T(n-2,k), T(0,0)=2, T(1,0)=1, T(n,k)=0 if k<0 or if k>n . T(n,0)=L(n)=A000032(n),Lucas numbers.
EXAMPLE
Triangle begins:
2;
1, 2;
3, 3, 2;
4, 8, 5, 2;
7, 15, 15, 7, 2;
11, 30, 35, 24, 9, 2;
18, 56, 80, 66, 35, 11, 2;
29, 104, 171, 170, 110, 48, 13, 2;
CROSSREFS
Sequence in context: A230128 A342095 A340828 * A104345 A244516 A363264
KEYWORD
nonn,tabl
AUTHOR
Philippe Deléham, Nov 07 2006
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 April 25 03:15 EDT 2024. Contains 371964 sequences. (Running on oeis4.)