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.

A131609 Mirror image of triangle in A131606.

Original entry on oeis.org

1, 1, 1, 1, 1, 1, 1, 2, 4, 8, 1, 3, 9, 27, 81, 1, 5, 25, 125, 625, 3125, 1, 8, 64, 512, 4096, 32768, 262144, 1, 13, 169, 2197, 28561, 371293, 4826809, 62748517, 1, 21, 441, 9261, 194481, 4084101, 85766121, 1801088541, 37822859361, 1, 34, 1156, 39304
Offset: 0

Views

Author

Roger L. Bagula and Gary W. Adamson, May 27 2008

Keywords

Comments

Row sums give A131612,

Examples

			Triangle begins:
1
1 1
1 1 1
1 2 4  8
1 3 9  27  81
1 5 25 125 625  3125
1 8 64 512 4096 32768 262144
...
		

Crossrefs

Programs

Formula

Row n gives f^0, f^1, f^2, ..., f^n, where f = Fibonacci(n) = A000045(n).

Extensions

Edited by N. J. A. Sloane, May 28 2008