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.

A155083 A directed animal related triangle.

Original entry on oeis.org

1, 1, 1, 2, 3, 1, 5, 9, 6, 1, 13, 29, 25, 10, 1, 35, 92, 100, 55, 15, 1, 96, 291, 377, 266, 105, 21, 1, 267, 915, 1375, 1169, 602, 182, 28, 1
Offset: 0

Views

Author

Paul Barry, Jan 19 2009

Keywords

Comments

First column is A005773. Row sums are A129775.

Examples

			Triangle begins
1,
1, 1,
2, 3, 1,
5, 9, 6, 1,
13, 29, 25, 10, 1,
35, 92, 100, 55, 15, 1,
96, 291, 377, 266, 105, 21, 1,
267, 915, 1375, 1169, 602, 182, 28, 1
		

Formula

G.f.: 1/(1-xy-x/(1-x-xy-x^2/(1-x-xy-x^2/(1-x-xy-x^2/(1-...))))) (continued fraction).