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!)
A285497 Positions of 1 in A285495; complement of A285496. 3
3, 7, 11, 15, 17, 18, 19, 20, 23, 25, 26, 29, 33, 37, 41, 45, 49, 51, 52, 53, 54, 57, 59, 60, 63, 67, 71, 75, 79, 83, 85, 86, 87, 88, 91, 93, 94, 97, 101, 105, 109, 113, 117, 119, 120, 121, 122, 125, 127, 128, 131, 135, 137, 138, 139, 140, 143, 145, 146, 147 (list; graph; refs; listen; history; text; internal format)
OFFSET
1,1
LINKS
EXAMPLE
As a word, A285495 = 00100010..., in which 1 is in positions 3,7,11,15,...
MATHEMATICA
s = Nest[Flatten[# /. {0 -> {1, 1}, 1 -> {0, 0, 1, 0}}] &, {0}, 10] (* A285495 *)
Flatten[Position[s, 0]] (* A285496 *)
Flatten[Position[s, 1]] (* A285497 *)
CROSSREFS
Sequence in context: A168285 A310209 A196079 * A079710 A145832 A292637
KEYWORD
nonn,easy
AUTHOR
Clark Kimberling, Apr 30 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 03:15 EDT 2024. Contains 371964 sequences. (Running on oeis4.)