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.

A004589 Expansion of sqrt(10) in base 6.

Original entry on oeis.org

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

Views

Author

Keywords

Examples

			3.0550151205321...
		

Crossrefs

Cf. A010467.

Programs

  • Magma
    Prune(Reverse(IntegerToSequence(Isqrt(10*6^400), 6))); // Vincenzo Librandi, Jan 23 2016
  • Mathematica
    RealDigits[Sqrt[10], 6, 108][[1]] (* Alonso del Arte, Jul 31 2014 *)

Extensions

a(79) onwards corrected by Sean A. Irvine, Jan 22 2016