login
This site is supported by donations to The OEIS Foundation.
Logo

Hints
(Greetings from The On-Line Encyclopedia of Integer Sequences!)
A031413 Numbers n such that continued fraction for sqrt(n) has even period and central term 10. 0
102, 114, 118, 134, 142, 228, 237, 249, 273, 309, 321, 404, 412, 428, 436, 452, 460, 476, 492, 500, 508, 524, 540, 548, 556, 572, 630, 645, 655, 670, 695, 705, 745, 755, 805, 820, 830, 895, 906, 1002, 1038, 1050, 1146, 1182, 1194, 1232 (list; graph; refs; listen; history; text; internal format)
OFFSET

1,1

COMMENTS

See comment to A031551.  From Harvey P. Dale, Jul 10 2012

LINKS

Table of n, a(n) for n=1..46.

MATHEMATICA

epQ[n_]:=Module[{p=ContinuedFraction[Sqrt[n]][[2]], len}, len=Length[p]; EvenQ[len]&&p[[len/2]]==10]; nn=1300; With[{trms=Complement[Range[ nn], Range[ Floor[Sqrt[nn]]]^2]}, Select[trms, epQ]] (* Harvey P. Dale, Jul 10 2012 *)

CROSSREFS

Sequence in context: A070795 A046293 A096924 * A127665 A097037 A035480

Adjacent sequences:  A031410 A031411 A031412 * A031414 A031415 A031416

KEYWORD

nonn

AUTHOR

David W. Wilson

STATUS

approved

Lookup | Welcome | Wiki | Register | Music | Plot 2 | Demos | Index | Browse | More | WebCam
Contribute new seq. or comment | Format | Transforms | Puzzles | Hot | Classics
Recent Additions | More pages | Superseeker | Maintained by The OEIS Foundation Inc.

Content is available under The OEIS End-User License Agreement .

Last modified June 19 05:40 EDT 2013. Contains 226390 sequences.