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!)
A031780 Period of continued fraction for sqrt(n) contains exactly 12 ones. 0
211, 214, 382, 385, 393, 436, 457, 487, 501, 511, 524, 526, 553, 559, 581, 614, 657, 716, 749, 781, 831, 846, 856, 862, 869, 875, 881, 893, 950, 996, 1002, 1019, 1046, 1094, 1123, 1132, 1137, 1169, 1194, 1234, 1246, 1266, 1309, 1334, 1353, 1359, 1361, 1372 (list; graph; refs; listen; history; text; internal format)
OFFSET
1,1
LINKS
MATHEMATICA
cf12Q[n_]:=Module[{s=Sqrt[n]}, If[IntegerQ[s], 1, Count[ ContinuedFraction[ s][[2]], 1]] == 12]; Select[Range[1500], cf12Q] (* Harvey P. Dale, Jul 21 2015 *)
CROSSREFS
Sequence in context: A037272 A013530 A020365 * A036232 A064826 A333012
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 16:45 EDT 2024. Contains 371989 sequences. (Running on oeis4.)