OFFSET
1,1
EXAMPLE
The continued fraction for the square root of 102 is 10, {10, 20}.
MATHEMATICA
Select[ Range[5000], First[ Last[ ContinuedFraction[ Sqrt[ # ]]]] == 10 & ]
CROSSREFS
KEYWORD
easy,nonn
AUTHOR
Robert G. Wilson v, Nov 01 2001
STATUS
approved