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!)
A287323 Positions of 2 in A287320. 4
3, 4, 9, 10, 13, 14, 17, 18, 27, 28, 33, 34, 39, 40, 43, 44, 47, 48, 57, 58, 61, 62, 65, 66, 75, 76, 79, 80, 83, 84, 93, 94, 103, 104, 113, 114, 119, 120, 125, 126, 129, 130, 133, 134, 143, 144, 149, 150, 155, 156, 159, 160, 163, 164, 173, 174, 179, 180, 185 (list; graph; refs; listen; history; text; internal format)
OFFSET
1,1
LINKS
MATHEMATICA
s = Nest[Flatten[# /. {0 -> {1, 0}, 1 -> {2, 2}, 2 -> 0}] &, {0}, 9] (* A287175 *)
Flatten[Position[s, 0]] (* A287321 *)
Flatten[Position[s, 1]] (* A287322 *)
Flatten[Position[s, 2]] (* A287323 *)
CROSSREFS
Sequence in context: A344292 A356823 A345359 * A059985 A137709 A275538
KEYWORD
nonn,easy
AUTHOR
Clark Kimberling, May 23 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 19 03:30 EDT 2024. Contains 371782 sequences. (Running on oeis4.)