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!)
A339824 Even bisection of the infinite Fibonacci word A003849. 5
0, 0, 1, 1, 0, 0, 1, 1, 0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1, 1, 0, 0, 1, 1, 0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1, 1, 0, 0, 1, 1, 0, 0, 1, 1, 0, 0, 0, 1, 0, 0, 0, 1, 1, 0, 0, 1, 1, 0, 0, 1, 1, 0, 0, 0, 1, 0, 0, 0, 1, 1, 0, 0, 1, 1, 0, 0, 1, 1, 0, 0, 0, 1, 0, 0 (list; graph; refs; listen; history; text; internal format)
OFFSET
0
LINKS
FORMULA
a(n) = 2 - [(2n+2)r] + [(2n+1)r], where [ ] = floor and r = golden ratio (A001622).
EXAMPLE
A003849 = (0, 1, 0, 0, 1, 0, 1, 0, 0, 1, 0, 0, ...), so that
A339824 = (0, 0, 1, 1, 0, 0, 1, ...), the even bisection, and
A339825 = (1, 0, 0, 0, 1, 0, 0, ...), the odd bisection.
MATHEMATICA
r = (1 + Sqrt[5])/2; z = 300;
f[n_] := 2 - Floor[(n + 2) r] + Floor[(n + 1) r]; (* A003849 *)
Table[2 - Floor[(2 n + 2) r] + Floor[(2 n + 1) r], {n, 0, Floor[z/2]}](* A339824 *)
Table[2 - Floor[(2 n + 3) r] + Floor[(2 n + 2) r], {n, 0, Floor[z/2]}](* A339825 *)
CROSSREFS
Sequence in context: A285031 A327222 A286063 * A278587 A188257 A132380
KEYWORD
nonn
AUTHOR
Clark Kimberling, Dec 19 2020
EXTENSIONS
Corrected by Michel Dekking, Feb 23 2021
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 18 18:58 EDT 2024. Contains 371781 sequences. (Running on oeis4.)