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!)
A031738 Numbers k such that the least term in the periodic part of the continued fraction for sqrt(k) is 60. 1
901, 3602, 8103, 14404, 22505, 32406, 44107, 57608, 72909, 90010, 108911, 129612, 152113, 176414, 202515, 230416, 260117, 291618, 324919, 360020, 396921, 435622, 476123, 518424, 562525, 608426, 656127, 705628, 756929, 810030, 864931, 921632 (list; graph; refs; listen; history; text; internal format)
OFFSET
1,1
COMMENTS
a(n) = 900n^2 + n for n < 63, but a(63) = 3463382. - Charles R Greathouse IV, Aug 04 2017
LINKS
Charles R Greathouse IV, Table of n, a(n) for n = 1..10000
MATHEMATICA
upto=930000; With[{c=Complement[Range[upto], Range[Floor[Sqrt[ upto]]]^2]}, Select[ c, Min[ ContinuedFraction[Sqrt[#]][[2]]]==60&]] (* Harvey P. Dale, May 19 2012 *)
CROSSREFS
Sequence in context: A252674 A158407 A250782 * A268585 A224611 A345537
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 25 07:41 EDT 2024. Contains 371964 sequences. (Running on oeis4.)