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!)
A287559 Positions of 2 in A287556. 5
4, 7, 9, 14, 19, 21, 26, 32, 34, 40, 43, 45, 49, 54, 60, 63, 67, 69, 74, 80, 82, 88, 91, 93, 97, 102, 108, 111, 116, 119, 121, 126, 129, 134, 140, 143, 148, 151, 153, 158, 163, 165, 170, 176, 178, 184, 187, 189, 194, 200, 203, 205, 209, 214, 220, 223, 228 (list; graph; refs; listen; history; text; internal format)
OFFSET
1,1
COMMENTS
a(n) - a(n-1) is in {1,2,3,4,5,6,7} for n >= 1; also, 4n - a(n) is in {0,1,2,3} for n >= 1. The first 20 numbers 4n - a(n) are 0, 1, 3, 2, 1, 3, 2, 0, 2, 0, 1, 3, 3, 2, 0, 1, 1, 3, 2, 0, with
0 in positions given by A287557,
1 in positions given by A287558,
2 in positions given by A287560,
3 in positions given by A287559.
LINKS
MATHEMATICA
s = Nest[Flatten[# /. {0 -> {0, 1, 3, 2}, 1 -> {1, 3, 2, 0}, 2 -> {3, 2, 0, 1}, 3 -> {2, 0, 1, 3}}] &, {0}, 9]; (* A287556 *)
Flatten[Position[s, 0]]; (* A287557 *)
Flatten[Position[s, 1]]; (* A287558 *)
Flatten[Position[s, 2]]; (* A287559 *)
Flatten[Position[s, 3]]; (* A287560 *)
CROSSREFS
Sequence in context: A187898 A243935 A310966 * A032778 A282058 A210497
KEYWORD
nonn,easy
AUTHOR
Clark Kimberling, May 31 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 17:42 EDT 2024. Contains 371254 sequences. (Running on oeis4.)