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!)
A287081 Positions of 2 in A287002. 4
3, 8, 12, 19, 24, 28, 32, 37, 41, 48, 55, 60, 64, 71, 76, 80, 84, 89, 93, 97, 102, 106, 113, 118, 122, 126, 131, 135, 142, 149, 154, 158, 165, 172, 177, 181, 188, 193, 197, 201, 206, 210, 217, 224, 229, 233, 240, 245, 249, 253, 258, 262, 266, 271, 275, 282 (list; graph; refs; listen; history; text; internal format)
OFFSET
1,1
LINKS
MATHEMATICA
s = Nest[Flatten[# /. {0 -> {0, 1}, 1 -> {2, 0}, 2 -> 1}] &, {0}, 10] (* A287002 *)
Flatten[Position[s, 0]] (* A287003 *)
Flatten[Position[s, 1]] (* A287004 *)
Flatten[Position[s, 2]] (* A287081 *)
CROSSREFS
Sequence in context: A213238 A005660 A086813 * A352814 A294482 A103888
KEYWORD
nonn,easy
AUTHOR
Clark Kimberling, May 21 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 20:18 EDT 2024. Contains 371781 sequences. (Running on oeis4.)