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.

A065008 Integers for which the periodic part of the continued fraction for the square root of n begins with 5.

Original entry on oeis.org

27, 67, 104, 125, 174, 201, 231, 262, 295, 331, 368, 407, 408, 449, 492, 537, 538, 585, 634, 635, 685, 686, 739, 794, 795, 851, 852, 911, 912, 972, 973, 1035, 1036, 1101, 1102, 1168, 1169, 1237, 1238, 1239, 1309, 1310, 1382, 1383, 1457, 1458, 1459
Offset: 1

Views

Author

Robert G. Wilson v, Nov 01 2001

Keywords

Examples

			The continued fraction for the square root of 104 is 10, {5, 20}.
		

Crossrefs

Cf. A065005.

Programs

  • Mathematica
    Select[ Range[1500], First[ Last[ ContinuedFraction[ Sqrt[ # ]]]] == 5 & ]