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!)
A144154 A Fibonacci triangle, row sums = A023610 0

%I #2 Mar 30 2012 17:25:32

%S 1,2,1,3,2,2,5,3,4,5,8,5,6,6,5,13,8,10,9,10,8,21,13,16,15,15,16,13,34,

%T 21,26,24,25,24,26,21,55,34,42,39,40,40,39,42,34

%N A Fibonacci triangle, row sums = A023610

%C Row sums = A023610: (1, 3, 7, 15, 30, 58,...).

%F The triangle as an infinite lower triangular matrix = A * B. A = a Fibonacci subsequences decrescendo triangle: (1; 2,1; 3,2,1; 5,3,2,1;...) and B = A127647, an infinite lower triangular matrix with the Fibonacci sequence as the main diagonal and the rest zeros.

%e First few rows of the triangle =

%e 1;

%e 2, 1;

%e 3, 2, 2;

%e 5, 3, 4, 3;

%e 8, 5, 6, 6, 5;

%e 13, 8, 10, 9, 10, 8;

%e 21, 13, 16, 15, 15, 16, 13;

%e 34, 21, 26, 24, 25, 24, 26, 21;

%e ... Row 4 = (5, 3, 4, 3) = termwise products of (5, 3, 2, 1) and (1, 1, 2, 3).

%Y A023610

%K nonn,tabl

%O 1,2

%A _Gary W. Adamson_, Sep 12 2008

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 1 10:01 EDT 2024. Contains 373016 sequences. (Running on oeis4.)