[go: up one dir, main page]

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!)
Revision History for A146340 (Underlined text is an addition; strikethrough text is a deletion.)

Showing entries 1-10 | older changes
A146340 Numbers k such that continued fraction of (1 + sqrt(k))/2 has period 17.
(history; published version)
#20 by OEIS Server at Tue Mar 31 03:02:00 EDT 2020
LINKS

Amiram Eldar, <a href="/A146340/b146340_1.txt">Table of n, a(n) for n = 1..10000</a> (terms 1..150 from Harvey P. Dale)

#19 by Michel Marcus at Tue Mar 31 03:02:00 EDT 2020
STATUS

reviewed

approved

Discussion
Tue Mar 31 03:02
OEIS Server: Installed new b-file as b146340.txt.  Old b-file is now b146340_1.txt.
#18 by Joerg Arndt at Tue Mar 31 02:36:51 EDT 2020
STATUS

proposed

reviewed

#17 by Amiram Eldar at Tue Mar 31 02:22:49 EDT 2020
STATUS

editing

proposed

#16 by Amiram Eldar at Tue Mar 31 02:05:14 EDT 2020
LINKS

Amiram Eldar, <a href="/A146340/b146340_1.txt">Table of n, a(n) for n = 1..10000</a>> (terms 1..150 from Harvey P. Dale)

MATHEMATICA

s = 10; aa = {}; Do[k = ContinuedFraction[(1 + Sqrt[n])/2, 1000]; If[Length[k] < 190, AppendTo[aa, 0], m = 1; While[k[[s ]] != k[[s + m]] || k[[s + m]] != k[[s + 2 m]] || k[[s + 2 m]] != k[[s + 3 m]] || k[[s + 3 m]] != k[[s + 4 m]], m++ ]; s = s + 1; While[k[[s ]] != k[[s + m]] || k[[s + m]] != k[[s + 2 m]] || k[[s + 2 m]] != k[[s + 3 m]] || k[[s + 3 m]] != k[[s + 4 m]], m++ ]; AppendTo[aa, m]], {n, 1, 500}]; bb = {}; Do[If[aa[[n]] == 17, AppendTo[bb, n]], {n, 1, Length[aa]}]; bb

#15 by Amiram Eldar at Tue Mar 31 02:04:44 EDT 2020
LINKS

HarveyAmiram P. DaleEldar, <a href="/A146340/b146340_1.txt">Table of n, a(n) for n = 1..15010000</a>

STATUS

approved

editing

#14 by Harvey P. Dale at Wed Dec 20 19:07:53 EST 2017
STATUS

editing

approved

#13 by Harvey P. Dale at Wed Dec 20 19:07:49 EST 2017
DATA

521, 617, 709, 1433, 1597, 2549, 2909, 2965, 3161, 3581, 3821, 4013, 4285, 4649, 5501, 5585, 5693, 5813, 6197, 6409, 7825, 7853, 8093, 8125, 8573, 8917, 9281, 9665, 9677, 9925, 10265, 10597, 10973, 11273, 12085, 12805, 13061, 13109, 13613, 13957, 14677

EXTENSIONS

More terms from Harvey P. Dale, Dec 20 2017

STATUS

approved

editing

#12 by Harvey P. Dale at Wed Dec 20 19:06:52 EST 2017
STATUS

editing

approved

#11 by Harvey P. Dale at Wed Dec 20 19:06:47 EST 2017
LINKS

Harvey P. Dale, <a href="/A146340/b146340.txt">Table of n, a(n) for n = 1..150</a>

MATHEMATICA

cf17Q[n_]:=Module[{s=(1+Sqrt[n])/2}, If[IntegerQ[s], 1, Length[ ContinuedFraction[ s][[2]]]]==17]; Select[Range[5000], cf17Q] (* Harvey P. Dale, Dec 20 2017 *)

STATUS

approved

editing

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 August 31 05:08 EDT 2024. Contains 375550 sequences. (Running on oeis4.)