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.

A287015 Lucas numbers written in base 2.

Original entry on oeis.org

10, 1, 11, 100, 111, 1011, 10010, 11101, 101111, 1001100, 1111011, 11000111, 101000010, 1000001001, 1101001011, 10101010100, 100010011111, 110111110011, 1011010010010, 10010010000101, 11101100010111, 101111110011100, 1001101010110011, 1111101001001111
Offset: 0

Views

Author

Vincenzo Librandi, May 23 2017

Keywords

Crossrefs

Programs

  • Magma
    [Seqint(Intseq(Lucas(n), 2)): n in [0..30]];
  • Mathematica
    Table[FromDigits[IntegerDigits[LucasL[n], 2]], {n, 0, 30}]

Formula

a(n) = A007088(A000032(n)).