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.

A272172 Triangle read by rows: T(n,k) in which row n lists the first n terms of A000203 in reverse order.

Original entry on oeis.org

1, 3, 1, 4, 3, 1, 7, 4, 3, 1, 6, 7, 4, 3, 1, 12, 6, 7, 4, 3, 1, 8, 12, 6, 7, 4, 3, 1, 15, 8, 12, 6, 7, 4, 3, 1, 13, 15, 8, 12, 6, 7, 4, 3, 1, 18, 13, 15, 8, 12, 6, 7, 4, 3, 1, 12, 18, 13, 15, 8, 12, 6, 7, 4, 3, 1, 28, 12, 18, 13, 15, 8, 12, 6, 7, 4, 3, 1, 14, 28, 12, 18, 13, 15, 8, 12, 6, 7, 4, 3, 1, 24, 14, 28
Offset: 1

Views

Author

Omar E. Pol, Apr 21 2016

Keywords

Examples

			Triangle begins:
1;
3,   1;
4,   3,  1;
7,   4,  3,  1;
6,   7,  4,  3,  1;
12,  6,  7,  4,  3,  1;
8,  12,  6,  7,  4,  3,  1;
15,  8, 12,  6,  7,  4,  3,  1;
13, 15,  8, 12,  6,  7,  4,  3,  1;
18, 13, 15,  8, 12,  6,  7,  4,  3,  1;
12, 18, 13, 15,  8, 12,  6,  7,  4,  3,  1;
28, 12, 18, 13, 15,  8, 12,  6,  7,  4,  3,  1;
...
		

Crossrefs

Mirror of A245093.
Column k gives A000203 starting in row k.
Row sums give A024916.

Formula

a(n) = A000203(A004736(n)).
T(n,k) = A000203(n-k+1).