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!)
A191263 Positions of 1 in A191261. 4
2, 7, 9, 11, 13, 18, 23, 28, 33, 35, 37, 39, 44, 46, 48, 50, 55, 57, 59, 61, 66, 68, 70, 72, 77, 82, 87, 92, 94, 96, 98, 103, 108, 113, 118, 120, 122, 124, 129, 134, 139, 144, 146, 148, 150, 155, 160, 165, 170, 172, 174, 176, 181, 183, 185, 187, 192, 194, 196, 198, 203, 205, 207, 209, 214, 219, 224, 229, 231, 233, 235, 240, 242, 244 (list; graph; refs; listen; history; text; internal format)
OFFSET
1,1
COMMENTS
Also, positions of 1 in the fixed point of the morphism 0->01, 1>000; see A284745. - Clark Kimberling, Apr 13 2017
LINKS
MATHEMATICA
s = Nest[Flatten[# /. {0 -> {0, 1}, 1 -> {0, 0, 0}}] &, {0}, 13]; (* A284745 *)
Flatten[Position[s, 0]]; (* A284746 *)
Flatten[Position[s, 1]]; (* A191263 *)
CROSSREFS
Sequence in context: A221280 A166570 A003668 * A287359 A022424 A360944
KEYWORD
nonn,easy
AUTHOR
Clark Kimberling, May 28 2011
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 August 26 21:09 EDT 2024. Contains 375462 sequences. (Running on oeis4.)