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!)
A287560 Positions of 3 in A287556. 5
3, 6, 12, 13, 18, 24, 25, 31, 33, 39, 42, 48, 52, 53, 59, 62, 66, 72, 73, 79, 81, 87, 90, 96, 100, 101, 107, 110, 115, 118, 124, 125, 132, 133, 139, 142, 147, 150, 156, 157, 162, 168, 169, 175, 177, 183, 186, 192, 193, 199, 202, 208, 212, 213, 219, 222, 227 (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 1, 2, 0, 3, 2, 0, 3, 1, 3, 1, 2, 0, 0, 3, 1, 2, 2, 0, 3, 1, with
0 in positions given by A287560,
1 in positions given by A287557,
2 in positions given by A287558,
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: A107974 A298879 A116625 * A318934 A062053 A274652
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 April 24 11:01 EDT 2024. Contains 371936 sequences. (Running on oeis4.)