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.

A323641 Triangle read by rows in which row n lists the first 2^n terms of A323642, n >= 1.

Original entry on oeis.org

1, 2, 1, 2, 3, 6, 1, 2, 3, 6, 3, 6, 9, 18, 1, 2, 3, 6, 3, 6, 9, 18, 3, 6, 9, 18, 9, 18, 27, 54, 1, 2, 3, 6, 3, 6, 9, 18, 3, 6, 9, 18, 9, 18, 27, 54, 3, 6, 9, 18, 9, 18, 27, 54, 9, 18, 27, 54, 27, 54, 81, 162, 1, 2, 3, 6, 3, 6, 9, 18, 3, 6, 9, 18, 9, 18, 27, 54, 3, 6, 9, 18, 9, 18, 27, 54, 9, 18
Offset: 1

Views

Author

Omar E. Pol, Mar 03 2019

Keywords

Examples

			Written as an irregular triangle in which the row lengths are the terms of A000079 multiplied by 2 the sequence begins:
1,2;
1,2,3,6;
1,2,3,6,3,6,9,18;
1,2,3,6,3,6,9,18,3,6,9,18,9,18,27,54;
1,2,3,6,3,6,9,18,3,6,9,18,9,18,27,54,3,6,9,18,9,18,27,54,9,18,27,54,27,54,81,162;
...
It appears that the right border gives A008776.
		

Crossrefs

Formula

a(n) = A323651(n+2)/4.