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.

A188461 A Deutsch-Fibonacci triangle.

Original entry on oeis.org

1, 1, 1, 1, 5, 1, 1, 10, 10, 1, 1, 16, 39, 16, 1, 1, 23, 99, 99, 23, 1, 1, 31, 203, 375, 203, 31, 1, 1, 40, 366, 1065, 1065, 366, 40, 1, 1, 50, 605, 2521, 4027, 2521, 605, 50, 1, 1, 61, 939, 5266, 12220, 12220, 5266, 939, 61, 1
Offset: 0

Views

Author

Paul Barry, Apr 01 2011

Keywords

Comments

Second column is A052905. Third column is A188480.

Examples

			Triangle begins
1,
1, 1,
1, 5, 1,
1, 10, 10, 1,
1, 16, 39, 16, 1,
1, 23, 99, 99, 23, 1,
1, 31, 203, 375, 203, 31, 1,
1, 40, 366, 1065, 1065, 366, 40, 1,
1, 50, 605, 2521, 4027, 2521, 605, 50, 1,
1, 61, 939, 5266, 12220, 12220, 5266, 939, 61, 1
		

Crossrefs

Formula

T(n,k)=sum{j=0..n-k+1, (j/(n+2-j))C(n+2-j,n-k+1)*C(n+2-j,k+1)*F(j+1)}.