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!)
A031823 Period of continued fraction for sqrt(n) contains exactly 55 ones. 0
39407, 45199, 48151, 52471, 54199, 56023, 71839, 72851, 74104, 82315, 90875, 91687, 101263, 112487, 113375, 114119, 115427, 118255, 123823, 127495, 129431, 130471, 131895, 140995, 142839, 145839, 156339, 160547, 163291, 173336, 176839, 184483 (list; graph; refs; listen; history; text; internal format)
OFFSET
1,1
LINKS
MATHEMATICA
cf55Q[n_]:=Module[{s=Sqrt[n]}, If[IntegerQ[s], 1, Count[ContinuedFraction[s][[2]], 1]]==55]; Select[Range[185000], cf55Q] (* Harvey P. Dale, Dec 15 2020 *)
CROSSREFS
Sequence in context: A203875 A252604 A340062 * A205035 A205283 A251354
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 24 11:49 EDT 2024. Contains 371936 sequences. (Running on oeis4.)