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.

Showing 1-1 of 1 results.

A333763 a(n) = A161604(n) / A030101(A161604(n)).

Original entry on oeis.org

1, 2, 1, 4, 1, 2, 1, 8, 1, 2, 4, 2, 1, 16, 1, 2, 4, 1, 8, 1, 4, 2, 1, 32, 1, 2, 4, 8, 2, 1, 16, 1, 2, 8, 4, 2, 1, 64, 1, 2, 4, 8, 1, 16, 4, 1, 2, 1, 32, 1, 2, 1, 4, 16, 1, 8, 4, 2, 1, 128, 1, 2, 4, 8, 16, 2, 1, 32, 1, 8, 2, 4, 2, 1, 64, 1, 2, 4, 2, 8, 1, 32, 1
Offset: 1

Views

Author

Rémy Sigrist, Apr 04 2020

Keywords

Comments

It appears that all terms are powers of 2.

Crossrefs

Programs

  • PARI
    for (n=1, 231, r=fromdigits(Vecrev(binary(n)),2); if (n%r==0, print1 (n/r", ")))
Showing 1-1 of 1 results.