login
The OEIS is supported by the many generous donors to the OEIS Foundation.

 

Logo
Hints
(Greetings from The On-Line Encyclopedia of Integer Sequences!)
A031840 Period of continued fraction for sqrt(n) contains exactly 72 ones. 0
4999, 5119, 5779, 7324, 7681, 8926, 9241, 9286, 10501, 10969, 11566, 11701, 12169, 12268, 12637, 13201, 13561, 14169, 14347, 14929, 14932, 15493, 15676, 15681, 15817, 16438, 16657, 17137, 17229, 17317, 17959, 18022, 18406, 18969, 18973, 19281, 19657 (list; graph; refs; listen; history; text; internal format)
OFFSET
1,1
LINKS
MATHEMATICA
cf72Q[n_]:=Module[{s=Sqrt[n], cf}, If[IntegerQ[s], cf={0}, cf= ContinuedFraction[ s] [[2]]]; Count[cf, 1]==72]; Select[Range[ 20000], cf72Q] (* Harvey P. Dale, Jan 14 2015 *)
CROSSREFS
Sequence in context: A248486 A070001 A145540 * A059667 A106767 A157367
KEYWORD
nonn
AUTHOR
STATUS
approved

Lookup | Welcome | Wiki | Register | Music | Plot 2 | Demos | Index | Browse | More | WebCam
Contribute new seq. or comment | Format | Style Sheet | Transforms | Superseeker | Recents
The OEIS Community | Maintained by The OEIS Foundation Inc.

License Agreements, Terms of Use, Privacy Policy. .

Last modified April 16 04:38 EDT 2024. Contains 371696 sequences. (Running on oeis4.)