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!)
A031854 Period of continued fraction for sqrt(n) contains exactly 86 ones. 0
7606, 8269, 8941, 9619, 9811, 10021, 11251, 11404, 14629, 15261, 15292, 15649, 16894, 17047, 17497, 17659, 18313, 18789, 19156, 19387, 19582, 19606, 19837, 20092, 20509, 20641, 21553, 22303, 22521, 22567, 22609, 23251, 24121, 24406, 24686, 24913 (list; graph; refs; listen; history; text; internal format)
OFFSET
1,1
LINKS
MATHEMATICA
cf86Q[n_]:=Module[{s=Sqrt[n]}, If[IntegerQ[s], 1, Count[ContinuedFraction[s][[2]], 1]] == 86]; Select[Range[25000], cf86Q] (* Harvey P. Dale, Aug 01 2022 *)
CROSSREFS
Sequence in context: A190077 A355119 A233881 * A253041 A068245 A189551
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 00:30 EDT 2024. Contains 371917 sequences. (Running on oeis4.)