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.

A260030 Convert the last term from decimal to binary! a(1)=12.

Original entry on oeis.org

12, 1100, 10001001100, 1001010100000110110010101010001100
Offset: 1

Views

Author

N. J. A. Sloane, Jul 14 2015

Keywords

Comments

The next term has 110 digits. - Harvey P. Dale, May 15 2018

Crossrefs

For initial terms 2 through 12 see A008559, A006938, A260025, A260024, A260026, A260027, A260028, A260029, A008559 (again), A006938 (again), A260030 respectively.

Programs

  • Mathematica
    NestList[FromDigits[IntegerDigits[#,2]]&,12,4] (* Harvey P. Dale, May 15 2018 *)