The OEIS mourns the passing of Jim Simons and is grateful to the Simons Foundation for its support of research in many branches of science, including the OEIS.
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!)
A285374 Positions of 0 in A285373; complement of A285375. 4
4, 8, 12, 14, 18, 22, 26, 28, 32, 36, 40, 42, 46, 48, 52, 56, 60, 62, 66, 70, 74, 76, 80, 84, 88, 90, 94, 96, 100, 104, 108, 110, 114, 118, 122, 124, 128, 132, 136, 138, 142, 144, 148, 152, 156, 158, 162, 164, 168, 172, 176, 178, 182, 186, 190, 192, 196, 200 (list; graph; refs; listen; history; text; internal format)
OFFSET
1,1
COMMENTS
Conjecture: -4 < n*sqrt(2) - a(n) < 1 for n>=1.
LINKS
EXAMPLE
As a word, A285373 = 11101110..., in which 0 is in positions 4,8,12,14,...
MATHEMATICA
s = Nest[Flatten[# /. {0 -> {1, 0}, 1 -> {1, 1, 1, 0}}] &, {0}, 10] (* A285373 *)
Flatten[Position[s, 0]] (* A285374 *)
Flatten[Position[s, 1]] (* A285375 *)
CROSSREFS
Sequence in context: A311079 A257221 A092453 * A132457 A311080 A316360
KEYWORD
nonn,easy
AUTHOR
Clark Kimberling, Apr 26 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 June 5 04:27 EDT 2024. Contains 373102 sequences. (Running on oeis4.)