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.

A040239 Continued fraction for sqrt(255).

Original entry on oeis.org

15, 1, 30, 1, 30, 1, 30, 1, 30, 1, 30, 1, 30, 1, 30, 1, 30, 1, 30, 1, 30, 1, 30, 1, 30, 1, 30, 1, 30, 1, 30, 1, 30, 1, 30, 1, 30, 1, 30, 1, 30, 1, 30, 1, 30, 1, 30, 1, 30, 1, 30, 1, 30, 1, 30, 1, 30, 1, 30, 1, 30, 1, 30, 1, 30, 1, 30, 1, 30, 1, 30, 1, 30, 1, 30
Offset: 0

Views

Author

Keywords

Programs

  • Maple
    with(numtheory): Digits := 300: convert(evalf(sqrt(255)),confrac);
  • Mathematica
    ContinuedFraction[Sqrt[255],90] (* Harvey P. Dale, Dec 25 2011 *)

Formula

From Amiram Eldar, Nov 29 2023: (Start)
Multiplicative with a(2^e) = 30, and a(p^e) = 1 for an odd prime p.
Dirichlet g.f.: zeta(s) * (1 + 29/2^s). (End)