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!)
A282162 Difference sequence of the upper Wythoff sequence, A001950, with 2 prepended. 5

%I #15 Feb 14 2017 11:10:57

%S 2,3,2,3,3,2,3,2,3,3,2,3,3,2,3,2,3,3,2,3,2,3,3,2,3,3,2,3,2,3,3,2,3,3,

%T 2,3,2,3,3,2,3,2,3,3,2,3,3,2,3,2,3,3,2,3,2,3,3,2,3,3,2,3,2,3,3,2,3,3,

%U 2,3,2,3,3,2,3,2,3,3,2,3,3,2,3,2,3,3

%N Difference sequence of the upper Wythoff sequence, A001950, with 2 prepended.

%C Another version of the infinite Fibonacci word (see Formula). Start with 2, apply 2->23, 3->233, and take the limit.

%H Clark Kimberling, <a href="/A282162/b282162.txt">Table of n, a(n) for n = 0..10000</a>

%F a(n) = 1 + A001468(n).

%t r = GoldenRatio^2; Table[Floor[(n + 1) r] - Floor[n r], {n, 0, 120}]

%Y Cf. A001950, A001468, A076662.

%K nonn,easy

%O 0,1

%A _Clark Kimberling_, Feb 09 2017

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 08:36 EDT 2024. Contains 371782 sequences. (Running on oeis4.)