[go: up one dir, main page]

login

Year-end appeal: Please make a donation to the OEIS Foundation to support ongoing development and maintenance of the OEIS. We are now in our 61st year, we have over 378,000 sequences, and we’ve reached 11,000 citations (which often say “discovered thanks to the OEIS”).

A031426
Least term in period of continued fraction for sqrt(n) is 2.
1
2, 6, 12, 20, 28, 30, 41, 42, 55, 56, 72, 89, 90, 110, 126, 130, 131, 132, 155, 156, 177, 180, 182, 209, 210, 240, 269, 270, 272, 299, 303, 305, 306, 342, 368, 372, 377, 380, 418, 420, 451, 458, 462, 497, 504, 505, 506, 552, 590, 600, 646, 648
OFFSET
1,1
LINKS
Charles R Greathouse IV, Table of n, a(n) for n = 1..10000 (first 1000 from Vincenzo Librandi)
MATHEMATICA
Select[Range[600], !IntegerQ[Sqrt[#]] && Min[ContinuedFraction[Sqrt[#]][[2]]] == 2&] (* Vincenzo Librandi, Feb 06 2012 *)
CROSSREFS
Sequence in context: A355331 A270878 A120344 * A258633 A244362 A175967
KEYWORD
nonn
STATUS
approved