|
| |
|
|
A031702
|
|
Numbers n such that least term in period of continued fraction for sqrt(n) is 24.
|
|
0
|
|
|
|
145, 578, 1299, 2308, 3605, 5190, 7063, 9224, 11673, 14410, 17435, 20748, 24349, 28238, 32415, 36880, 41633, 46674, 52003, 57620, 63525, 69718, 76199, 82968, 90025, 97370, 97994, 105003, 112924, 121133, 129630, 138415, 147488, 156849, 166498
(list;
graph;
refs;
listen;
history;
text;
internal format)
|
|
|
|
OFFSET
|
1,1
|
|
|
LINKS
|
Table of n, a(n) for n=1..35.
|
|
|
EXAMPLE
|
The continued fraction of sqrt(97994) is 313, [25, 24, 25, 626], where the smallest element of the period is 24, so 97994 belongs in the sequence.
|
|
|
MATHEMATICA
|
Select[Range[200000], !IntegerQ[Sqrt[#]] && Min[ContinuedFraction[Sqrt[#]][[2]]] == 24&] (* Vincenzo Librandi, Feb 06 2012 *)
|
|
|
CROSSREFS
|
Sequence in context: A207058 A116208 A211470 * A031600 A008377 A076464
Adjacent sequences: A031699 A031700 A031701 * A031703 A031704 A031705
|
|
|
KEYWORD
|
nonn
|
|
|
AUTHOR
|
David W. Wilson
|
|
|
STATUS
|
approved
|
| |
|
|