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.

A040929 Continued fraction for sqrt(960).

Original entry on oeis.org

30, 1, 60, 1, 60, 1, 60, 1, 60, 1, 60, 1, 60, 1, 60, 1, 60, 1, 60, 1, 60, 1, 60, 1, 60, 1, 60, 1, 60, 1, 60, 1, 60, 1, 60, 1, 60, 1, 60, 1, 60, 1, 60, 1, 60, 1, 60, 1, 60, 1, 60, 1, 60, 1, 60, 1, 60, 1, 60, 1, 60, 1, 60, 1, 60, 1, 60, 1, 60, 1, 60, 1, 60, 1, 60
Offset: 0

Views

Author

Keywords

Programs

  • Maple
    with(numtheory): Digits := 300: convert(evalf(sqrt(960)),confrac);
  • Mathematica
    ContinuedFraction[Sqrt[960], 100] (* Amiram Eldar, Jan 17 2024 *)

Formula

From Amiram Eldar, Jan 17 2024: (Start)
Multiplicative with a(2^e) = 60, and a(p^e) = 1 for an odd prime p.
Dirichlet g.f.: zeta(s) * (1 + 59/2^s). (End)