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!)
A285415 Positions of 0 in A285414; complement of A285416. 3
3, 5, 10, 12, 15, 17, 18, 20, 23, 25, 28, 30, 31, 33, 36, 38, 43, 45, 50, 52, 57, 59, 62, 64, 65, 67, 70, 72, 75, 77, 78, 80, 83, 85, 90, 92, 95, 97, 98, 100, 103, 105, 108, 110, 111, 113, 114, 116, 117, 119, 122, 124, 127, 129, 130, 132, 135, 137, 142, 144 (list; graph; refs; listen; history; text; internal format)
OFFSET
1,1
LINKS
EXAMPLE
As a word, A285414 = 1101011110..., in which 0 is in positions 3,5,10,12,...
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: A119133 A284959 A336531 * A275668 A212537 A047389
KEYWORD
nonn,easy
AUTHOR
Clark Kimberling, Apr 27 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 28 16:28 EDT 2024. Contains 371254 sequences. (Running on oeis4.)