The OEIS mourns the passing of Jim Simons and is grateful to the Simons Foundation for its support of research in many branches of science, including the OEIS.
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!)
A333640 Numbers k such that the continued fraction of (1 + sqrt(k))/2 has period 13. 3
421, 757, 1021, 1097, 1117, 1241, 1301, 1553, 1625, 1649, 1973, 2069, 2125, 2237, 2249, 2273, 2665, 2789, 2861, 3085, 3349, 3373, 3461, 3517, 3545, 3877, 3917, 4133, 4397, 4481, 4573, 4589, 4885, 5389, 5521, 5573, 5713, 5717, 6185, 6221, 6317, 6637, 6997, 7093 (list; graph; refs; listen; history; text; internal format)
OFFSET
1,1
COMMENTS
For primes in this sequence see A146358.
LINKS
EXAMPLE
a(1) = 421 because the continued fraction of (1 + sqrt(421))/2 = 10, 1, 3, 6, 1, 1, 2, 2, 1, 1, 6, 3, 1, 19, 1, 3, 6, ... has a period (1, 3, 6, 1, 1, 2, 2, 1, 1, 6, 3, 1, 19) of length 13.
MATHEMATICA
Select[Range[10^4], !IntegerQ @ Sqrt[#] && Length[ContinuedFraction[(1 + Sqrt[#])/2][[2]]] == 13 &]
CROSSREFS
Sequence in context: A268859 A051648 A217497 * A146358 A050962 A020376
KEYWORD
nonn
AUTHOR
Amiram Eldar, Mar 31 2020
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 May 26 10:56 EDT 2024. Contains 372824 sequences. (Running on oeis4.)