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.

A004563 Expansion of sqrt(6) in base 4.

Original entry on oeis.org

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

Views

Author

Keywords

Crossrefs

Cf. A010464.

Programs

  • Magma
    d:= 6; m:=4; Prune(Reverse(IntegerToSequence(Isqrt(d*m^100), m))); // G. C. Greubel, Mar 26 2018
  • Mathematica
    RealDigits[Sqrt[6],4,120][[1]] (* Harvey P. Dale, May 06 2011 *)