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.

A300571 a(n) is the concatenation n in base 2, n-1 in base 2, ..., 0 in base 2.

Original entry on oeis.org

0, 10, 1010, 111010, 100111010, 101100111010, 110101100111010, 111110101100111010, 1000111110101100111010, 10011000111110101100111010, 101010011000111110101100111010, 1011101010011000111110101100111010, 11001011101010011000111110101100111010
Offset: 0

Views

Author

Seiichi Manyama, Mar 08 2018

Keywords

Crossrefs

Programs

  • Python
    from functools import reduce
    def A300571(n): return int(bin(reduce(lambda i,j:(i<Chai Wah Wu, Feb 26 2023

Formula

a(n) = A300570(n)*10. - Chai Wah Wu, Feb 26 2023