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.

A030363 Write (n+1)st Fibonacci number in base 3 and juxtapose.

Original entry on oeis.org

1, 2, 1, 0, 1, 2, 2, 2, 1, 1, 1, 2, 1, 0, 1, 0, 2, 1, 2, 0, 0, 1, 1, 0, 0, 2, 2, 1, 2, 1, 0, 0, 2, 2, 1, 2, 2, 1, 1, 1, 2, 2, 2, 2, 1, 1, 1, 2, 1, 1, 1, 0, 0, 1, 2, 0, 2, 0, 1, 2, 0, 1, 1, 1, 0, 1, 1, 2, 2, 0, 1, 1, 2, 2, 0, 1, 2, 1, 2, 1, 0, 0, 0, 2, 1, 1, 2, 0, 1, 2
Offset: 1

Views

Author

Keywords

Crossrefs

Cf. A004686 (Fibonacci numbers written in base 3).

Programs

  • Mathematica
    Flatten[IntegerDigits[Fibonacci[Range[2,30]],3]] (* Harvey P. Dale, Apr 09 2015 *)