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!)
A031593 Numbers k such that the continued fraction for sqrt(k) has even period and if the last term of the periodic part is deleted the central term is 95. 0
9027, 9043, 9059, 9067, 9071, 9079, 9091, 9103, 9123, 9127, 9151, 9167, 9171, 9179, 9187, 9199, 9203, 9223, 9227, 9239, 9247, 9267, 9283, 9291, 9299, 9307, 9311, 9319, 9323, 9339, 9343, 9359, 9363, 9371, 9391, 9403, 9407, 36104, 36128, 36136, 36160 (list; graph; refs; listen; history; text; internal format)
OFFSET
1,1
LINKS
MATHEMATICA
ep95Q[n_]:=Module[{s=Sqrt[n], cf, len}, cf=If[IntegerQ[s], {1}, ContinuedFraction[ s][[2]]]; len=Length[cf]; EvenQ[len]&&cf[[len/2]] == 95]; Select[Range[40000], ep95Q] (* Harvey P. Dale, Feb 24 2018 *)
CROSSREFS
Sequence in context: A252456 A196994 A250828 * A031773 A128374 A210179
KEYWORD
nonn
AUTHOR
EXTENSIONS
Definition fixed by Harvey P. Dale, Nov 30 2021
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 June 22 21:37 EDT 2024. Contains 373610 sequences. (Running on oeis4.)