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.

A329905 a(1) = 0; a(2) = 1; and for n > 2, a(n) = A330682(n) + 2*a(A329904(n)).

Original entry on oeis.org

0, 1, 2, 3, 4, 6, 8, 12, 7, 16, 5, 24, 14, 32, 10, 48, 28, 64, 20, 13, 96, 15, 9, 56, 128, 40, 26, 192, 30, 18, 112, 256, 80, 52, 384, 60, 36, 11, 224, 512, 25, 160, 29, 17, 104, 768, 120, 72, 22, 448, 1024, 50, 320, 31, 58, 34, 208, 1536, 240, 144, 44, 896, 2048, 100, 640, 62, 116, 68, 21, 416, 3072, 27, 49, 480, 288, 88, 57
Offset: 1

Views

Author

Antti Karttunen, Dec 24 2019

Keywords

Comments

Note the indexing: domain begins from one, but the range contains also zero.

Crossrefs

Programs

Formula

a(1) = 0; a(2) = 1; and for n > 2, if A181815(n) is odd, a(n) = 1 + 2*a(A329904(n)), otherwise a(n) = 2*a(A329904(n)).
a(n) = A243071(A181815(n)).
For all n >= 1, A000120(a(n)) = A061394(n).
For all n >= 2, A070939(a(n)) = A329907(n).