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.

A323506 a(n) = A323505(n) / A246660(n).

Original entry on oeis.org

1, 2, 4, 3, 8, 12, 6, 4, 16, 24, 24, 24, 12, 18, 8, 5, 32, 48, 48, 48, 48, 72, 48, 40, 24, 36, 36, 36, 16, 24, 10, 6, 64, 96, 96, 96, 96, 144, 96, 80, 96, 144, 144, 144, 96, 144, 80, 60, 48, 72, 72, 72, 72, 108, 72, 60, 32, 48, 48, 48, 20, 30, 12, 7, 128, 192, 192, 192, 192, 288, 192, 160, 192, 288, 288, 288, 192, 288, 160, 120
Offset: 0

Views

Author

Antti Karttunen, Jan 16 2019

Keywords

Examples

			This sequence can be represented as a binary tree, as both A323505 and A246660 have similar tree structures:
                                       1
                                       |
                    ...................2....................
                   4                                        3
         8......../ \........12                  6........./ \.......4
        / \                 / \                 / \                 / \
       /   \               /   \               /   \               /   \
      /     \             /     \             /     \             /     \
    16       24         24       24         12       18          8       5
  32  48   48  48     48  72   48  40     24  36   36  36      16 24   10  6
etc.
		

Crossrefs

Programs

Formula

a(n) = A323505(n) / A246660(n).
For n > 1, a(2n) = 2*a(n).