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.

A188136 Primes p such that the period of the continued fraction of (1-sqrt(p))/2 has length 3 and p is not of the form k^2+1.

Original entry on oeis.org

61, 317, 461, 557, 773, 1129, 1429, 1877, 1901, 4597, 5417, 6053, 8761, 10733, 11621, 13877, 15277, 16333, 17737, 18329, 23593, 30137, 41453, 45533, 51893, 59341, 70429, 74597, 74857, 80429, 86201, 92173, 94321, 94421, 100733, 104717
Offset: 1

Views

Author

Artur Jasinski, Mar 21 2011

Keywords

Crossrefs

Programs

  • Mathematica
    Select[Prime[Range[100]], ! IntegerQ[Sqrt[# - 1]] && 3 == Length[ContinuedFraction[(1 + Sqrt[#])/2][[2]]] &]