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.

A285333 a(n) = A048675(A285332(n)).

Original entry on oeis.org

0, 1, 2, 2, 3, 4, 4, 3, 6, 4, 9, 6, 5, 8, 8, 4, 15, 8, 12, 5, 14, 10, 27, 8, 10, 6, 25, 12, 7, 16, 16, 5, 210, 16, 45, 10, 35, 16, 18, 5, 105, 16, 28, 11, 462, 28, 81, 10, 21, 12, 20, 7, 154, 26, 125, 16, 30, 8, 49, 24, 11, 32, 32, 6, 10659, 212, 420, 17, 910, 46, 75, 10, 78, 36, 175, 20, 33, 20, 24, 6, 3094, 106, 315, 18, 385, 32, 56, 17, 780045
Offset: 0

Views

Author

Antti Karttunen, Apr 19 2017

Keywords

Comments

Following A285332, also this sequence can be represented in a form of a binary tree:
0
|
...................1...................
2 2
3......../ \........4 4......../ \........3
/ \ / \ / \ / \
/ \ / \ / \ / \
/ \ / \ / \ / \
6 4 9 6 5 8 8 4
15 8 12 5 14 10 27 8 10 6 25 12 7 16 16 5
etc.

Crossrefs

Cf. A001477, A048675, A109162, A285325, A285330, A285332 (even bisection).

Programs

Formula

a(n) = A048675(A285332(n)).
For all n >= 1, a(2n) = A285332(n).
a(2^n) = A109162(1+n). [The left edge of the tree.]
a(A000225(n)) = n. [The right edge of tree.]