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!)
A031815 Period of continued fraction for sqrt(n) contains exactly 47 ones. 0
14899, 32731, 37327, 37391, 43279, 44339, 44407, 51883, 55379, 56291, 58879, 66712, 67024, 68391, 72979, 74639, 76859, 86999, 87599, 89183, 92035, 93631, 96091, 102875, 110723, 111655, 111743, 112591, 113211, 116339, 117367, 118279, 122488 (list; graph; refs; listen; history; text; internal format)
OFFSET
1,1
LINKS
MATHEMATICA
cf47Q[n_]:=Module[{s=Sqrt[n]}, If[IntegerQ[s], 1, Count[ContinuedFraction[s][[2]], 1]]==47]; Select[Range[125000], cf47Q] (* Harvey P. Dale, Jan 06 2019 *)
CROSSREFS
Sequence in context: A023045 A186901 A185486 * A365257 A235236 A203404
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 September 16 12:29 EDT 2024. Contains 375966 sequences. (Running on oeis4.)