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!)
A285416 Positions of 1 in A285414; complement of A285415. 3
1, 2, 4, 6, 7, 8, 9, 11, 13, 14, 16, 19, 21, 22, 24, 26, 27, 29, 32, 34, 35, 37, 39, 40, 41, 42, 44, 46, 47, 48, 49, 51, 53, 54, 55, 56, 58, 60, 61, 63, 66, 68, 69, 71, 73, 74, 76, 79, 81, 82, 84, 86, 87, 88, 89, 91, 93, 94, 96, 99, 101, 102, 104, 106, 107 (list; graph; refs; listen; history; text; internal format)
OFFSET
1,2
LINKS
EXAMPLE
As a word, A285414 = 1101011110..., in which 1 is in positions 1,2,4,6,7,...
MATHEMATICA
s = Nest[Flatten[# /. {0 -> {1, 1}, 1 -> {0, 1, 0}}] &, {0}, 11] (* A285414 *)
Flatten[Position[s, 0]] (* A285415 *)
Flatten[Position[s, 1]] (* A285416 *)
CROSSREFS
Sequence in context: A047295 A039045 A050481 * A284958 A014530 A268445
KEYWORD
nonn,easy
AUTHOR
Clark Kimberling, Apr 28 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 April 25 01:35 EDT 2024. Contains 371964 sequences. (Running on oeis4.)