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!)
A285466 Positions of 1 in A285464; complement of A285465. 3
4, 8, 12, 16, 20, 24, 25, 26, 27, 28, 29, 30, 34, 38, 42, 46, 50, 54, 58, 59, 60, 61, 62, 63, 64, 68, 72, 76, 80, 84, 88, 92, 93, 94, 95, 96, 97, 98, 102, 106, 110, 114, 118, 122, 126, 127, 128, 129, 130, 131, 132, 136, 140, 144, 148, 152, 156, 160, 161, 162 (list; graph; refs; listen; history; text; internal format)
OFFSET
1,1
LINKS
EXAMPLE
As a word, A285464 = 00010001..., in which 1 is in positions 4,8,12,16,...
MATHEMATICA
s = Nest[Flatten[# /. {0 -> {1, 1}, 1 -> {0, 0, 0, 1}}] &, {0}, 10] (* A285464 *)
Flatten[Position[s, 0]] (* A285465 *)
Flatten[Position[s, 1]] (* A285466 *)
CROSSREFS
Sequence in context: A190714 A311123 A367086 * A274141 A086133 A100716
KEYWORD
nonn,easy
AUTHOR
Clark Kimberling, Apr 29 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 18 22:18 EDT 2024. Contains 371782 sequences. (Running on oeis4.)