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.

A004552 Expansion of sqrt(3) in base 7.

Original entry on oeis.org

1, 5, 0, 6, 0, 4, 4, 0, 2, 1, 4, 1, 0, 1, 6, 6, 4, 5, 6, 1, 4, 0, 0, 0, 1, 5, 3, 1, 5, 0, 6, 5, 3, 4, 5, 3, 2, 3, 4, 6, 6, 1, 5, 2, 0, 1, 5, 5, 4, 2, 4, 5, 5, 6, 3, 5, 2, 3, 1, 3, 6, 6, 0, 0, 2, 1, 6, 6, 2, 5, 0, 0, 3, 6, 4, 3, 5, 6, 1, 2, 5, 1, 3, 6, 6, 0, 3, 3, 5, 5, 4, 1, 1, 6, 2, 2, 3, 6, 6, 3, 3, 1, 5, 1, 2, 5, 5, 4, 3, 5, 4, 1, 0, 0, 5, 6, 2, 0, 6, 3
Offset: 1

Views

Author

Keywords

Programs

  • Magma
    d:= 3; m:=7; Prune(Reverse(IntegerToSequence(Isqrt(d*m^100), m))); // G. C. Greubel, Mar 31 2018
  • Mathematica
    RealDigits[Sqrt[3],7,120][[1]]  (* Harvey P. Dale, Apr 29 2011 *)

Extensions

Corrected and extended by Harvey P. Dale, Apr 29 2011