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!)
A285978 {00->1}-transform of the Thue-Morse word A010060. 3
0, 1, 1, 0, 1, 1, 1, 1, 1, 1, 0, 1, 1, 0, 1, 1, 1, 0, 1, 1, 1, 1, 1, 0, 1, 1, 1, 1, 1, 1, 0, 1, 1, 1, 1, 1, 0, 1, 1, 1, 0, 1, 1, 0, 1, 1, 1, 1, 1, 1, 0, 1, 1, 0, 1, 1, 1, 0, 1, 1, 1, 1, 1, 0, 1, 1, 1, 0, 1, 1, 0, 1, 1, 1, 1, 1, 1, 0, 1, 1, 1, 1, 1, 0, 1, 1 (list; graph; refs; listen; history; text; internal format)
OFFSET

1

LINKS

Clark Kimberling, Table of n, a(n) for n = 1..10000

EXAMPLE

As a word, A010060 = 0110100110010110100101100..., and replacing each 00 by 1 gives 011011111101101110111110...

MATHEMATICA

s = Nest[Flatten[# /. {0 -> {0, 1}, 1 -> {1, 0}}] &, {0}, 9] (* Thue-Morse, A010060 *)

w = StringJoin[Map[ToString, s]]

w1 = StringReplace[w, {"00" -> "1"}]

st = ToCharacterCode[w1] - 48 (* A285978 *)

Flatten[Position[st, 0]] (* A285979 *)

Flatten[Position[st, 1]] (* A285980 *)

CROSSREFS

Cf. A010060, A285979, A285980.

Sequence in context: A344617 A068717 A049240 * A138712 A029693 A200263

Adjacent sequences: A285975 A285976 A285977 * A285979 A285980 A285981

KEYWORD

nonn,easy

AUTHOR

Clark Kimberling, May 06 2017

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 March 30 07:38 EDT 2023. Contains 361606 sequences. (Running on oeis4.)