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!)
A102538 Numbers n not of form k(k+2) that have a single '1' in the periodic part of the continued fraction of sqrt(n). 2
175, 176, 208, 551, 799, 1035, 1247, 1403, 1872, 2856, 2967, 3395, 3496, 3503, 3531, 3731, 3864, 3999, 4136, 4387, 4416, 4512, 4543, 5343, 5368, 5499, 5520, 6099, 6160, 6608, 6751, 7791, 8855, 9048, 10439, 10664, 10904, 11323, 11935, 12208, 13299 (list; graph; refs; listen; history; text; internal format)
OFFSET
1,1
COMMENTS
Members of A013648 not in A005563.
No prime numbers? - Zak Seidov, Feb 28 2012
LINKS
MATHEMATICA
fQ[n_] := Block[{k = Floor[Sqrt[n]]}, If[ k(k + 2) != n && !IntegerQ[ Sqrt[n]], cof = Sort[ ContinuedFraction[ Sqrt[n]] [[2]]]; If[ cof[[1]] == 1 && cof[[2]] != 1, True]]]; Select[ Range[ 13986], fQ[ # ] &] (* Robert G. Wilson v, Jan 25 2005 *)
CROSSREFS
Sequence in context: A187425 A186218 A245035 * A045145 A351720 A015806
KEYWORD
nonn
AUTHOR
Ralf Stephan, Jan 14 2005
EXTENSIONS
More terms from Robert G. Wilson v, Jan 25 2005
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 19 02:28 EDT 2024. Contains 371782 sequences. (Running on oeis4.)