cp's OEIS Frontend

This is a front-end for the Online Encyclopedia of Integer Sequences, made by Christian Perfect. The idea is to provide OEIS entries in non-ancient HTML, and then to think about how they're presented visually. The source code is on GitHub.

Showing 1-1 of 1 results.

A181348 Denominators of lower triangular matrix T:=log(F), with the matrix F:=A037027 (Fibonacci convolution matrix).

Original entry on oeis.org

1, 1, 1, 1, 1, 1, 2, 1, 1, 1, 3, 1, 1, 1, 1, 3, 3, 2, 1, 1, 1, 15, 3, 1, 1, 1, 1, 1, 30, 15, 1, 3, 2, 1, 1, 1, 70, 15, 5, 3, 3, 1, 1, 1, 1, 105, 35, 10, 15, 3, 1, 2, 1, 1, 1, 7, 105, 70, 15, 3, 1, 3, 1, 1, 1, 1, 105, 7, 35, 35, 6, 5, 3, 3, 2, 1, 1, 1, 385, 105, 7, 105, 14, 5, 15, 3, 1, 1, 1, 1, 1, 3465
Offset: 0

Views

Author

Wolfdieter Lang, Oct 15 2010

Keywords

Comments

The triangle of the numerators is given by A181347.
See the comments given in A181347.

Examples

			The triangle starts with the rows[1]; [1,1]; [1,1,1]; [2,1,1,1]; [3,1,1,1,1]; ...
The rational triangle T (with main diagonal elements 0) starts with the rows [0]; [1, 0]; [1, 2, 0]; [-1/2, 2, 3, 0]; [-1/3, -1, 3, 4, 0];...
		

Crossrefs

Formula

a(n,m) = denominator((log F)(n,m)), with the Fibonacci lower triangular matrix F=A037027.
Showing 1-1 of 1 results.