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.

A146354 Primes p such that continued fraction of (1 + sqrt(p))/2 has period 9: primes in A143577.

Original entry on oeis.org

73, 97, 233, 277, 349, 353, 613, 821, 877, 1181, 1277, 1613, 1637, 1693, 2357, 2777, 3557, 3989, 4157, 4517, 4889, 4933, 5261, 6113, 7213, 9133, 9181, 9749, 10313, 10909, 11057, 11213, 11257, 12161, 12301, 13033, 16217, 16741, 17989, 19469
Offset: 1

Views

Author

Artur Jasinski, Oct 30 2008

Keywords

Crossrefs

Programs

  • Mathematica
    Select[Prime[Range[2300]],Length[ContinuedFraction[(1+Sqrt[#])/2][[2]]] == 9&] (* Harvey P. Dale, Aug 22 2011 *)

Extensions

A-number in definition corrected. 1613 and 4933 inserted, 9421 deleted, extended beyond 9749 by R. J. Mathar, Nov 09 2008