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!)
A284469 Positions of 0 in A284468; complement of A284470. 3
1, 3, 4, 6, 8, 9, 12, 14, 15, 16, 18, 19, 21, 23, 24, 27, 29, 30, 32, 34, 35, 38, 40, 41, 42, 44, 45, 47, 49, 50, 54, 56, 57, 60, 62, 63, 65, 67, 68, 71, 73, 74, 75, 77, 78, 79, 81, 82, 84, 86, 87, 90, 92, 93, 94, 96, 97, 99, 101, 102, 105, 107, 108, 110 (list; graph; refs; listen; history; text; internal format)
OFFSET
1,2
COMMENTS
Conjecture: a(n)/n -> (7 + sqrt(13))/6.
LINKS
MATHEMATICA
s = Nest[Flatten[# /. {0 -> {1}, 1 -> {0, 1, 0, 0}}] &, {0}, 16]; (* A284468 *)
Flatten[Position[s, 0]]; (* A284469 *)
Flatten[Position[s, 1]]; (* A284470*)
CROSSREFS
Sequence in context: A288601 A192519 A036446 * A366288 A059267 A362670
KEYWORD
nonn,easy
AUTHOR
Clark Kimberling, Apr 02 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 22:17 EDT 2024. Contains 371964 sequences. (Running on oeis4.)