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!)
A065098 Sum of reciprocals of terms in period of continued fraction for sqrt(n) is an integer. 0
239, 1839, 24627 (list; graph; refs; listen; history; text; internal format)
OFFSET
1,1
COMMENTS
No additional terms up to n = 1 million. - Harvey P. Dale, Apr 11 2016
LINKS
EXAMPLE
For n=239 the quotient periods are: [[15],[2,5,1,2,4,15,4,2,1,5,2,30]], (1/2)+(1/5)+1+(1/2)+(1/4)+(1/15)+(1/4)+(1/2)+1+(1/5)+(1/2)+(1/30) = 5.
MATHEMATICA
Do[ If[ IntegerQ[ Apply[ Plus, 1/Last[ ContinuedFraction[ Sqrt[n]]]]], Print[n]], {n, 2, 10^5 } ]
srcfiQ[n_]:=Module[{s=Sqrt[n]}, IntegerQ[If[IntegerQ[s], 1/2, Total[1/ ContinuedFraction[s][[2]]]]]]; Select[Range[25000], srcfiQ] (* Harvey P. Dale, Apr 11 2016 *)
CROSSREFS
Sequence in context: A289390 A118574 A142854 * A256378 A256377 A201194
KEYWORD
nonn,bref
AUTHOR
Naohiro Nomoto, Nov 12 2001
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 19 19:02 EDT 2024. Contains 371798 sequences. (Running on oeis4.)