|
Search: id:A063657
|
|
|
| A063657 |
|
Numbers with property that truncated square root is unequal to rounded square root. |
|
+0 3
|
|
| 3, 7, 8, 13, 14, 15, 21, 22, 23, 24, 31, 32, 33, 34, 35, 43, 44, 45, 46, 47, 48, 57, 58, 59, 60, 61, 62, 63, 73, 74, 75, 76, 77, 78, 79, 80, 91, 92, 93, 94, 95, 96, 97, 98, 99, 111, 112, 113, 114, 115, 116, 117, 118, 119, 120, 133, 134, 135, 136, 137, 138, 139, 140
(list; graph; listen)
|
|
|
OFFSET
|
1,1
|
|
|
COMMENT
|
Also: skip 1, take 0, skip 2, take 1, skip 3, take 2, ...
Integers for which the periodic part of the continued fraction for the square root of n begins with a 1. - Robert G. Wilson v (rgwv(AT)rgwv.com), Nov 01 2001
|
|
LINKS
|
Harry J. Smith, Table of n, a(n) for n=1,...,1000
|
|
MATHEMATICA
|
Select[ Range[200], Floor[ Sqrt[ # ]] != Round[ Sqrt[ # ]] & ] or Select[ Range[200], First[ Last[ ContinuedFraction[ Sqrt[ # ]]]] == 1 & ]
|
|
PROGRAM
|
(PARI) { n=0; for (m=0, 10^9, if (sqrt(m)%1 > .5, write("b063657.txt", n++, " ", m); if (n==1000, break)) ) } [From Harry J. Smith (hjsmithh(AT)sbcglobal.net), Aug 27 2009]
|
|
CROSSREFS
|
Cf. A063656, A004201-A004202.
Sequence in context: A028972 A153030 A031425 this_sequence A108575 A153219 A050014
Adjacent sequences: A063654 A063655 A063656 this_sequence A063658 A063659 A063660
|
|
KEYWORD
|
nonn
|
|
AUTHOR
|
Floor van Lamoen (fvlamoen(AT)hotmail.com), Jul 24 2001
|
|
|
Search completed in 0.002 seconds
|