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!)
A287404 Positions of 2 in A287401. 4
3, 4, 8, 11, 13, 18, 19, 23, 27, 28, 32, 36, 38, 40, 45, 48, 49, 53, 56, 58, 63, 64, 68, 72, 75, 76, 80, 83, 85, 90, 91, 95, 99, 102, 103, 107, 109, 113, 117, 119, 121, 126, 129, 130, 134, 138, 139, 143, 146, 148, 153, 154, 158, 162, 163, 167, 171, 173, 175 (list; graph; refs; listen; history; text; internal format)
OFFSET
1,1
COMMENTS
a(n) - a(n-1) is in {1, 2, 3, 4, 5} for n >= 1; also, 3n - a(n) is in {0, 1, 2} for n >= 1. The first 20 numbers 3n - a(n) are 0, 2, 1, 1, 2, 0, 2, 1, 0, 2, 1, 0, 1, 2, 0, 0, 2, 1, 1, 2, with 0 in positions given by A189728.
LINKS
MATHEMATICA
s = Nest[Flatten[# /. {0->{0, 1, 2}, 1->{2, 1, 0}, 2->{1, 2, 0}}] &, {0}, 9]; (*A287401*)
Flatten[Position[s, 0]]; (*A189728*)
Flatten[Position[s, 1]]; (*A287403*)
Flatten[Position[s, 2]]; (*A287404*)
CROSSREFS
Sequence in context: A169691 A255748 A152412 * A287388 A022888 A287454
KEYWORD
nonn,easy
AUTHOR
Clark Kimberling, May 25 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 14:02 EDT 2024. Contains 371254 sequences. (Running on oeis4.)