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!)
A102397 a(n) = concatenation of first n elements of Thue-Morse sequence A010059. 2
1, 10, 100, 1001, 10010, 100101, 1001011, 10010110, 100101100, 1001011001, 10010110011, 100101100110, 1001011001101, 10010110011010, 100101100110100, 1001011001101001, 10010110011010010, 100101100110100101 (list; graph; refs; listen; history; text; internal format)
OFFSET
0,2
LINKS
FORMULA
a(n)=sum{k=0..n, (1+(-1)^A010060(n-k))10^k/2}.
MATHEMATICA
With[{tm=Nest[Join[#, Mod[2#+1, 3]]&, {1}, 10]}, Table[FromDigits[Take[tm, n]], {n, 20}]] (* Harvey P. Dale, May 15 2016 *)
CROSSREFS
Cf. A019299.
Sequence in context: A266071 A118256 A351386 * A132347 A215254 A262863
KEYWORD
base,easy,nonn
AUTHOR
Paul Barry, Jan 06 2005
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 23 12:08 EDT 2024. Contains 371912 sequences. (Running on oeis4.)