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.

A040305 Continued fraction for sqrt(323).

Original entry on oeis.org

17, 1, 34, 1, 34, 1, 34, 1, 34, 1, 34, 1, 34, 1, 34, 1, 34, 1, 34, 1, 34, 1, 34, 1, 34, 1, 34, 1, 34, 1, 34, 1, 34, 1, 34, 1, 34, 1, 34, 1, 34, 1, 34, 1, 34, 1, 34, 1, 34, 1, 34, 1, 34, 1, 34, 1, 34, 1, 34, 1, 34, 1, 34, 1, 34, 1, 34, 1, 34, 1, 34, 1, 34, 1, 34
Offset: 0

Views

Author

Keywords

Programs

  • Maple
    with(numtheory): Digits := 300: convert(evalf(sqrt(323)),confrac);
  • Mathematica
    ContinuedFraction[Sqrt[323],75] (* Harvey P. Dale, May 12 2011 *)

Formula

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