Logo

Greetings from The On-Line Encyclopedia of Integer Sequences!

Hints

Search: id:A096270
Displaying 1-1 of 1 results found. page 1
     Format: long | short | internal | text      Sort: relevance | references | number      Highlight: on | off
A096270 Fixed point of the morphism 0->01, 1->011. +0
5
0, 1, 0, 1, 1, 0, 1, 0, 1, 1, 0, 1, 1, 0, 1, 0, 1, 1, 0, 1, 0, 1, 1, 0, 1, 1, 0, 1, 0, 1, 1, 0, 1, 1, 0, 1, 0, 1, 1, 0, 1, 0, 1, 1, 0, 1, 1, 0, 1, 0, 1, 1, 0, 1, 0, 1, 1, 0, 1, 1, 0, 1, 0, 1, 1, 0, 1, 1, 0, 1, 0, 1, 1, 0, 1, 0, 1, 1, 0, 1, 1, 0, 1, 0, 1, 1, 0, 1, 1, 0, 1, 0, 1, 1, 0, 1, 0, 1, 1, 0, 1, 1, 0, 1, 0 (list; graph; listen)
OFFSET

0,1

COMMENT

Another version of the Fibonacci word.

(With offset 1) for k>0, a(ceiling(k*phi^2))=0 and a(floor(k*phi^2))=1 where phi=(1+sqrt(5))/2 is the Golden ratio - B. Cloitre (benoit7848c(AT)orange.fr), Apr 01 2006

(With offset 1) for n>1 a(A000045(n))=(1-(-1)^n)/2

Equals the Fibonacci word A005614 with an initial zero.

Also the Sturmian word of slope phi (cf. A144595). - N. J. A. Sloane (njas(AT)research.att.com), jan 13 2009

REFERENCES

J.-P. Allouche and J. Shallit, Automatic Sequences, Cambridge Univ. Press, 2003.

FORMULA

Conjecture: a(n) is given recursively by a(1)=0 and, for n>1, by a(n)=1 if n=F(2k+1) and a(n)=a(n-F(2k+1)) otherwise, where F(2k+1) is the largest odd-index Fibonacci number smaller than or equal to n. (This has been confirmed for more than nine million terms.) The odd-index bisection of the Fibonacci numbers (A001519) is {1, 2, 5, 13, 34, 89, ...}. So by the conjecture, we would expect that a(30) = a(30-13) = a(17) = a(17-13) = a(4) = a(4-2) = a(2) = 1, which is in fact correct. - John W. Layman (layman(AT)math.vt.edu), Jun 29 2004

(With offset 1) a(n)=-1+floor(n*phi)-floor((n-1)*phi) where phi=(1+sqrt(5))/2 so a(n)=-1+A082389(n) - B. Cloitre (benoit7848c(AT)orange.fr), Apr 01 2006

MATHEMATICA

Nest[ Function[l, {Flatten[(l /. {0 -> {0, 1}, 1 -> {0, 1, 1}})]}], {0}, 6] (from Robert G. Wilson v Feb 04 2005)

PROGRAM

(PARI) a(n)=-1+floor(n*(1+sqrt(5))/2)-floor((n-1)*(1+sqrt(5))/2) [Cloitre]

CROSSREFS

Cf. A003849, A096268, A001519. See A005614, A114986 for other versions.

Adjacent sequences: A096267 A096268 A096269 this_sequence A096271 A096272 A096273

Sequence in context: A117872 A089809 A165211 this_sequence A159689 A123640 A022924

KEYWORD

nonn,easy

AUTHOR

N. J. A. Sloane (njas(AT)research.att.com), Jun 22 2004

EXTENSIONS

More terms from John W. Layman (layman(AT)math.vt.edu), Jun 29 2004

page 1

Search completed in 0.002 seconds

Lookup | Welcome | Find friends | Music | Plot 2 | Demos | Index | Browse | More | WebCam
Contribute new seq. or comment | Format | Transforms | Puzzles | Hot | Classics
More pages | Superseeker | Maintained by N. J. A. Sloane (njas@research.att.com)

Last modified November 8 20:39 EST 2009. Contains 166234 sequences.


AT&T Labs Research