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.

A130272 Primes p for which the period of the continued fraction of sqrt(p) increases.

Original entry on oeis.org

2, 3, 7, 13, 19, 31, 43, 61, 103, 109, 139, 151, 181, 211, 331, 421, 541, 571, 631, 751, 919, 1291, 1381, 1549, 1579, 1621, 1759, 1831, 2011, 2311, 2671, 3019, 3469, 3691, 3931, 4909, 4951, 4999, 5119, 6211, 6451, 6679, 8269, 8719, 8779, 8941, 9739, 9949
Offset: 1

Views

Author

T. D. Noe, May 19 2007

Keywords

Crossrefs

Programs

  • Mathematica
    mx=0; n=0; t=Table[n++; While[p=Prime[n]; len=Length[Last[ContinuedFraction[Sqrt[p]]]]; len<=mx, n++ ]; mx=len; p, {50}]

Formula

Where records occur in A054269.