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

 


A031841
Period of continued fraction for sqrt(n) contains exactly 73 ones.
0
45799, 56323, 61831, 78247, 99811, 106387, 133003, 136315, 139807, 147715, 150331, 151139, 162559, 162835, 174399, 178363, 188031, 188871, 192376, 198535, 206259, 215431, 216863, 219007, 221779, 225496, 225592, 227859, 230039, 233815, 239896
OFFSET
1,1
MATHEMATICA
cf73Q[n_]:=Module[{sqr=Sqrt[n]}, !IntegerQ[sqr] && Count[ ContinuedFraction[ sqr] [[2]], 1]==73]; Select[Range[250000], cf73Q] (* Harvey P. Dale, Nov 23 2012 *)
CROSSREFS
Sequence in context: A202915 A257358 A232255 * A031635 A159725 A210306
KEYWORD
nonn
STATUS
approved

Lookup | Welcome | Wiki | Register | Music | Plot 2 | Demos | Index | Browse | 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 20 20:48 EDT 2024. Contains 376078 sequences. (Running on oeis4.)