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.

A181349 Numerators of row sums of the triangle (lower triangular matrix) log(F) with F:=A037027 (Fibonacci convolution matrix).

Original entry on oeis.org

0, 1, 3, 9, 17, 15, 142, 52, 2371, 1481, 3673, 576, 23341, 10085, 344857, 3298871, -296356, -61122461, 406758376, 11033588009, 451828963, -128048475089, -900388555615, 4122838816531, 1124813051005634, -220071533198789, -22575111900222262, 271507756187465, 100726408133038141
Offset: 0

Views

Author

Wolfdieter Lang, Oct 15 2010

Keywords

Comments

The denominator sequence is A181350.

Examples

			The signed rational sequence starts with [0, 1, 3, 9/2, 17/3, 15/2, 142/15, 52/5, 2371/210, 1481/105, 3673/210, 576/35, 23341/2310, 10085/693, 344857/6006, 3298871/36036, -296356/2145 ,...].
		

Formula

a(n) = numerator(sum(T[n,m], m=0..n)), with the matrix T:=log(F), where F:=A037027. Offset of the lower triangular matrix T is [0,0].
Showing 1-1 of 1 results.